Skip to content

Commit f6f242e

Browse files
authored
chore(release): v1.0.20 (#682)
Change-Id: I1fdfa09633bfbe385a191a95b605e1dbcf011768
1 parent 7124b18 commit f6f242e

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [v1.0.20] - 2026-04-27
6+
7+
### Features
8+
9+
- **drive**: Add `+search` shortcut with flat filter flags (#658)
10+
- **mail**: Support sharing emails to IM chats via `+share-to-chat` (#637)
11+
- **calendar**: Add `+update` shortcut (#678)
12+
- **im**: Add `--at-chatter-ids` filter to `+messages-search` (#612)
13+
- **pagination**: Preserve pagination state on truncation and natural end (#659)
14+
- **lark-im**: Add `chat.members.bots` to skill docs (#616)
15+
16+
### Bug Fixes
17+
18+
- **strict-mode**: Reject explicit `--as` instead of silently overriding it (#673)
19+
- **whiteboard**: Manual disable edge case for svg compatibility (#661)
20+
21+
### Documentation
22+
23+
- **lark-drive**: Add missing import command examples (#669)
24+
- **readme**: Add Project (Meegle) to Features table (#660)
25+
526
## [v1.0.19] - 2026-04-24
627

728
### Features

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

0 commit comments

Comments
 (0)