Fix bugs
Overview
This version improves many details and fixes some defects, it is recommended to upgrade.
Changelogs
Below are the detailed changes in this version.
Enhancement
- Automatically purge unreferenced data snapshots older than 30 days in official cloud storage
- Improve creating a new block by pressing Enter in a super block
- Improve merging of adjacent inline elements
- Hyperlink elements support copying in multiple formats
- Support
Alt+drag
to insert a block ref from the doc tree into the editor - Support database view search
- Improve block drag
- Improve performance of exporting .sy.zip for notebook
- Improve database primary key content update for bound container blocks
- Improve the database editing on mobile
- Improve HTML math clipping
- Automatically refresh reference counts after deleting or rolling back a document
- Internationalization translations into Hebrew, German, Polish and Russian
- Show import/export settings in "About" on mobile
- After pressing Down key the cursor will move to the the begin of the next line
- Add transparency to the background color of some blocks
- Improve WebDAV/S3 data sync request timeout settings
- Improve export of heading levels in embedded blocks
- Improve performance for data indexing
Bugfix
- Cannot replace
>
in code block - Search ignore is not working in some cases
- Cannot open assets on iOS 16.x
- Folding and unfolding are abnormal after embedding the heading block
- Setting flashcard expiration time does not work
- The
Allow execution of scripts within HTML blocks
option cannot be enabled on mobile
Document
Refactor
- Upgrade to PDF.js v4.7.85
- Upgrade to Electron v32.2.0
- Upgrade to Pandoc v3.5
- SiYuan Flatpak is required to use
$XDG_CONFIG_HOME
instead of$HOME
Development
- Add
data-id
attribute to the button of workspace menu - Add a kernel API
/api/block/getDocsInfo
- Add plugin method
exitSiYuan