Skip to content

Commit 686c91d

Browse files
authored
chore(release): v1.0.23 (#737)
Change-Id: I48f780acac9731585aeec0a51f5b403a00804dbc
1 parent cfd89e0 commit 686c91d

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [v1.0.23] - 2026-04-30
6+
7+
### Features
8+
9+
- **drive**: Add `+pull` shortcut for one-way Drive → local mirror (#696)
10+
- **drive**: Add `+push` shortcut for one-way local → Drive mirror (#709)
11+
- **drive**: Add `+status` shortcut for content-hash diff (#692)
12+
- **drive**: Support `--file-name` for drive export (#685)
13+
- **base**: Add markdown output for record reads (#726)
14+
- **minutes**: Add media upload shortcut (#725)
15+
- **doc**: Warn when callout uses `type=` without `background-color` (#467)
16+
- **cmdutil**: Support `@file` for params and data (#724)
17+
- Add markdown shortcuts and skill docs (#704)
18+
19+
### Documentation
20+
21+
- **doc**: Guide lark-doc v2 usage (#710)
22+
- **minutes**: Clarify minutes file-to-notes routing (#732)
23+
524
## [v1.0.22] - 2026-04-29
625

726
### Features
@@ -560,6 +579,7 @@ Bundled AI agent skills for intelligent assistance:
560579
- Bilingual documentation (English & Chinese).
561580
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
562581

582+
[v1.0.23]: https://github.com/larksuite/cli/releases/tag/v1.0.23
563583
[v1.0.22]: https://github.com/larksuite/cli/releases/tag/v1.0.22
564584
[v1.0.21]: https://github.com/larksuite/cli/releases/tag/v1.0.21
565585
[v1.0.20]: https://github.com/larksuite/cli/releases/tag/v1.0.20

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

0 commit comments

Comments
 (0)