From 57e80b82a9e02282e87189b91737dfdec89678b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=A1=95?= Date: Thu, 16 Apr 2026 20:08:33 +0800 Subject: [PATCH] chore: cut v1.0.13 with reviewed release notes Change-Id: If9a08002588cc9ae96280bdd8bbc4a05ba0f92a1 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 244b3d64..76e136e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project will be documented in this file. +## [v1.0.13] - 2026-04-16 + +### Features + +- **im**: Support user access token for file, image, audio, and video upload, aligning upload and send identity with `--as` flag (#474) +- **drive**: Add `drive +create-folder` shortcut with root-folder fallback and bot-mode auto-grant (#470) +- **wiki**: Add bot-mode auto-grant support to `wiki +node-create` (#470) +- **doc**: Default `skip_task_detail` in `docs +fetch` to reduce unnecessary task detail expansion (#471) + +### Bug Fixes + +- **im**: Preserve original URL filename for uploaded file messages instead of generic `media.ext` names (#514) +- **whiteboard**: Use atomic overwrite API parameter for `whiteboard +update`, replacing read-then-delete approach (#483) + +### Documentation + +- **base**: Unify record batch write limit to 200 and enforce serial writes for continuous operations (#499) +- **base**: Remove redundant reference documentation and command grouping chapters from SKILL.md (#500) + +### CI + +- Consolidate workflows into layered CI pyramid with single `results` gate (#510) + ## [v1.0.12] - 2026-04-15 ### Features @@ -359,6 +382,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.13]: https://github.com/larksuite/cli/releases/tag/v1.0.13 [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 diff --git a/package.json b/package.json index 6c4e55f9..1107a2d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.12", + "version": "1.0.13", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"