From 43643086082b9f195d86a6ebdda40f785528210a Mon Sep 17 00:00:00 2001 From: liangshuo-1 Date: Tue, 21 Apr 2026 21:23:37 +0800 Subject: [PATCH] chore(release): v1.0.16 Change-Id: I2ba82ed0b3cb21cecca0ac09b058b10ea656a98a --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb719b23..5d5bf3f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project will be documented in this file. +## [v1.0.16] - 2026-04-21 + +### Features + +- **mail**: Support large email attachments (#537) +- **mail**: Add draft preview URL to draft operations (#438) +- **doc**: Add pre-write semantic warnings to `docs +update` (#569) +- **doc**: Add `--selection-with-ellipsis` position flag to `+media-insert` (#335) +- **calendar**: Support event share link and error details (#583) + +### Bug Fixes + +- **doc**: Preserve round-trip formatting in `+fetch` output (#469) +- **docs**: Validate `--selection-by-title` format early (#256) +- **whiteboard**: Register `+media-upload` shortcut and add whiteboard parent type + +### Refactor + +- Split `Execute` into `Build` + `Execute` with explicit IO and keychain injection (#371) +- **auth**: Simplify scope reporting in login flow (#582) + ## [v1.0.15] - 2026-04-20 ### Features @@ -420,6 +441,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.16]: https://github.com/larksuite/cli/releases/tag/v1.0.16 [v1.0.15]: https://github.com/larksuite/cli/releases/tag/v1.0.15 [v1.0.14]: https://github.com/larksuite/cli/releases/tag/v1.0.14 [v1.0.13]: https://github.com/larksuite/cli/releases/tag/v1.0.13 diff --git a/package.json b/package.json index b7d5c903b..82ed77e39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.15", + "version": "1.0.16", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"