mirror of
https://github.com/wanghuan9/obsidian-feishu-lark-cli-sync.git
synced 2026-07-22 07:47:44 +00:00
chore:[0.1.20] 发布 0.1.20
This commit is contained in:
parent
9d9e06d048
commit
0dd902dfc6
5 changed files with 16 additions and 5 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
10
release-notes/0.1.20.md
Normal 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.
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue