Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
siyuan-3.3.0-linux-arm64.tar.gz | 2025-08-26 | 198.8 MB | |
siyuan-3.3.0-linux-arm64.deb | 2025-08-26 | 185.4 MB | |
siyuan-3.3.0-linux-arm64.AppImage | 2025-08-26 | 199.1 MB | |
siyuan-3.3.0-linux.tar.gz | 2025-08-26 | 198.4 MB | |
siyuan-3.3.0-linux.deb | 2025-08-26 | 190.5 MB | |
siyuan-3.3.0-linux.AppImage | 2025-08-26 | 198.4 MB | |
SHA256SUMS.txt | 2025-08-26 | 1.0 kB | |
siyuan-3.3.0-mac-arm64.dmg | 2025-08-26 | 199.1 MB | |
siyuan-3.3.0-mac.dmg | 2025-08-26 | 195.0 MB | |
siyuan-3.3.0-win-arm64.exe | 2025-08-26 | 132.5 MB | |
siyuan-3.3.0-win.exe | 2025-08-26 | 169.4 MB | |
siyuan-3.3.0.apk | 2025-08-26 | 56.9 MB | |
Database grouping by field source code.tar.gz | 2025-08-26 | 194.8 MB | |
Database grouping by field source code.zip | 2025-08-26 | 196.2 MB | |
README.md | 2025-08-26 | 7.5 kB | |
Totals: 15 Items | 2.3 GB | 0 |
Overview
This version supports database grouping by field and improves many details.
Please note:
- Old versions cannot open new version databases. If you installed the mobile version from a store, it is recommended to wait for the new version to be available in the store before updating the desktop version
- The multi-select field value of the database template has changed from a string to a string array. Please refer to here for adaptation
Changelogs
Below are the detailed changes in this version.
Feature
Enhancement
- Improve
Add to Database
- Improve database field default filling
- The database rollup field supports using the template field
- Display title when flashcard is a document
- Improve the database block binding
- Improve export preview mode CSS variable value filling
- Card view supports displaying field names
- Improve document title carriage return processing
- Improve pasting performance for large amounts of content
- Improve the line number display when custom code block
- Improve data sync to avoid conflicts caused by folding block
- Deleting a block no longer adds an empty block to the beginning of the doc in some cases
- Improve template search highlighting
- Export preview mode supports focus use
- Code blocks retain attributes when exporting preview
- Support code block highlighting template syntax and export code block templates as paragraphs
Re OCR
popup prompt when Tesseract is not enabled- Improve
<br>
input parsing - Update plugins of highlight.js
- Improve card view display
- Improve the status bar index creation information prompt
- Improve search for emojis in tags
- Document supports copying as Markdown
- The database rollup field supports duplicating as a copy
- Improve HTML clipping
- Alert users when .sy file or database .json exceed 8MB
- Limit the database title to 512 characters
Upload asset files to cloud
supports focus use- Improve the style of exporting PDF
- Parse
<img>
tags when pasting - The database template field supports using other template fields
- Improve database
Drag vertically to fill value
- Tab switching improvements
- Filter hidden columns when browsing the current view image of a database table
- Database drag and drop, performance and interaction optimization
- Remove highlighting when database filter conditions do not perform filter calculations
- Improve database template field to use multiple-select field
- Improve parsing
<img>
tags when importing - The database rollup field supports using the updated/created field
- Manually optimize the data index to reduce space usage and improve performance
- Improved database attribute panel
- Improve focus positioning when exiting folded blocks
Bugfix
- Database select fields will lose options if options are added too quickly
- Inline formulas are not rendered when superblock is canceled
- Dragging a file from the assets folder into the editor causes the kernel to exit
- The tray is generated repeatedly after the new window is locked and then entered
- Find-replace incorrectly converts tags to text
- The insertion position is wrong after converting the list to paragraph block in the floating window
- Formula-related editor status abnormal
- Incorrect results for database rollup field filtering
Refactor
Development
- Add plugin function
IProtyleOptions.handleEmptyContent
- Add plugin function
getActiveTab
- Add parameter
imgTag
for kernel APIexportMdContent
andcopyStdMarkdown
- Adjust
addTopBar
andaddStatusBar
fromonload
lifecycle toonLayoutReady
- Add plugin function
hideMessage
- Add plugin event bus
switch-protyle-mode
/api/block/getBlockKramdown
link/image URLs are no longer encoded with spaces- Improve kernel API
/api/filetree/moveDocsByID
- Add plugin function
getActiveEditor