diff --git a/manifest.json b/manifest.json index ef82dee..3e58c33 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package-lock.json b/package-lock.json index 07c292d..8c6273f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index a3ba90d..7b5dd89 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/release-notes/0.1.20.md b/release-notes/0.1.20.md new file mode 100644 index 0000000..3eb8565 --- /dev/null +++ b/release-notes/0.1.20.md @@ -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. diff --git a/versions.json b/versions.json index 1efdbe9..f9823fa 100644 --- a/versions.json +++ b/versions.json @@ -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" }