From 297b2a222eebbd4b7afbdb432ec84c4293b3dba0 Mon Sep 17 00:00:00 2001 From: liangshuo-1 Date: Mon, 15 Jun 2026 21:58:07 +0800 Subject: [PATCH] chore(release): v1.0.54 (#1476) --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4faa5c27..74dfce70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ All notable changes to this project will be documented in this file. +## [v1.0.54] - 2026-06-15 + +### Features + +- **mail**: Auto-attach default signature on send/reply/forward (#1415) +- **drive**: Support `original_creator_ids` filter in search (#1046) +- **cli**: Simplify proxy plugin warning and gate it on TTY (#1448) + +### Bug Fixes + +- **doc**: Fix docs fetch and update ergonomics (#1466) +- **vfs**: Reject blank local paths (#1460) +- **vfs**: Reject Windows absolute paths cross-platform (#1401) +- **event**: Clarify remote bus blocker recovery (#1454) + +### Refactor + +- Converge command pipelines onto a typed metadata model + catalog (#1191) + +### Documentation + +- **im**: Document `@mention` format per message type (text/post/card) (#1419) +- **doc**: Clarify lark-doc create title guidance (#1474) +- **skills**: Add rename prompt for import without `--name` (#1461) +- **apps**: Drop Miaoda brand word from apps command help text (#1399) + ## [v1.0.53] - 2026-06-12 ### Features @@ -1149,6 +1175,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.54]: https://github.com/larksuite/cli/releases/tag/v1.0.54 [v1.0.53]: https://github.com/larksuite/cli/releases/tag/v1.0.53 [v1.0.52]: https://github.com/larksuite/cli/releases/tag/v1.0.52 [v1.0.51]: https://github.com/larksuite/cli/releases/tag/v1.0.51 diff --git a/package.json b/package.json index a8bf8b5d..6044fd5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.53", + "version": "1.0.54", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"