Update version to 2.5.0

This commit is contained in:
Jiaxin Peng
2024-11-20 22:19:38 +00:00
parent aac7bc154a
commit a950e2e301
3 changed files with 16 additions and 5 deletions

View File

@@ -1,4 +1,15 @@
## Fix ## Fix
- Fix a bug that the plugin cannot read the title from the markdown front matter if using custom database. - Fix the bug that the plugin does not work in the mobile app.
- 修复当使用自定义数据库时插件无法从markdown front matter中读取标题的问题。 - 修复了在移动端应用中插件无法工作的问题。
## Feature
- Both desktop and mobile apps support syncing long markdown files.
- 桌面端和移动端应用都支持长篇 markdown 文件同步。
## Issue
- Bullet list over 3 levels is not supported.
- 无法同步超过三个分支的列表。

View File

@@ -1,7 +1,7 @@
{ {
"id": "share-to-notionnext", "id": "share-to-notionnext",
"name": "Share to NotionNext", "name": "Share to NotionNext",
"version": "2.4.3", "version": "2.5.0",
"minAppVersion": "0.0.1", "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.", "description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.",
"author": "EasyChris, jxpeng98", "author": "EasyChris, jxpeng98",

View File

@@ -1,6 +1,6 @@
{ {
"name": "share-to-notionnext", "name": "share-to-notionnext",
"version": "2.4.3", "version": "2.5.0",
"type": "module", "type": "module",
"description": "Share files to any Notion database using the Notion API, originally created by EasyChris/obsidian-to-notion.", "description": "Share files to any Notion database using the Notion API, originally created by EasyChris/obsidian-to-notion.",
"main": "main.js", "main": "main.js",