Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

All notable changes to this project will be documented in this file.

## [v1.0.95] - 2026-09-10

### Features

- **sheets**: accept the payload spellings the 08-29..31 reflow rejected (#2611)
- **sheets**: add chart sizing and quality checks (#2504)
- **docs**: await asynchronous document creation (#2641)
- **im**: add concise message output (#2567)
- Supports sorting of questions in the Base form (#2598)
- add lazy API catalog routing (#2232)

### Bug Fixes

- list workspace entity 上限调整为 30 (#2646)
- **apps**: classify db failures by their k_dl subcode (#2650)
- handle credential and config read failures (#2583)
- **wiki**: resolve node-get through node_by_token (#2665)
- **docs**: resolve draft resources and validate explicit constraints (#2675)
- **wiki**: migrate mutation lookups to node_by_token (#2676)
- **base**: validate dashboard update filters (#2631)
- **base**: make table and field lists fetch all items (#2674)
- **drive**: migrate wiki lookups to node_by_token (#2682)
- **drive**: improve token recognition for download and preview (#2680)
- **sheets,slides**: migrate wiki lookups to node_by_token (#2696)
- **base**: migrate wiki lookup to node_by_token (#2699)
- **docs**: migrate wiki lookups to node_by_token (#2689)
- **base**: preserve unsupported record values in NDJSON exports (#2701)
- reduce vulnerable dependencies while retaining Go 1.23 (#2659)

### Documentation

- **im**: document folder expansion and download guidance (#2633)
- **skills**: use wiki node shortcut in guidance (#2702)

## [v1.0.94] - 2026-09-07

### Features
Expand Down Expand Up @@ -2116,6 +2150,7 @@ Bundled AI agent skills for intelligent assistance:
- Bilingual documentation (English & Chinese).
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.

[v1.0.95]: https://github.com/larksuite/cli/releases/tag/v1.0.95
[v1.0.94]: https://github.com/larksuite/cli/releases/tag/v1.0.94
[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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@larksuite/cli",
"version": "1.0.94",
"version": "1.0.95",
"description": "The official CLI for Lark/Feishu open platform",
"bin": {
"lark-cli": "scripts/run.js"
Expand Down
Loading