From ff212a8e779c36886c22796f45db05a6c4907a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=A1=95?= Date: Tue, 7 Apr 2026 22:23:47 +0800 Subject: [PATCH 1/2] docs: add v1.0.5 changelog Change-Id: Ia2c5e8f3d3e5fb95b4509e2f5d62a1ee253cd679 Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0c63d834..1adce1b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,38 @@ All notable changes to this project will be documented in this file. +## [v1.0.5] - 2026-04-07 + +### Features + +- **drive**: Support multipart upload for files larger than 20MB (#43) +- Add darwin file master key fallback for keychain writes (#285) +- Add strict mode identity filter, profile management and credential extension (#252) + +### Bug Fixes + +- **mail**: Restore CID validation and stale PartID lookup lost in revert (#230) +- **base**: Clarify table-id `tbl` prefix requirement (#270) +- Fix parameter constraints for LarkMessageTrigger (#213) + +### Documentation + +- Fix root calendar example (#299) +- Fix README auth scope and api data flag (#298) +- Clarify task guid for applinks (#287) +- Clarify lark task guid usage (#282) +- **lark-base**: Add `has_more` guidance for record-list pagination (#183) + +### Tests + +- Isolate registry package state in tests (#280) + +### CI + +- Add scheduled issue labeler for type/domain triage (#251) +- **issue-labels**: Reduce mislabeling and handle missing labels (#288) +- Map wiki paths in pr labels (#249) + ## [v1.0.4] - 2026-04-03 ### Features @@ -161,6 +193,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[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 [v1.0.2]: https://github.com/larksuite/cli/releases/tag/v1.0.2 From 3c7a1572e1d21b6281ef4c8bb03ec55882b122fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=A1=95?= Date: Tue, 7 Apr 2026 22:25:53 +0800 Subject: [PATCH 2/2] chore: bump version to v1.0.5 Change-Id: I8d19ec44311f9bf0e700152beab1fd8d261c3f73 Co-Authored-By: Claude Opus 4.6 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2bca0a11a..46a6fdc30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.4", + "version": "1.0.5", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"