|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [v1.0.47] - 2026-06-03 |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +- **sheets**: Add spec-driven shortcut package with backward-compatible wrapper (#1220) |
| 10 | +- **base**: Add base block shortcuts (#1044) |
| 11 | +- **im**: Complete card message format (#1198) |
| 12 | +- **im**: Improve markdown guidance for messages (#1237) |
| 13 | +- **vc**: Forward invite call-id on meeting join (#1243) |
| 14 | +- **drive**: Emit typed error envelopes across the drive domain (#1205) |
| 15 | +- **common**: Emit typed validation errors from shared shortcut pre-checks (#1242) |
| 16 | +- **mail**: Validate `message_ids` in `+messages` before batch get (#1202) |
| 17 | +- **wiki**: Support `appid` member type (#1235) |
| 18 | +- **cli**: Add `--json` flag as no-op alias for `--format json` (#1104) |
| 19 | +- **config**: Validate credentials after `config init` (#1151) |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | + |
| 23 | +- **skills**: Recover empty fallback for skills to update (#1233) |
| 24 | + |
5 | 25 | ## [v1.0.46] - 2026-06-02 |
6 | 26 |
|
7 | 27 | ### Features |
@@ -989,6 +1009,7 @@ Bundled AI agent skills for intelligent assistance: |
989 | 1009 | - Bilingual documentation (English & Chinese). |
990 | 1010 | - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. |
991 | 1011 |
|
| 1012 | +[v1.0.47]: https://github.com/larksuite/cli/releases/tag/v1.0.47 |
992 | 1013 | [v1.0.46]: https://github.com/larksuite/cli/releases/tag/v1.0.46 |
993 | 1014 | [v1.0.45]: https://github.com/larksuite/cli/releases/tag/v1.0.45 |
994 | 1015 | [v1.0.44]: https://github.com/larksuite/cli/releases/tag/v1.0.44 |
|
0 commit comments