Skip to content

Commit 69cf9f2

Browse files
authored
chore: release v1.0.7 (#375)
Change-Id: I0568fc87795a821802fe793802fc64ac55def6d6
1 parent 99b8aaa commit 69cf9f2

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

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

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

5+
## [v1.0.7] - 2026-04-09
6+
7+
### Features
8+
9+
- Auto-grant current user access for bot-created docs, sheets, imports, and uploads (#360)
10+
- **mail**: Add `send_as` alias support, mailbox/sender discovery APIs, and mail rules API
11+
- **vc**: Extract note doc tokens from calendar event relation API (#333)
12+
- **wiki**: Add wiki node create shortcut (#320)
13+
- **sheets**: Add `+write-image` shortcut (#343)
14+
- **docs**: Add media-preview shortcut (#334)
15+
- **docs**: Add support for additional search filters (#353)
16+
17+
### Bug Fixes
18+
19+
- **api**: Support stdin and quoted JSON inputs on Windows (#367)
20+
- **doc**: Post-process `docs +fetch` output to improve round-trip fidelity (#214)
21+
- **run**: Add missing binary check for lark-cli execution (#362)
22+
- **config**: Validate appId and appSecret keychain key consistency (#295)
23+
24+
### Refactor
25+
26+
- Route base import guidance to drive `+import` (#368)
27+
- Migrate mail shortcuts to FileIO (#356)
28+
- Migrate drive/doc/sheets shortcuts to FileIO (#339)
29+
- Migrate base shortcuts to FileIO (#347)
30+
31+
### Documentation
32+
33+
- **lark-doc**: Document advanced boolean and intitle search syntax for AI agents (#210)
34+
35+
### Chore
36+
37+
- Add depguard and forbidigo rules to guide FileIO adoption (#342)
38+
539
## [v1.0.6] - 2026-04-08
640

741
### Features
@@ -222,6 +256,7 @@ Bundled AI agent skills for intelligent assistance:
222256
- Bilingual documentation (English & Chinese).
223257
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
224258

259+
[v1.0.7]: https://github.com/larksuite/cli/releases/tag/v1.0.7
225260
[v1.0.6]: https://github.com/larksuite/cli/releases/tag/v1.0.6
226261
[v1.0.5]: https://github.com/larksuite/cli/releases/tag/v1.0.5
227262
[v1.0.4]: https://github.com/larksuite/cli/releases/tag/v1.0.4

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.6",
3+
"version": "1.0.7",
44
"description": "The official CLI for Lark/Feishu open platform",
55
"bin": {
66
"lark-cli": "scripts/run.js"

0 commit comments

Comments
 (0)