siyuan/app/changelogs/v3.2.x/v3.2.1/v3.2.1.md
2025-09-01 22:26:53 +08:00

79 lines
6.1 KiB
Markdown

## Overview
This version improves some details.
## Changelogs
Below are the detailed changes in this version.
### Enhancement
* [Database table view supports synchronizing column width to other table views](https://github.com/siyuan-note/siyuan/issues/11022)
* [Database view tab supports drag sorting](https://github.com/siyuan-note/siyuan/issues/11102)
* [Improve "Use Default Column Width"](https://github.com/siyuan-note/siyuan/pull/15046)
* [Improve theme switching](https://github.com/siyuan-note/siyuan/pull/15054)
* [Improve drag performance](https://github.com/siyuan-note/siyuan/pull/15102)
* [Improve icon switching](https://github.com/siyuan-note/siyuan/pull/15123)
* [Add "Content block" option in the preview area of the database card view](https://github.com/siyuan-note/siyuan/issues/15155)
* [Improve the opening of a block ref using shortcut keys immediately after inserting it](https://github.com/siyuan-note/siyuan/issues/15208)
* [Improve database card view card right click menu](https://github.com/siyuan-note/siyuan/issues/15210)
* [Improve paging settings after creating/deleting database views](https://github.com/siyuan-note/siyuan/issues/15211)
* [Disable automatic video playback in database card view](https://github.com/siyuan-note/siyuan/issues/15212)
* [Gallery view renamed to Card view](https://github.com/siyuan-note/siyuan/issues/15215)
* [Disable drag-and-drop sorting after setting sorting rules for database view](https://github.com/siyuan-note/siyuan/issues/15228)
* [Add some currency formatting support to database number fields](https://github.com/siyuan-note/siyuan/issues/15232)
* [Improve mirror databases refresh after updating database view layout](https://github.com/siyuan-note/siyuan/issues/15233)
* [Improve the image loading performance in the database](https://github.com/siyuan-note/siyuan/issues/15245)
* [Improve assets searching](https://github.com/siyuan-note/siyuan/issues/15251)
* [Disable HTTP access to the /assets/ path](https://github.com/siyuan-note/siyuan/issues/15257)
* [Improve breadcrumb redirection on mobile](https://github.com/siyuan-note/siyuan/issues/15258)
* [The view settings menu pops up after creating a new view in the database](https://github.com/siyuan-note/siyuan/issues/15265)
* [Various charts are not rendered when the content is empty](https://github.com/siyuan-note/siyuan/issues/15274)
* [Fixed mirroring database display view](https://github.com/siyuan-note/siyuan/issues/15279)
* [Improve Markdown hyperlink input parsing](https://github.com/siyuan-note/siyuan/issues/15282)
* [Improve search result highlighting](https://github.com/siyuan-note/siyuan/issues/15284)
* [Improve right-click menu paste](https://github.com/siyuan-note/siyuan/pull/15286)
* [The bound heading block in the database card view displays the sub-blocks in the preview area](https://github.com/siyuan-note/siyuan/issues/15288)
* [Improve reference count update after moving container blocks](https://github.com/siyuan-note/siyuan/issues/15289)
* [Improve reference count update after converting heading block level](https://github.com/siyuan-note/siyuan/issues/15298)
* [Improve reference count update after document convert to heading](https://github.com/siyuan-note/siyuan/issues/15299)
* [Improve database table view fixed field copy and paste](https://github.com/siyuan-note/siyuan/issues/15300)
* [Improve HTML table clipping](https://github.com/siyuan-note/siyuan/issues/15307)
* [Improve HTML code block clipping](https://github.com/siyuan-note/siyuan/issues/15314)
* [Improve converting network assets to local assets](https://github.com/siyuan-note/siyuan/issues/15320)
* [Improve reference count update after moving heading blocks](https://github.com/siyuan-note/siyuan/issues/15322)
* [No longer add the `id` attribute to block elements after setting the attribute](https://github.com/siyuan-note/siyuan/issues/15327)
* [Exported Markdown inline code no longer contains zero-width spaces after it](https://github.com/siyuan-note/siyuan/issues/15328)
### Bugfix
* [The "Remember me" function on the auth page is invalid on the mobile](https://github.com/siyuan-note/siyuan/issues/15216)
* [AI operations are invalid after selecting a content block](https://github.com/siyuan-note/siyuan/issues/15223)
* [Markdown doc with `\\u0000` in table cannot be opened after import](https://github.com/siyuan-note/siyuan/issues/15235)
* [The font Noto Sans SC is not available](https://github.com/siyuan-note/siyuan/issues/15238)
* [Virtual reference keyword exclusion list does not work in certain cases](https://github.com/siyuan-note/siyuan/issues/15252)
* [Rendering PlantUML on HarmonyOS NEXT should not jump to the browser](https://github.com/siyuan-note/siyuan/issues/15263)
* [Copying blocks without copying attributes](https://github.com/siyuan-note/siyuan/issues/15268)
* [XSS in inline memo elements](https://github.com/siyuan-note/siyuan/issues/15280)
### Refactor
* [Update SCSS dependencies and fix warnings](https://github.com/siyuan-note/siyuan/pull/15114)
* [Upgrade to Electron v37.2.3](https://github.com/siyuan-note/siyuan/issues/15269)
### Development
* [Enable stylesheet sourceMaps in the development environment](https://github.com/siyuan-note/siyuan/pull/15113)
* [Add config.query to `input-search` event bus](https://github.com/siyuan-note/siyuan/issues/15285)
* [Improve kernel API `/api/block/updateBlock` and `/api/block/batchUpdateBlock`](https://github.com/siyuan-note/siyuan/issues/15301)
* [Add plugin option `IProtyleOptions.click.preventInsetEmptyBlock`](https://github.com/siyuan-note/siyuan/issues/15303)
* [Improve `showMessage()` function](https://github.com/siyuan-note/siyuan/pull/15305)
* [Add plugin function `saveLayout`](https://github.com/siyuan-note/siyuan/issues/15308)
* [Add kernel API `/api/av/batchSetAttributeViewBlockAttrs`](https://github.com/siyuan-note/siyuan/issues/15310)
* [Add kernel API `/api/av/batchReplaceAttributeViewBlocks`](https://github.com/siyuan-note/siyuan/issues/15313)
* [Add some kernel batch insert blocks APIs](https://github.com/siyuan-note/siyuan/issues/15321)
## Download
* [B3log](https://b3log.org/siyuan/en/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)