|
| 1 | +## Overview |
| 2 | + |
| 3 | +This version improves some details. |
| 4 | + |
| 5 | +## Changelogs |
| 6 | + |
| 7 | +Below are the detailed changes in this version. |
| 8 | + |
| 9 | +### Enhancement |
| 10 | + |
| 11 | +* [Database table view supports synchronizing column width to other table views](https://github.com/siyuan-note/siyuan/issues/11022) |
| 12 | +* [Database view tab supports drag sorting](https://github.com/siyuan-note/siyuan/issues/11102) |
| 13 | +* [Improve "Use Default Column Width"](https://github.com/siyuan-note/siyuan/pull/15046) |
| 14 | +* [Improve theme switching](https://github.com/siyuan-note/siyuan/pull/15054) |
| 15 | +* [Improve drag performance](https://github.com/siyuan-note/siyuan/pull/15102) |
| 16 | +* [Improve icon switching](https://github.com/siyuan-note/siyuan/pull/15123) |
| 17 | +* [Add "Content block" option in the preview area of the database card view](https://github.com/siyuan-note/siyuan/issues/15155) |
| 18 | +* [Improve the opening of a block ref using shortcut keys immediately after inserting it](https://github.com/siyuan-note/siyuan/issues/15208) |
| 19 | +* [Improve database card view card right click menu](https://github.com/siyuan-note/siyuan/issues/15210) |
| 20 | +* [Improve paging settings after creating/deleting database views](https://github.com/siyuan-note/siyuan/issues/15211) |
| 21 | +* [Disable automatic video playback in database card view](https://github.com/siyuan-note/siyuan/issues/15212) |
| 22 | +* [Gallery view renamed to Card view](https://github.com/siyuan-note/siyuan/issues/15215) |
| 23 | +* [Disable drag-and-drop sorting after setting sorting rules for database view](https://github.com/siyuan-note/siyuan/issues/15228) |
| 24 | +* [Add some currency formatting support to database number fields](https://github.com/siyuan-note/siyuan/issues/15232) |
| 25 | +* [Improve mirror databases refresh after updating database view layout](https://github.com/siyuan-note/siyuan/issues/15233) |
| 26 | +* [Improve the image loading performance in the database](https://github.com/siyuan-note/siyuan/issues/15245) |
| 27 | +* [Improve assets searching](https://github.com/siyuan-note/siyuan/issues/15251) |
| 28 | +* [Disable HTTP access to the /assets/ path](https://github.com/siyuan-note/siyuan/issues/15257) |
| 29 | +* [Improve breadcrumb redirection on mobile](https://github.com/siyuan-note/siyuan/issues/15258) |
| 30 | +* [The view settings menu pops up after creating a new view in the database](https://github.com/siyuan-note/siyuan/issues/15265) |
| 31 | +* [Various charts are not rendered when the content is empty](https://github.com/siyuan-note/siyuan/issues/15274) |
| 32 | +* [Fixed mirroring database display view](https://github.com/siyuan-note/siyuan/issues/15279) |
| 33 | +* [Improve Markdown hyperlink input parsing](https://github.com/siyuan-note/siyuan/issues/15282) |
| 34 | +* [Improve search result highlighting](https://github.com/siyuan-note/siyuan/issues/15284) |
| 35 | +* [Improve right-click menu paste](https://github.com/siyuan-note/siyuan/pull/15286) |
| 36 | +* [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) |
| 37 | +* [Improve reference count update after moving container blocks](https://github.com/siyuan-note/siyuan/issues/15289) |
| 38 | +* [Improve reference count update after converting heading block level](https://github.com/siyuan-note/siyuan/issues/15298) |
| 39 | +* [Improve reference count update after document convert to heading](https://github.com/siyuan-note/siyuan/issues/15299) |
| 40 | +* [Improve database table view fixed field copy and paste](https://github.com/siyuan-note/siyuan/issues/15300) |
| 41 | +* [Improve HTML table clipping](https://github.com/siyuan-note/siyuan/issues/15307) |
| 42 | +* [Improve HTML code block clipping](https://github.com/siyuan-note/siyuan/issues/15314) |
| 43 | +* [Improve converting network assets to local assets](https://github.com/siyuan-note/siyuan/issues/15320) |
| 44 | +* [Improve reference count update after moving heading blocks](https://github.com/siyuan-note/siyuan/issues/15322) |
| 45 | +* [No longer add the `id` attribute to block elements after setting the attribute](https://github.com/siyuan-note/siyuan/issues/15327) |
| 46 | +* [Exported Markdown inline code no longer contains zero-width spaces after it](https://github.com/siyuan-note/siyuan/issues/15328) |
| 47 | + |
| 48 | +### Bugfix |
| 49 | + |
| 50 | +* [The "Remember me" function on the auth page is invalid on the mobile](https://github.com/siyuan-note/siyuan/issues/15216) |
| 51 | +* [AI operations are invalid after selecting a content block](https://github.com/siyuan-note/siyuan/issues/15223) |
| 52 | +* [Markdown doc with `\\u0000` in table cannot be opened after import](https://github.com/siyuan-note/siyuan/issues/15235) |
| 53 | +* [The font Noto Sans SC is not available](https://github.com/siyuan-note/siyuan/issues/15238) |
| 54 | +* [Virtual reference keyword exclusion list does not work in certain cases](https://github.com/siyuan-note/siyuan/issues/15252) |
| 55 | +* [Rendering PlantUML on HarmonyOS NEXT should not jump to the browser](https://github.com/siyuan-note/siyuan/issues/15263) |
| 56 | +* [Copying blocks without copying attributes](https://github.com/siyuan-note/siyuan/issues/15268) |
| 57 | +* [XSS in inline memo elements](https://github.com/siyuan-note/siyuan/issues/15280) |
| 58 | + |
| 59 | +### Refactor |
| 60 | + |
| 61 | +* [Update SCSS dependencies and fix warnings](https://github.com/siyuan-note/siyuan/pull/15114) |
| 62 | +* [Upgrade to Electron v37.2.3](https://github.com/siyuan-note/siyuan/issues/15269) |
| 63 | + |
| 64 | +### Development |
| 65 | + |
| 66 | +* [Enable stylesheet sourceMaps in the development environment](https://github.com/siyuan-note/siyuan/pull/15113) |
| 67 | +* [Add config.query to `input-search` event bus](https://github.com/siyuan-note/siyuan/issues/15285) |
| 68 | +* [Improve kernel API `/api/block/updateBlock` and `/api/block/batchUpdateBlock`](https://github.com/siyuan-note/siyuan/issues/15301) |
| 69 | +* [Add plugin option `IProtyleOptions.click.preventInsetEmptyBlock`](https://github.com/siyuan-note/siyuan/issues/15303) |
| 70 | +* [Improve `showMessage()` function](https://github.com/siyuan-note/siyuan/pull/15305) |
| 71 | +* [Add plugin function `saveLayout`](https://github.com/siyuan-note/siyuan/issues/15308) |
| 72 | +* [Add kernel API `/api/av/batchSetAttributeViewBlockAttrs`](https://github.com/siyuan-note/siyuan/issues/15310) |
| 73 | +* [Add kernel API `/api/av/batchReplaceAttributeViewBlocks`](https://github.com/siyuan-note/siyuan/issues/15313) |
| 74 | +* [Add some kernel batch insert blocks APIs](https://github.com/siyuan-note/siyuan/issues/15321) |
| 75 | + |
| 76 | +## Download |
| 77 | + |
| 78 | +* [B3log](https://b3log.org/siyuan/en/download.html) |
| 79 | +* [GitHub](https://github.com/siyuan-note/siyuan/releases) |
0 commit comments