From b874243b1f84598bb6ce3691a29797cd26a0c231 Mon Sep 17 00:00:00 2001 From: liangshuo-1 Date: Tue, 4 Aug 2026 19:33:42 +0800 Subject: [PATCH] chore: release v1.0.83 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04effc1a1a..ea3d77e1b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package-lock.json b/package-lock.json index 2ef3ef28ad..1bdd0ecf5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@larksuite/cli", - "version": "1.0.82", + "version": "1.0.83", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@larksuite/cli", - "version": "1.0.82", + "version": "1.0.83", "cpu": [ "x64", "arm64", diff --git a/package.json b/package.json index 2bbadcdaf2..673c068e35 100644 --- a/package.json +++ b/package.json @@ -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"