Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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

## [v1.0.83] - 2026-08-04

### Features

- **slides**: add +update-slide for whole-page updates (#2143)
- **apps**: friendly error for db commands on an app with no database (#2162)
- **slides**: support embedded SVG content (#2154)

### Bug Fixes

- **slides**: add agent-friendly aliases for screenshot flags (#2156)
- **slides**: migrate SML namespace from HTTP to HTTPS (#2169)
- **slides**: improve missing screenshot selector guidance (#2177)
- **slides**: name the wrong --parts field instead of "non-empty replacement" (#2174)

### Documentation

- **base**: clarify unsupported capability boundaries (#2133)
- **slides**: correct +xml-get flag requirements (#2171)

### Misc

- notarize macOS release candidates (#2073)
- allow concurrent live e2e jobs (#2182)

## [v1.0.82] - 2026-08-03

### Features
Expand Down Expand Up @@ -1773,6 +1798,7 @@ Bundled AI agent skills for intelligent assistance:
- Bilingual documentation (English & Chinese).
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.

[v1.0.83]: https://github.com/larksuite/cli/releases/tag/v1.0.83
[v1.0.82]: https://github.com/larksuite/cli/releases/tag/v1.0.82
[v1.0.81]: https://github.com/larksuite/cli/releases/tag/v1.0.81
[v1.0.80]: https://github.com/larksuite/cli/releases/tag/v1.0.80
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@larksuite/cli",
"version": "1.0.82",
"version": "1.0.83",
"description": "The official CLI for Lark/Feishu open platform",
"bin": {
"lark-cli": "scripts/run.js"
Expand Down
Loading