diff --git a/CHANGELOG.md b/CHANGELOG.md index 926d841..c5a36d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ ## Fix -- Fix a bug that the plugin cannot read the title from the markdown front matter if using custom database. -- 修复当使用自定义数据库时,插件无法从markdown front matter中读取标题的问题。 +- Fix the bug that the plugin does not work in the mobile app. +- 修复了在移动端应用中插件无法工作的问题。 + +## Feature + +- Both desktop and mobile apps support syncing long markdown files. +- 桌面端和移动端应用都支持长篇 markdown 文件同步。 + +## Issue +- Bullet list over 3 levels is not supported. +- 无法同步超过三个分支的列表。 + + diff --git a/manifest.json b/manifest.json index 3274457..bddcfa8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "share-to-notionnext", "name": "Share to NotionNext", - "version": "2.4.3", + "version": "2.5.0", "minAppVersion": "0.0.1", "description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.", "author": "EasyChris, jxpeng98", diff --git a/package.json b/package.json index 39045a1..0c684e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "share-to-notionnext", - "version": "2.4.3", + "version": "2.5.0", "type": "module", "description": "Share files to any Notion database using the Notion API, originally created by EasyChris/obsidian-to-notion.", "main": "main.js", @@ -30,4 +30,4 @@ "yaml": "^2.3.4", "yaml-front-matter": "^4.1.1" } -} +} \ No newline at end of file