|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [v1.0.41] - 2026-05-26 |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +- **minutes**: Add minutes edit shortcuts (#1036) |
| 10 | +- **minutes**: Get minutes keywords (#1079) |
| 11 | +- **slides**: Support importing pptx as slides (#1068) |
| 12 | +- **config**: Add `keychain-downgrade` subcommand (macOS) (#1085) |
| 13 | +- **errors**: Add structured CLI error contract (#984) |
| 14 | +- **apps**: Replace `+html-publish` cwd hard-reject with credential-file scan (#1072) |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +- **drive**: Support doubao drive inspect URL variants (#1106) |
| 19 | +- **skills**: Sync skills incrementally during update (#1042) |
| 20 | +- **apps**: Read app object from `data.app` for `+create` and `+update` (#1087) |
| 21 | +- **common**: Escape special chars in multipart form filenames (#1037) |
| 22 | +- **auth**: Remove fenced code block guidance from auth URL output hints (#1088) |
| 23 | + |
| 24 | +### Documentation |
| 25 | + |
| 26 | +- **skills**: Fix agent routing for doubao.com URLs (#1082) |
| 27 | +- **task**: Require `--complete=false` for pending standup summaries (#1101) |
| 28 | +- **base**: Document UI-only field settings (#1078) |
| 29 | +- **contributing**: Clarify contributor guidance (#1096) |
| 30 | + |
5 | 31 | ## [v1.0.40] - 2026-05-25 |
6 | 32 |
|
7 | 33 | ### Features |
@@ -860,6 +886,7 @@ Bundled AI agent skills for intelligent assistance: |
860 | 886 | - Bilingual documentation (English & Chinese). |
861 | 887 | - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. |
862 | 888 |
|
| 889 | +[v1.0.41]: https://github.com/larksuite/cli/releases/tag/v1.0.41 |
863 | 890 | [v1.0.40]: https://github.com/larksuite/cli/releases/tag/v1.0.40 |
864 | 891 | [v1.0.39]: https://github.com/larksuite/cli/releases/tag/v1.0.39 |
865 | 892 | [v1.0.38]: https://github.com/larksuite/cli/releases/tag/v1.0.38 |
|
0 commit comments