|
1 | 1 | # Release Notes |
2 | 2 |
|
| 3 | +## 0.0.6 (2026-03-08) |
| 4 | + |
| 5 | +### New Features |
| 6 | + |
| 7 | +- **Google Docs**: Parse rich smart chips (person, date, rich link) in document |
| 8 | + text output. |
| 9 | +- **Google Docs**: Added `getSuggestions` and `getComments` tools for reading |
| 10 | + document suggestions and comments. |
| 11 | +- **Google Docs**: Added `formatText` tool for applying rich formatting (bold, |
| 12 | + italic, headings, etc.) to text ranges. |
| 13 | +- **Google Calendar**: Added Google Meet link generation and Google Drive file |
| 14 | + attachment support for `createEvent` and `updateEvent`. |
| 15 | +- **Google Calendar**: Added `sendUpdates` parameter to `createEvent` for |
| 16 | + controlling attendee notifications. |
| 17 | +- **Google Drive**: Added `trashFile` tool to move files and folders to trash. |
| 18 | +- **Google Drive**: Added `renameFile` tool to rename files and folders. |
| 19 | +- **Gmail**: Added `batchModify` tool for bulk modifying up to 1,000 messages at |
| 20 | + once. |
| 21 | +- **Gmail**: Added `modifyThread` tool for modifying all messages in a Gmail |
| 22 | + thread. |
| 23 | +- **Gmail**: Added `threadId` support in `createDraft` for creating reply |
| 24 | + drafts. |
| 25 | +- **Authentication**: Added headless OAuth login for SSH, WSL, and Cloud Shell |
| 26 | + environments. |
| 27 | + |
| 28 | +### Skills |
| 29 | + |
| 30 | +- **Gmail Skill**: Added rich HTML formatting guidance for email composition. |
| 31 | +- **Chat Skill**: Added Google Chat messaging and space management guidance. |
| 32 | +- **Docs Skill**: Added document formatting and simplified tool primitives. |
| 33 | +- **Calendar Skill**: Added consolidated calendar scheduling guidance. |
| 34 | + |
| 35 | +### Fixes |
| 36 | + |
| 37 | +- **Docs**: Fixed recursion into nested child tabs in DocsService. |
| 38 | +- **Docs**: Polished `getSuggestions` and `getComments` output formatting. |
| 39 | +- **Drive**: Fixed shared drive file downloads. |
| 40 | + |
| 41 | +### Documentation & Chores |
| 42 | + |
| 43 | +- Documented token storage locations (OS keychain and encrypted file fallback). |
| 44 | +- Updated tool reference documentation with latest features. |
| 45 | +- **Dependencies**: Updated MCP SDK, Hono, Google APIs, rollup, ajv, qs, and |
| 46 | + minimatch. |
| 47 | + |
3 | 48 | ## 0.0.5 (2026-02-11) |
4 | 49 |
|
5 | 50 | ### New Features |
|
0 commit comments