From 99b286e94c6faac72c238a9dbe13671e0cb741f8 Mon Sep 17 00:00:00 2001 From: liangshuo-1 <266696938+liangshuo-1@users.noreply.github.com> Date: Mon, 11 May 2026 20:22:36 +0800 Subject: [PATCH] chore(release): v1.0.28 Change-Id: If8e5170a3abb8ef846fcb7473977e6bf8bc91767 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf81447b..e5afa8c5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [v1.0.28] - 2026-05-11 + +### Features + +- **im**: Support UAT for `messages.forward` and add `threads.forward` (#689) +- **im**: Add flag shortcuts `+flag-create` / `+flag-list` / `+flag-cancel` for message bookmarks (#770) + +### Bug Fixes + +- **drive**: Handle duplicate remote sync paths (#803) + +### Documentation + +- **im**: Name `--query` / `--member-ids` in `+chat-search` shortcut row (#812) + ## [v1.0.27] - 2026-05-09 ### Features @@ -644,6 +659,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.28]: https://github.com/larksuite/cli/releases/tag/v1.0.28 [v1.0.27]: https://github.com/larksuite/cli/releases/tag/v1.0.27 [v1.0.26]: https://github.com/larksuite/cli/releases/tag/v1.0.26 [v1.0.25]: https://github.com/larksuite/cli/releases/tag/v1.0.25 diff --git a/package.json b/package.json index 3b75be5b4..4a10fd2e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.27", + "version": "1.0.28", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"