diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a093ccb6..f0c63d834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ All notable changes to this project will be documented in this file. +## [v1.0.4] - 2026-04-03 + +### Features + +- Support user identity for im `+chat-create` (#242) +- Implement authentication response logging (#235) +- Support im chat member delete and add scope notes (#229) + +### Bug Fixes + +- **security**: Replace `http.DefaultTransport` with proxy-aware base transport to mitigate MITM risk (#247) +- **calendar**: Block auto bot fallback without user login (#245) + +### Documentation + +- **mail**: Add identity guidance to prefer user over bot (#157) + +### Refactor + +- **dashboard**: Restructure docs for AI-friendly navigation (#191) + +### CI + +- Add a CLI E2E testing framework for lark-cli, task domain testcase and ci action (#236) + ## [v1.0.3] - 2026-04-02 ### Features @@ -136,6 +161,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[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 [v1.0.1]: https://github.com/larksuite/cli/releases/tag/v1.0.1 diff --git a/package.json b/package.json index b83191edf..2bca0a11a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.3", + "version": "1.0.4", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"