diff --git a/CHANGELOG.md b/CHANGELOG.md index dd0fe273d7..2266f8b7bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,35 @@ All notable changes to this project will be documented in this file. +## [v1.0.93] - 2026-09-01 + +### Features + +- **docs**: route local Word media uploads to office mount point (#2568) +- **base**: support ranking dashboard blocks (#2528) +- **sheets**: cut the top command-error clusters from the 08-18..24 eval batch (#2559) +- add shortcut for +list-attendees (#2591) +- **vfs**: allow absolute paths under a built-in path policy (#2580) + +### Bug Fixes + +- **event**: preserve UTF-8 in truncated diagnostics (#2535) +- **base**: correct reminder trigger offset direction (#2584) +- **shortcuts**: remove non-actionable stderr progress (#2532) + +### Documentation + +- **lark-doc**: retain draft workspaces after creation (#2574) +- **sheets**: clarify dropdown values and default colors (#2582) + +### Refactoring + +- **sheets**: remove legacy sheets command surface (#2572) + +### Misc + +- Feat/okr comment (#2558) + ## [v1.0.92] - 2026-08-28 ### Features @@ -2055,6 +2084,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.93]: https://github.com/larksuite/cli/releases/tag/v1.0.93 [v1.0.92]: https://github.com/larksuite/cli/releases/tag/v1.0.92 [v1.0.91]: https://github.com/larksuite/cli/releases/tag/v1.0.91 [v1.0.90]: https://github.com/larksuite/cli/releases/tag/v1.0.90 diff --git a/package-lock.json b/package-lock.json index a578c7e74b..4c1885ff6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@larksuite/cli", - "version": "1.0.92", + "version": "1.0.93", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@larksuite/cli", - "version": "1.0.92", + "version": "1.0.93", "cpu": [ "x64", "arm64", diff --git a/package.json b/package.json index 81471f6065..b4fed29595 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.92", + "version": "1.0.93", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"