Skip to content

Commit d126ea2

Browse files
authored
chore(release): v1.0.44 (#1176)
1 parent 1ba107d commit d126ea2

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [v1.0.44] - 2026-05-29
6+
7+
### Features
8+
9+
- **base**: Add dashboard block data shortcut and workflow docs (#1067)
10+
- **im**: Support `--types` flag for listing p2p single chats in `chat-list` (#1077)
11+
- **agent**: Add agent header support (#1158)
12+
13+
### Bug Fixes
14+
15+
- **im**: Correct 64-bit MP4 box size handling to prevent panic on crafted media (#1165)
16+
- **install**: Detect curl version before using `--ssl-revoke-best-effort` (#1124)
17+
- **vc**: Correct `--minute-token` to `--minute-tokens` in recording reference (#1170)
18+
- **whiteboard**: Fix whiteboard skill (#1166)
19+
520
## [v1.0.43] - 2026-05-28
621

722
### Features
@@ -933,6 +948,7 @@ Bundled AI agent skills for intelligent assistance:
933948
- Bilingual documentation (English & Chinese).
934949
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
935950

951+
[v1.0.44]: https://github.com/larksuite/cli/releases/tag/v1.0.44
936952
[v1.0.43]: https://github.com/larksuite/cli/releases/tag/v1.0.43
937953
[v1.0.42]: https://github.com/larksuite/cli/releases/tag/v1.0.42
938954
[v1.0.41]: https://github.com/larksuite/cli/releases/tag/v1.0.41

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

0 commit comments

Comments
 (0)