chore:[0.1.20] 发布 0.1.20

This commit is contained in:
wanghuan 2026-07-16 18:13:34 +08:00
parent 9d9e06d048
commit 0dd902dfc6
5 changed files with 16 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "feishu-lark-cli-sync",
"name": "Feishu Lark CLI Sync",
"version": "0.1.19",
"version": "0.1.20",
"minAppVersion": "1.5.0",
"description": "Publish and sync Markdown notes to Feishu/Lark Docs via lark-cli.",
"author": "wanghuan",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-feishu-lark-cli-sync",
"version": "0.1.19",
"version": "0.1.20",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-feishu-lark-cli-sync",
"version": "0.1.19",
"version": "0.1.20",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.19.0",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-feishu-lark-cli-sync",
"version": "0.1.19",
"version": "0.1.20",
"description": "Obsidian plugin that publishes and syncs Markdown notes to Feishu/Lark Docs through lark-cli.",
"main": "main.js",
"type": "module",

10
release-notes/0.1.20.md Normal file
View file

@ -0,0 +1,10 @@
# 0.1.20
## Fixed
- Preserve file names and body H1 headings during folder publish.
- Preserve remote-only block changes during precise sync.
## Improved
- Rewrite new folder links with precise block updates instead of a full-document overwrite.

View file

@ -18,5 +18,6 @@
"0.1.16": "1.5.0",
"0.1.17": "1.5.0",
"0.1.18": "1.5.0",
"0.1.19": "1.5.0"
"0.1.19": "1.5.0",
"0.1.20": "1.5.0"
}