From 536d55543ebbefebdf1115d1338d51119b8e8d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=A1=95?= Date: Wed, 15 Apr 2026 21:20:54 +0800 Subject: [PATCH] chore: cut v1.0.12 with reviewed release notes This release prep captures the version bump and changelog entry for v1.0.12 without pulling unrelated workspace edits into the release branch. Change-Id: Ib343337c4851b7cc15a52dd0068795a92092b781 Constraint: Keep the release PR scoped to package version and changelog only Rejected: Include .gitignore and local workspace files | unrelated to this release PR Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep release notes aligned with shipped changes only; exclude reverted work from summaries Tested: make unit-test Tested: go mod tidy Tested: go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.6 run --new-from-rev=origin/main Not-tested: Manual tag/release publishing flow --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4d64e365..244b3d645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [v1.0.12] - 2026-04-15 + +### Features + +- Add guided npm install flow that installs or upgrades the CLI, installs AI skills, and walks through app config and auth login (#464) +- **mail**: Add email signature support with `+signature`, `--signature-id` compose flags, and draft signature edit operations (#485) +- **mail**: Return recall hints for sent emails when recall is available (#481) +- **slides**: Add `+media-upload` and support `@path` image placeholders in `+create --slides` (#450) + +### Documentation + +- **mail**: Add recipient search guidance to the mail skill workflow (#437) +- **calendar/vc**: Route past meeting queries to `lark-vc` and clarify historical date matching in skills (#482, #480) + ## [v1.0.11] - 2026-04-14 ### Features @@ -345,6 +359,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.12]: https://github.com/larksuite/cli/releases/tag/v1.0.12 [v1.0.11]: https://github.com/larksuite/cli/releases/tag/v1.0.11 [v1.0.10]: https://github.com/larksuite/cli/releases/tag/v1.0.10 [v1.0.9]: https://github.com/larksuite/cli/releases/tag/v1.0.9 diff --git a/package.json b/package.json index f63fb059f..6c4e55f98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.11", + "version": "1.0.12", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"