|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [v1.0.58] - 2026-06-25 |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +- **sheets**: Typed table I/O and error contract, workbook import/export, and skill refresh (#1355) |
| 10 | +- **base**: Add Base URL and title resolve shortcuts (#1338) |
| 11 | +- **drive**: Add `+member-add` shortcut with wiki space member collection collaborator support (#1204) |
| 12 | +- **doc**: Support `create` title option (#1536) |
| 13 | +- **doc**: Add `im-markdown` output format for doc fetch (#1550) |
| 14 | +- **whiteboard**: Export whiteboard as SVG and update whiteboard via SVG (#1559) |
| 15 | +- **card**: Support `card.action.trigger` event with auto-fetched card content (#1528) |
| 16 | +- **task**: Add task event consumer (#1510) |
| 17 | + |
| 18 | +### Bug Fixes |
| 19 | + |
| 20 | +- **doc**: Prefix docs resource shortcuts (#1564) |
| 21 | +- **binding**: Skip unix mode audit on Windows (#1525) |
| 22 | + |
| 23 | +### Documentation |
| 24 | + |
| 25 | +- **approval**: Sync approval skill for meta API commands (#1499) |
| 26 | +- **doc**: Restore lark-doc style requirements (#1579) |
| 27 | +- **im**: Document `chat.nickname` get/update/delete (#1378) |
| 28 | +- **im**: Clarify audio message opus requirement (#1271) |
| 29 | + |
| 30 | +### Build |
| 31 | + |
| 32 | +- **ci**: Add public content safeguards and reduce false positives |
| 33 | + |
5 | 34 | ## [v1.0.57] - 2026-06-23 |
6 | 35 |
|
7 | 36 | ### Features |
@@ -1236,6 +1265,7 @@ Bundled AI agent skills for intelligent assistance: |
1236 | 1265 | - Bilingual documentation (English & Chinese). |
1237 | 1266 | - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. |
1238 | 1267 |
|
| 1268 | +[v1.0.58]: https://github.com/larksuite/cli/releases/tag/v1.0.58 |
1239 | 1269 | [v1.0.57]: https://github.com/larksuite/cli/releases/tag/v1.0.57 |
1240 | 1270 | [v1.0.56]: https://github.com/larksuite/cli/releases/tag/v1.0.56 |
1241 | 1271 | [v1.0.55]: https://github.com/larksuite/cli/releases/tag/v1.0.55 |
|
0 commit comments