|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [v1.0.7] - 2026-04-09 |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +- Auto-grant current user access for bot-created docs, sheets, imports, and uploads (#360) |
| 10 | +- **mail**: Add `send_as` alias support, mailbox/sender discovery APIs, and mail rules API |
| 11 | +- **vc**: Extract note doc tokens from calendar event relation API (#333) |
| 12 | +- **wiki**: Add wiki node create shortcut (#320) |
| 13 | +- **sheets**: Add `+write-image` shortcut (#343) |
| 14 | +- **docs**: Add media-preview shortcut (#334) |
| 15 | +- **docs**: Add support for additional search filters (#353) |
| 16 | + |
| 17 | +### Bug Fixes |
| 18 | + |
| 19 | +- **api**: Support stdin and quoted JSON inputs on Windows (#367) |
| 20 | +- **doc**: Post-process `docs +fetch` output to improve round-trip fidelity (#214) |
| 21 | +- **run**: Add missing binary check for lark-cli execution (#362) |
| 22 | +- **config**: Validate appId and appSecret keychain key consistency (#295) |
| 23 | + |
| 24 | +### Refactor |
| 25 | + |
| 26 | +- Route base import guidance to drive `+import` (#368) |
| 27 | +- Migrate mail shortcuts to FileIO (#356) |
| 28 | +- Migrate drive/doc/sheets shortcuts to FileIO (#339) |
| 29 | +- Migrate base shortcuts to FileIO (#347) |
| 30 | + |
| 31 | +### Documentation |
| 32 | + |
| 33 | +- **lark-doc**: Document advanced boolean and intitle search syntax for AI agents (#210) |
| 34 | + |
| 35 | +### Chore |
| 36 | + |
| 37 | +- Add depguard and forbidigo rules to guide FileIO adoption (#342) |
| 38 | + |
5 | 39 | ## [v1.0.6] - 2026-04-08 |
6 | 40 |
|
7 | 41 | ### Features |
@@ -222,6 +256,7 @@ Bundled AI agent skills for intelligent assistance: |
222 | 256 | - Bilingual documentation (English & Chinese). |
223 | 257 | - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. |
224 | 258 |
|
| 259 | +[v1.0.7]: https://github.com/larksuite/cli/releases/tag/v1.0.7 |
225 | 260 | [v1.0.6]: https://github.com/larksuite/cli/releases/tag/v1.0.6 |
226 | 261 | [v1.0.5]: https://github.com/larksuite/cli/releases/tag/v1.0.5 |
227 | 262 | [v1.0.4]: https://github.com/larksuite/cli/releases/tag/v1.0.4 |
|
0 commit comments