diff --git a/CHANGELOG.md b/CHANGELOG.md index a414b8ba..0a093ccb 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.3] - 2026-04-02 + +### Features + +- Add `--jq` flag for filtering JSON output (#211) +- Add `+download` shortcut for minutes media download (#101) +- Add drive import, export, move, and task result shortcuts (#194) +- Support im message send/reply with uat (#180) +- Add approve domain (#217) + +### Bug Fixes + +- **mail**: Use in-memory keyring in mail scope tests to avoid macOS keychain popups (#212) +- **mail**: On-demand scope checks and watch event filtering (#198) +- Use curl for binary download to support proxy and add npmmirror fallback (#226) +- Normalize escaped sheet range separators (#207) + +### Documentation + +- **mail**: Clarify JSON output is directly usable without extra encoding (#228) +- Clarify docs search query usage (#221) + +### CI + +- Add gitleaks scanning workflow and custom rules (#142) + ## [v1.0.2] - 2026-04-01 ### Features @@ -110,6 +136,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[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 [v1.0.1]: https://github.com/larksuite/cli/releases/tag/v1.0.1 [v1.0.0]: https://github.com/larksuite/cli/releases/tag/v1.0.0 diff --git a/package.json b/package.json index 7cdae730..b83191ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.2", + "version": "1.0.3", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"