mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-07 01:08:49 +01:00
4.6 KiB
4.6 KiB
Overview
This version improves kernel stability and data synchronization, and it is recommended to upgrade as soon as possible.
Advertisement: The PRO Features early bird price will end in early January 2024. If you want to purchase, please hurry
up. For details, please visit.
Note: The annual Subscription includes PRO Features. If you are an annual subscriber, you do not need to buy PRO
Features separately.
Changelogs
Below are the detailed changes in this version.
Enhancement
- Support converting blockquote blocks to paragraphs
- Distinguish between new cards and review cards during spaced repetition
- Add close gesture to the pop-up panel on the right menu on mobile
- Improve the experience of text editing a block-ref
- Improve setting interaction
- Save flashcard spaced repetition, search, recent doc and switcher dialog interface size
- Support converting list blocks to paragraphs
- Improve kernel stability
- Add a new code snippet at the top
- Keep original creation time when importing .sy.zip
- Support
dock pluginandCommand Paletteon mobile Convert network images/assets to localsupports URL-encoded local file names- Improve data snapshot and sync robustness
- Abandon snapshot if file does not exist when creating snapshot
- Improve data sync to prevent an old snapshot to overwrite the new one
- If there are no search results in non-keyword search mode, no longer be prompted to create
- Support searching assets by file name
- Creating a dailynote existed no longer expands the doc tree
- Adjust the width of recent documents
- Improve UI
Convert network assets to localno longer process webpage- Improve flashcard style
Bugfix
- Blockquote in list turn into paragraph causes internal error
- Mobile search and replace failure
- Review is empty when there are more new cards and blocks are removed
- The doc title image index failed when using notebook-level assets
- Closing the doc tree and then restarting will reset the layout
- Soft newlines cause kernel errors in some cases
- Documents containing certain svg images cannot be exported as images
Refactor
Development
- Improve interaction with database table view row gutter display
- Add Relation column to database table view
- Support database table view assets column when exporting .sy.zip
- Concurrency control when requesting the kernel API
- Set
plugin.nameto read-only - Improve kernel API
/api/block/appendBlock - Add kernel API
/api/block/foldBlockand/api/block/unfoldBlock