Skip to content

Commit b783561

Browse files
authored
chore(release): v1.0.41 (#1108)
Change-Id: I3559c31109a5a5a7c3cfc3e54f60aff4043bfefc
1 parent f00261d commit b783561

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

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

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+
531
## [v1.0.40] - 2026-05-25
632

733
### Features
@@ -860,6 +886,7 @@ Bundled AI agent skills for intelligent assistance:
860886
- Bilingual documentation (English & Chinese).
861887
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
862888

889+
[v1.0.41]: https://github.com/larksuite/cli/releases/tag/v1.0.41
863890
[v1.0.40]: https://github.com/larksuite/cli/releases/tag/v1.0.40
864891
[v1.0.39]: https://github.com/larksuite/cli/releases/tag/v1.0.39
865892
[v1.0.38]: https://github.com/larksuite/cli/releases/tag/v1.0.38

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@larksuite/cli",
3-
"version": "1.0.40",
3+
"version": "1.0.41",
44
"description": "The official CLI for Lark/Feishu open platform",
55
"bin": {
66
"lark-cli": "scripts/run.js"

0 commit comments

Comments
 (0)