mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-21 03:21:21 +08:00
3.3 KiB
3.3 KiB
Overview
This version mainly fixes bugs, and there are also changes to the community theme. Please see the development section below for details.
Changelogs
Below are the detailed changes in this version.
Enhancement
- Publish on F-Droid
- Improve math block font size
- Improve the parsing of del elements in pasted webpage content
- Improve Settings - Cloud UI
- Input method candidates cannot be displayed after pinning the new window on macOS
- AI clear context action
- Improve AI-generated code block parsing
- Copy empty block hyperlink (Markdown) fill anchor text with id
- Add a Ref export mode
Anchor hash
for notebook Markdown exporting
Bugfix
- Doc tree parsing exception after importing .sy.zip on Android
- The image does not appear when exporting a doc containing an image as a picture on iOS
- Data sync exception when using a Chinese-named workspace on Android
- Part of block text not shown in anchor of block reference when a tag is present
- Crash after switching some community themes on iPad
Refactor
Development
Please cooperate to complete the following compatibility upgrades before mid-March:
- Since the page does not refresh, you need to pay attention to the declaration of variables after switching out and then into the topic
- window.destroyTheme is mainly used to remove js and css loaded by yourself; added dom; restore modified dom, etc. Just don't affect the next topic. Reference is as follows:
window.destroyTheme = () => { document.querySelector("#theme-color-style").remove(); }
Thank you very much 🙏
- Call
window.destroyTheme():Promise<void>
instead of refreshing when switching themes - Unable to highlight block Dom using
cb-get-hl
- Add CSS class to database table view checkbox
- Support copy, cut, and paste of selected database table view cells
- Add internal kernel API
/api/setting/setEditorReadOnly
- Add block icon menu
Add to database
- Add mobile.log file to diagnose mobile issues