From fccbce3fb4ef405d9bb239d11a5019d03d60468f Mon Sep 17 00:00:00 2001 From: liangshuo-1 <266696938+liangshuo-1@users.noreply.github.com> Date: Wed, 20 May 2026 19:32:37 +0800 Subject: [PATCH] chore(release): v1.0.35 Change-Id: I6ddc8cfc029c684deb5de4f210357e19ade083e1 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b98db458..f84b721e8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. +## [v1.0.35] - 2026-05-20 + +### Features + +- **markdown**: Support wiki node target in `+create` (#883) +- **markdown**: Add `+diff` shortcut (#876) +- **base**: Add form `+detail` / `+submit` shortcuts (#759) +- **skills**: Add incremental skills sync (#965) +- **doc**: Warn before overwrite when document contains whiteboard or file blocks (#825) + +### Documentation + +- **im**: Clarify media key formats for message media flags (#991) +- **im**: Add media-preview reference (#990) +- **drive**: Migrate `docs +search` to `drive +search` and fix `creator_ids` owner semantic (#951) +- **drive**: Prefer local comments for drive reviews (#981) +- **wiki**: Add wiki base fast path (#982) + ## [v1.0.34] - 2026-05-19 ### Features @@ -774,6 +792,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.35]: https://github.com/larksuite/cli/releases/tag/v1.0.35 [v1.0.34]: https://github.com/larksuite/cli/releases/tag/v1.0.34 [v1.0.33]: https://github.com/larksuite/cli/releases/tag/v1.0.33 [v1.0.32]: https://github.com/larksuite/cli/releases/tag/v1.0.32 diff --git a/package.json b/package.json index a5eb850a43..3f42ed39ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.34", + "version": "1.0.35", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"