From 81da85b5051a4a95125588f54ea406650c1e59b4 Mon Sep 17 00:00:00 2001 From: liangshuo-1 Date: Fri, 24 Jul 2026 19:07:52 +0800 Subject: [PATCH] chore: release v1.0.77 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa2a7ad72a..2e08dc685e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,35 @@ All notable changes to this project will be documented in this file. +## [v1.0.77] - 2026-07-24 + +### Features + +- introducing official card icon (#1973) +- **apps**: validate +file-list --page-size against server (0, 200] range (#2007) +- **apps**: support absolute and relative upload paths (#2005) +- **slides**: fill xml-schema-quick-ref gaps that forced XSD fallback (#2026) +- **slides**: add layout density lint for sparse/empty containers (#2022) +- add risk-control protection (#1910) + +### Bug Fixes + +- **slides**: normalize presentation flag aliases (#2032) +- **base**: classify +form-submit as high-risk-write (#1969) +- **slides**: declare screenshot scope +- **slides**: support CSV multi-value for --slide-id in screenshot (#2047) + +### Documentation + +- **skill**: clarify scope handling for query expansion (#2030) +- **base**: clarify complete and partial updates (#1993) +- **skills**: clarify callout child rules (#2048) + +### Misc + +- fix/task id handling (#2023) +- fix/task search pagination (#2041) + ## [v1.0.75] - 2026-07-22 ### Features @@ -1638,6 +1667,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.77]: https://github.com/larksuite/cli/releases/tag/v1.0.77 [v1.0.75]: https://github.com/larksuite/cli/releases/tag/v1.0.75 [v1.0.74]: https://github.com/larksuite/cli/releases/tag/v1.0.74 [v1.0.73]: https://github.com/larksuite/cli/releases/tag/v1.0.73 diff --git a/package-lock.json b/package-lock.json index 0a62dbe690..c8410561b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@larksuite/cli", - "version": "1.0.76", + "version": "1.0.77", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@larksuite/cli", - "version": "1.0.76", + "version": "1.0.77", "cpu": [ "x64", "arm64", diff --git a/package.json b/package.json index 33c7738eb7..cf8b171ec9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.76", + "version": "1.0.77", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"