mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-29 08:08:34 +08:00
Update version to 2.5.0
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -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.
|
||||||
|
- 无法同步超过三个分支的列表。
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user