Skip to content

Commit ce5b4f2

Browse files
authored
chore(release): v1.0.39 (#1052)
Change-Id: I06bca4f3aedec1adee9ecd3d060c333cc6dd301e
1 parent 4b22231 commit ce5b4f2

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [v1.0.39] - 2026-05-22
6+
7+
### Features
8+
9+
- **slides**: Add `+export` shortcut to export slides (#988)
10+
- **sidecar**: Support multi-client identity isolation in `server-demo` via per-client HMAC keys, preventing UAT cross-contamination when multiple CLI sandboxes share one sidecar (#934)
11+
- **im**: Support Markdown image rendering in post content (#893)
12+
13+
### Bug Fixes
14+
15+
- **scope**: Add 22 new scope entries to scope priorities (#1050)
16+
17+
### Documentation
18+
19+
- **base**: Update location `full_address` guidance (#754)
20+
- **apps**: Refine `lark-apps` skill description and surface, document `index.html` / `--path` hard constraints (#1040)
21+
522
## [v1.0.38] - 2026-05-22
623

724
### Features
@@ -823,6 +840,7 @@ Bundled AI agent skills for intelligent assistance:
823840
- Bilingual documentation (English & Chinese).
824841
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
825842

843+
[v1.0.39]: https://github.com/larksuite/cli/releases/tag/v1.0.39
826844
[v1.0.38]: https://github.com/larksuite/cli/releases/tag/v1.0.38
827845
[v1.0.37]: https://github.com/larksuite/cli/releases/tag/v1.0.37
828846
[v1.0.36]: https://github.com/larksuite/cli/releases/tag/v1.0.36

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

0 commit comments

Comments
 (0)