Skip to content

Commit a2dde84

Browse files
authored
chore(release): v1.0.43 (#1161)
1 parent 21998b9 commit a2dde84

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [v1.0.43] - 2026-05-28
6+
7+
### Features
8+
9+
- **event**: Support `note` generated event (#1159)
10+
- **config**: Decouple `--lang` preference from TUI display language (#1132)
11+
- **mail**: Add HTML lint library with Larksuite-native autofix for `lark-mail` (#1019)
12+
13+
### Bug Fixes
14+
15+
- **config**: Propagate `Lang` across credential boundary; respect `CurrentApp` in priorLang (#1157)
16+
- **config**: Allow lark-channel bind source override (#1154)
17+
- **im**: Clarify `messages-send` dry-run chat membership (#1150)
18+
- **base**: Include `log_id` in attachment media errors (#1133)
19+
20+
### Performance
21+
22+
- **im**: Parallelize reactions, thread_replies, and merge_forward fetches (#1146)
23+
24+
### Documentation
25+
26+
- **im**: Update IM skill urgent APIs (#1153)
27+
528
## [v1.0.42] - 2026-05-27
629

730
### Features
@@ -910,6 +933,7 @@ Bundled AI agent skills for intelligent assistance:
910933
- Bilingual documentation (English & Chinese).
911934
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
912935

936+
[v1.0.43]: https://github.com/larksuite/cli/releases/tag/v1.0.43
913937
[v1.0.42]: https://github.com/larksuite/cli/releases/tag/v1.0.42
914938
[v1.0.41]: https://github.com/larksuite/cli/releases/tag/v1.0.41
915939
[v1.0.40]: https://github.com/larksuite/cli/releases/tag/v1.0.40

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@larksuite/cli",
3-
"version": "1.0.42",
3+
"version": "1.0.43",
44
"description": "The official CLI for Lark/Feishu open platform",
55
"bin": {
66
"lark-cli": "scripts/run.js"

0 commit comments

Comments
 (0)