Skip to content

Releases: siyuan-note/siyuan

Improve details

13 May 06:58
38e402f
Compare
Choose a tag to compare

Overview

This version improves some details.

Important changes: List Markdown marker changed from * to - (#14680)

Affected scope:

  1. When copying or exporting list Markdown, the marker is changed to -
  2. SQL query statements or plugins that rely on the list * marker need to adjust their logic

Does not affect input, and the * marker can still be used for input.

Adaptation operation:

  1. Execute Doc Tree - More - Rebuild Index to update the list markers in the data index
  2. Modify the relevant SQL query statements
    • Only support the new format: for example, change markdown LIKE '* [x]%' to markdown LIKE '- [x]%'
    • Compatible with new and old formats: for example, change to markdown LIKE '- [x]%' OR markdown LIKE '* [x]%'

Changelogs

Below are the detailed changes in this version.

Enhancement

Bugfix

Refactor

Development

Download

v202505121646

12 May 08:46
96621d3
Compare
Choose a tag to compare
v202505121646 Pre-release
Pre-release

GitHub commits difference between two branches/tags/commits Electron

Enhancement

Bugfix

Refactor

Development

v202505071745

07 May 09:46
9606ef5
Compare
Choose a tag to compare
v202505071745 Pre-release
Pre-release

GitHub commits difference between two branches/tags/commits Electron

Enhancement

Bugfix

Refactor

Development

v202505041742

04 May 09:42
afbff71
Compare
Choose a tag to compare
v202505041742 Pre-release
Pre-release

GitHub commits difference between two branches/tags/commits Electron

Enhancement

Bugfix

Refactor

Development

v202505011133

01 May 03:34
2f6c7fa
Compare
Choose a tag to compare
v202505011133 Pre-release
Pre-release

GitHub commits difference between two branches/tags/commits Electron

Enhancement

Bugfix

Development

v202504280031

27 Apr 16:32
Compare
Choose a tag to compare
v202504280031 Pre-release
Pre-release

GitHub commits difference between two branches/tags/commits Electron

Enhancement

Bugfix

Refactor

Development

v202504232227

23 Apr 14:28
618269e
Compare
Choose a tag to compare

v202504201746

20 Apr 09:47
8c67863
Compare
Choose a tag to compare

Improve details

18 Apr 11:27
e47b8ef
Compare
Choose a tag to compare

Overview

This version improves some details.

Changelogs

Below are the detailed changes in this version.

Enhancement

Bugfix

Refactor

Development

Download

v202504180110

17 Apr 17:11
Compare
Choose a tag to compare
v202504180110 Pre-release
Pre-release

GitHub commits difference between two branches/tags/commits Electron

Enhancement

Bugfix

Refactor

Development