Skip to content

Commit 40a09c8

Browse files
authored
chore: release v1.0.58 (#1586)
1 parent 806e867 commit 40a09c8

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [v1.0.58] - 2026-06-25
6+
7+
### Features
8+
9+
- **sheets**: Typed table I/O and error contract, workbook import/export, and skill refresh (#1355)
10+
- **base**: Add Base URL and title resolve shortcuts (#1338)
11+
- **drive**: Add `+member-add` shortcut with wiki space member collection collaborator support (#1204)
12+
- **doc**: Support `create` title option (#1536)
13+
- **doc**: Add `im-markdown` output format for doc fetch (#1550)
14+
- **whiteboard**: Export whiteboard as SVG and update whiteboard via SVG (#1559)
15+
- **card**: Support `card.action.trigger` event with auto-fetched card content (#1528)
16+
- **task**: Add task event consumer (#1510)
17+
18+
### Bug Fixes
19+
20+
- **doc**: Prefix docs resource shortcuts (#1564)
21+
- **binding**: Skip unix mode audit on Windows (#1525)
22+
23+
### Documentation
24+
25+
- **approval**: Sync approval skill for meta API commands (#1499)
26+
- **doc**: Restore lark-doc style requirements (#1579)
27+
- **im**: Document `chat.nickname` get/update/delete (#1378)
28+
- **im**: Clarify audio message opus requirement (#1271)
29+
30+
### Build
31+
32+
- **ci**: Add public content safeguards and reduce false positives
33+
534
## [v1.0.57] - 2026-06-23
635

736
### Features
@@ -1236,6 +1265,7 @@ Bundled AI agent skills for intelligent assistance:
12361265
- Bilingual documentation (English & Chinese).
12371266
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
12381267

1268+
[v1.0.58]: https://github.com/larksuite/cli/releases/tag/v1.0.58
12391269
[v1.0.57]: https://github.com/larksuite/cli/releases/tag/v1.0.57
12401270
[v1.0.56]: https://github.com/larksuite/cli/releases/tag/v1.0.56
12411271
[v1.0.55]: https://github.com/larksuite/cli/releases/tag/v1.0.55

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

0 commit comments

Comments
 (0)