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 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.
- 无法同步超过三个分支的列表。