From c6b57311b2f84979ff2c1866c08a463ba1132a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=A1=95?= Date: Wed, 8 Apr 2026 21:50:08 +0800 Subject: [PATCH] docs: add v1.0.6 changelog Change-Id: Ic5a1d128c9ec903c0e1a9a673f7da8340e775dc0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1adce1b88..9c739ccac 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.6] - 2026-04-08 + +### Features + +- Improve login scope validation and success output (#317) +- **task**: Support starting pagination from page token (#332) +- Support multipart doc media uploads (#294) +- **mail**: Auto-resolve local image paths in all draft entry points (#205) +- **vc**: Add `+recording` shortcut for `meeting_id` to `minute_token` conversion (#246) + +### Bug Fixes + +- Resolve concurrency races in RuntimeContext (#330) +- **config**: Save empty config before clearing keychain entries (#291) +- Reject positional arguments in shortcuts (#227) +- Improve raw API diagnostics for invalid or empty JSON responses (#257) +- **docs**: Normalize `board_tokens` in `+create` response for mermaid/whiteboard content (#10) +- **task**: Clarify `--complete` flag help for `get-my-tasks` (#310) +- **help**: Point root help Agent Skills link to README section (#289) + +### Documentation + +- Clarify `--complete` flag behavior in `get-my-tasks` reference (#308) + +### Refactor + +- Migrate VC/minutes shortcuts to FileIO (#336) +- Migrate common/client/IM to FileIO and add localfileio tests (#322) + ## [v1.0.5] - 2026-04-07 ### Features @@ -193,6 +222,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.6]: https://github.com/larksuite/cli/releases/tag/v1.0.6 [v1.0.5]: https://github.com/larksuite/cli/releases/tag/v1.0.5 [v1.0.4]: https://github.com/larksuite/cli/releases/tag/v1.0.4 [v1.0.3]: https://github.com/larksuite/cli/releases/tag/v1.0.3 diff --git a/package.json b/package.json index 46a6fdc30..4fd7cab98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.5", + "version": "1.0.6", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"