Overview
In this version, we have solved the problem of some operations hanging when inserting large assets, OCR, and data sync, and improved the stability of the kernel program.
Additionally, we fixed an issue that caused data corruption in the cloud after resetting the local data repo but not resetting the cloud directory before synchronizing the data.
- If you are using the official cloud data sync, the cloud data will be automatically verified during the first sync after startup. If the cloud data is found to be corrupted, you will be prompted. At this time, please reset the local data repo and cloud directory
- If you are using S3/WebDAV data sync, automatic cloud data verification cannot be performed. To be on the safe side, it is recommended to manually reset the local data repo and cloud directory
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
- OCR no longer blocks document loading
- Improve doc tree dragging to top and bottom scroll interaction
- Improve file read/write locking
- Improve editor dragging blocks to top and bottom scroll interaction
- Increase the file size transferred by WeChat Assistant to 20MB
- Add unpin icon
- Improve search preview to highlight text
<foo>
- Support converting network assets to local
- Improve file annotation in rotated PDF
- Drag-and-move blocks should not be allowed in read-only mode
- Add
Exit the application
to the main menu for Desktop and Pad - Improve kernel stability by eliminating some data races
- Improve image loading and jump positioning caused by height changes
- Keep the cursor still after
Delete
at the end of the list - Improve web page clip code block content conversion
Abolishment
- No longer automatically download network assets when the cloud inbox is moved to docs
- No longer force using discrete GPU on desktop
Bugfix
- Soft line break key on mobile is invalid
- Backlink arrow displays incorrectly on mobile
- Emoji panel cannot jump in the editor
- Modifying inline elements after pasting causes misalignment
- Ctrl+D abnormal behavior
- Cloud inbox images and text are rendered abnormally on iOS
- An issue that caused cloud data corruption
Development
- Database table view supports paged loading
- Use HTML attribute
data-wrap
to set the cell wrapping style of attribute view - Add a template function about date
- Improve database table view select column filter
- Add internal kernel API
/api/setting/refreshVirtualBlockRef
- Allow global shortcut keys to be triggered when editing database table view cell
- Improve database table view UI to differentiate between bound and unbound row
- Database table view no longer scrolls to top after undo