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 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"