From dbb36ae10aec26a1ad65bd8657fd3797fe6ddb11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=A1=95?= Date: Fri, 10 Apr 2026 22:50:47 +0800 Subject: [PATCH] chore: release v1.0.8 Change-Id: I3971cc32c35ce84b5ec5f1890a69e6fb02e0e022 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16d22d3cf..0f54d02b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,37 @@ All notable changes to this project will be documented in this file. +## [v1.0.8] - 2026-04-10 + +### Features + +- Add `update` command with self-update, verification, and rollback (#391) +- Add `--file` flag for multipart/form-data file uploads (#395) +- Support file comment reply reactions (#380) +- **base**: Add `+dashboard-arrange` command for auto-arranging dashboard blocks layout and `text` block type with Markdown support (#388) +- **base**: Add record batch `+add` / `+set` shortcuts (#277) +- **base**: Add `+record-search` for keyword-based record search (#328) +- **base**: Add view visible fields `+get` / `+set` shortcuts (#326) +- **base**: Add record field filters (#327) +- **base**: Optimize workflow skills (#345) +- **calendar**: Add room find workflow (#403) +- **mail**: Add `--page-token` and `--page-size` to mail `+triage` (#301) +- **whiteboard**: Add `+query` shortcut and enhance `+update` with Mermaid/PlantUML support (#382) + +### Bug Fixes + +- Improve error hints for sandbox and initialization issues (#384) +- Fix markdown line breaks support (#338) +- Return raw base field and view responses (#378) +- **base**: Return raw table list response and clarify sort help (#393) +- **calendar**: Add default video meeting to `+create` (#383) +- **mail**: Replace `os.Exit` with graceful shutdown in mail watch (#350) + +### Documentation + +- **base**: Document Base attachment download via docs `+media-download` (#404) +- Reorganize lark-base skill guidance (#374) + ## [v1.0.7] - 2026-04-09 ### Features diff --git a/package.json b/package.json index d7495dd58..da4d5fb56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.7", + "version": "1.0.8", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"