Daniel
294b8b429d
🔒 https://github.com/siyuan-note/siyuan/security/advisories/GHSA-fq2j-j8hc-8vw8
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-16 10:22:14 +08:00
Daniel
5418bca557
⬆️ Upgrade kernel deps
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-15 20:45:46 +08:00
Daniel
d6182c431d
🎨 https://github.com/siyuan-note/siyuan/issues/17228
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-15 20:17:42 +08:00
Jeffrey Chen
4b0b075184
Improve closing user guide notebook ( #17189 )
...
* 🎨 Improve closing user guide notebook https://github.com/siyuan-note/siyuan/issues/17182
* 🎨 Improve closing user guide notebook https://github.com/siyuan-note/siyuan/pull/17189#issuecomment-4045377189
* 🎨 Improve closing user guide notebook
* 🎨 Improve closing user guide notebook https://github.com/siyuan-note/siyuan/pull/17189#issuecomment-4062459992
2026-03-15 19:51:20 +08:00
Daniel
d5e2d0bce0
🔒 https://github.com/siyuan-note/siyuan/security/advisories/GHSA-j7wh-x834-p3r7
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-14 19:41:36 +08:00
Daniel
b382f50e18
🔒 https://github.com/siyuan-note/siyuan/security/advisories/GHSA-v3mg-9v85-fcm7
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-14 19:15:50 +08:00
Daniel
1e370e3735
🔒 https://github.com/siyuan-note/siyuan/security/advisories/GHSA-xp2m-98x8-rpj6
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-14 19:15:49 +08:00
Daniel
13b6d3d45e
🔒 https://github.com/siyuan-note/siyuan/security/advisories/GHSA-rjhh-m223-9qqv
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-14 12:12:32 +08:00
Daniel
5ee00907f0
🔒 https://github.com/siyuan-note/siyuan/security/advisories/GHSA-qvvf-q994-x79v
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-14 12:12:32 +08:00
Daniel
9914fd1d39
🔒 https://github.com/siyuan-note/siyuan/security/advisories/GHSA-h5vh-m7fg-w5h6
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-14 11:14:25 +08:00
Yuxin Zhao
a6c54a4787
🔒 Improve the security of publish service ( #17210 )
...
* 🎨 fix https://github.com/siyuan-note/siyuan/issues/17201
* 🎨 fix /api/block/getBlockDOM, /api/block/getBlockDOMs, /api/block/getBlockDOMWithEmbed, /api/block/getBlockDOMsWithEmbed
* 🎨 fix publish access for /api/file/getFile
2026-03-14 11:05:46 +08:00
Daniel
5859cc222f
🔒 https://github.com/siyuan-note/siyuan/security/advisories/GHSA-4j3x-hhg2-fm2x
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-13 21:30:20 +08:00
Jeffrey Chen
c14301aed1
♻️ Improve /api/setting/setTheme https://github.com/siyuan-note/siyuan/pull/17198 ( #17205 )
2026-03-13 20:38:32 +08:00
Jeffrey Chen
a9d1d7eeac
🧑💻 Add kernel API /api/ui/reloadTheme ( #17206 )
2026-03-13 20:37:28 +08:00
Daniel
fa44496086
🎨 https://github.com/siyuan-note/siyuan/issues/17157#issuecomment-4054604709
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-13 20:33:48 +08:00
konti1334
2e6b13eec4
🎨 add POST /api/setting/setTheme endpoint ( #17198 )
...
Adds a minimal endpoint for activating a theme by name and mode without
requiring the caller to fetch and re-POST the entire appearance config blob.
Request body:
{ "theme": "<theme-dir-name>", "mode": 0|1 }
Behaviour:
- Sets both ThemeLight and ThemeDark to the supplied theme name
- Sets Mode (0 = light, 1 = dark)
- Calls InitAppearance() to validate the theme exists and reads its
version from theme.json for cache-busting
- Saves conf.json
- Broadcasts the "setAppearance" WebSocket event so all open windows
call loadAssets() and reload the theme CSS with the new ?v= parameter
Returns the full Appearance config (same shape as setAppearance).
Motivation: external tools (e.g. OS-level theme switchers) previously
had to GET /api/system/getConf, patch the appearance object, and POST
the entire blob to /api/setting/setAppearance. /api/setting/setTheme
reduces that to a single, self-contained call with no dependencies.
Co-authored-by: You name <konty@github.com>
2026-03-13 17:28:45 +08:00
Jeffrey Chen
dd42efdc23
🎨 Improve block link export ( #17202 )
...
* 🎨 Improve block link export https://github.com/siyuan-note/siyuan/issues/17193
* 🎨 Improve block link export https://github.com/siyuan-note/siyuan/issues/17193
2026-03-13 17:02:42 +08:00
Daniel
fd6526133b
🔖 Release v3.6.0
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-13 10:49:16 +08:00
Daniel
a6a56a6442
🎨 https://github.com/siyuan-note/siyuan/issues/17157
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-13 10:42:42 +08:00
Daniel
dd6377b29c
🎨 https://github.com/siyuan-note/siyuan/issues/17179
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-13 10:28:20 +08:00
Daniel
3ae8b2f3ae
🎨 https://github.com/siyuan-note/siyuan/issues/17157
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-13 10:15:20 +08:00
Daniel
1a4109d1e5
🎨 https://github.com/siyuan-note/siyuan/pull/17196
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-13 09:30:59 +08:00
Daniel
3f944d0d75
🎨 https://github.com/siyuan-note/siyuan/pull/17196
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-13 09:09:45 +08:00
konti1334
f0f2bdd2c1
✨ Broadcast ws-main setBlockAttrs event after API call https://github.com/siyuan-note/siyuan/issues/17179 ( #17196 )
...
Co-authored-by: You name <konty@github.com>
2026-03-13 08:56:09 +08:00
Vanessa
65d4aaf041
Merge remote-tracking branch 'origin/dev' into dev
2026-03-12 21:08:31 +08:00
Vanessa
8b1ff779ac
♻️ https://github.com/siyuan-note/siyuan/pull/16041
2026-03-12 21:08:11 +08:00
Daniel
923d492248
🎨 Fix https://github.com/siyuan-note/siyuan/issues/17191
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-12 19:17:21 +08:00
Yuxin Zhao
3facc37df9
Publish service supports document-level access control ( #16041 )
...
* 🎨 improve publish service https://github.com/siyuan-note/siyuan/issues/11928
* fix: change publish access storage
* 🎨 publish access control #16041
* fix: publish access in embed block and search
* fix: multiple lock in pubish service & insert locked content in publish service
* fix: multiple lock
* fix: password in embed block
* fix: locked and forbidden docs in gallery
* fix: dont use publish access block
* fix: attribute view of publish disabled docs
* fix: disable docs in table and gallery
* fix: locked docs in attribute view
* fix: purge publish access
* fix: disable docs in table and gallery groups
* fix: locked and disabled docs in attribute view, outline and preview
* fix: create publish_access.go
* fix: move publish auth to publish_access.go
* fix: tag and ref of locked docs
* fix: backlink of locked docs
* fix: search in locked docs
* fix: search history and asset
* fix: copy to markdown
* fix: hide command panel
* fix: publish access control in mobile
* fix: recent docs of invisible and locked docs
* fix: backlink in mobile
* fix: empty Tab
* fix: get locked and forbidden doc assets and files
* fix: refblock & asset
* fix: disable /api/file/sql in publish mode
* fix: publish access of kanban
* fix: adjustment for review
* fix: /api/filetree/setPublishAccess return error meesage
* fix: move the publishAccess button to the More Menu & revert the fix for barCommand/menuCommand
* fix: hotkey of command panel
2026-03-12 18:04:01 +08:00
Jeffrey Chen
60f783a3e8
Support setting document title to empty ( #17110 )
...
* 🎨 Support setting document title to empty
* 🎨 Support setting document title to empty
* 🎨 Support setting document title to empty
* 🎨 Support setting document title to empty
2026-03-12 10:47:12 +08:00
Daniel
9a344830b4
🎨 https://github.com/siyuan-note/siyuan/issues/17157#issuecomment-4039704018
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-12 08:42:08 +08:00
Jeffrey Chen
8b1cd2d5a3
⚡ Improve exportTree https://github.com/siyuan-note/siyuan/issues/17178 ( #17183 )
2026-03-11 21:46:08 +08:00
Daniel
167c203d93
🎨 Fix https://github.com/siyuan-note/siyuan/issues/17180
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-11 21:33:35 +08:00
Jeffrey Chen
90f0872b54
🎨 The database JSON file in the User Guide is ignored during synchronization and deleted when exiting the application ( #17181 )
2026-03-11 18:50:30 +08:00
Daniel
93b354ece8
🎨 Clean code
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-11 09:10:34 +08:00
Daniel
3284e10028
🔒 Fix https://github.com/siyuan-note/siyuan/security/advisories/GHSA-56cv-c5p2-j2wg
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-11 09:10:34 +08:00
Daniel
40a4c25a78
🎨 Clean code
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-11 09:10:33 +08:00
Jeffrey Chen
5fec46acd5
🎨 /api/bazaar/uninstallBazaarPlugin supports not passing the frontend parameter ( #17173 )
2026-03-10 18:49:58 +08:00
Daniel
3e0dc24ef4
🎨 Clean code
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-10 16:31:15 +08:00
Daniel
8ae15cb058
🎨 Improve harmonyos build script
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-10 13:01:28 +08:00
Daniel
297bd52670
🔖 Release v3.5.10
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-10 10:52:36 +08:00
Daniel
257aa0ef44
🔒 getDynamicIcon interface XSS vulnerability https://github.com/siyuan-note/siyuan/issues/17166
...
https://github.com/siyuan-note/siyuan/security/advisories/GHSA-pmc9-f5qr-2pcr
Signed-off-by: Daniel <845765@qq.com>
2026-03-09 16:39:05 +08:00
Daniel
9c4b184bef
🔒 getDynamicIcon interface XSS vulnerability https://github.com/siyuan-note/siyuan/issues/17166
...
https://github.com/siyuan-note/siyuan/security/advisories/GHSA-5hc8-qmg8-pw27
Signed-off-by: Daniel <845765@qq.com>
2026-03-09 16:39:04 +08:00
Daniel
b48202bbb8
🎨 Improve reindex
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-09 11:43:25 +08:00
Daniel
f7f05ffad1
🎨 Improve reindex
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-09 11:25:05 +08:00
Daniel
ecfb9329f9
🎨 https://github.com/siyuan-note/siyuan/issues/17158
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-09 11:23:34 +08:00
Daniel
a0a9447458
♻️ Improve insert blocktree tx
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-09 10:47:04 +08:00
Daniel
3515e68e24
🎨 Improve bazaar
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-09 00:54:50 +08:00
Daniel
0cec542db2
🎨 Improve bazaar
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-08 22:31:35 +08:00
Jeffrey Chen
3e808209e5
♻️ Adjust some details ( #17165 )
2026-03-08 22:14:06 +08:00
Daniel
5aa9f4b5ef
⬆️ Upgrade lute
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-08 22:06:30 +08:00
Jeffrey Chen
2e8f6511e8
♻️ Plugin existence by plugin.json and cleanup persisted info ( #17162 )
2026-03-08 18:29:15 +08:00
Jeffrey Chen
d127de2e60
♻️ Bazaar stage cache and naming ( #17161 )
2026-03-08 15:49:18 +08:00
Jeffrey Chen
465755e184
♻️ Remove bazaar cache clear on appearance language change ( #17160 )
2026-03-08 15:13:43 +08:00
Jeffrey Chen
3cac07dfd9
♻️ Unified marketplace Package Type Model ( #17152 )
2026-03-08 11:09:46 +08:00
Daniel
ab83e5d987
🎨 https://github.com/siyuan-note/siyuan/issues/17157
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-08 11:02:23 +08:00
Daniel
768f836617
🎨 https://github.com/siyuan-note/siyuan/issues/17157
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-08 10:56:38 +08:00
Daniel
7253c191ec
🎨 https://github.com/siyuan-note/siyuan/issues/17157
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-08 10:46:30 +08:00
Daniel
c325eb696f
🎨 https://github.com/siyuan-note/siyuan/issues/17158
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-08 10:07:52 +08:00
Daniel
f41726a96c
⬆️ Upgrade kernel deps
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-07 23:35:27 +08:00
Daniel
200262b742
⬆️ Upgrade kernel deps
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-07 16:47:54 +08:00
Daniel
32622fee39
🔊 Add plugin load logging
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-07 16:47:54 +08:00
Daniel
990ff0ec5e
🔒 Fix https://github.com/siyuan-note/siyuan/security/advisories/GHSA-f9cq-v43p-v523
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-07 10:50:19 +08:00
Daniel
4abcb0d811
🎨 Clean code
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-06 17:56:00 +08:00
Jeffrey Chen
14c35bfa0c
🎨 Add the code-block class name when rendering code blocks in the market README ( #17145 )
2026-03-06 17:44:20 +08:00
Daniel
d141c28700
🐛 The API insertBlock was not inserting completely via nextID https://github.com/siyuan-note/siyuan/issues/17149
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-06 17:16:53 +08:00
Daniel
6feb2bc8ec
🔒 https://github.com/siyuan-note/siyuan/security/advisories/GHSA-2h2p-mvfx-868w
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-06 16:41:03 +08:00
Daniel
3d5c24519b
🐛 Fix https://github.com/siyuan-note/siyuan/issues/17138
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-06 08:44:31 +08:00
Daniel
091ec8991d
🐛 Fix https://github.com/siyuan-note/siyuan/issues/17138
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-06 00:48:50 +08:00
Daniel
b8ee424d26
🎨 Support sending notifications on HarmonyOS https://github.com/siyuan-note/siyuan/issues/17125
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-05 23:45:24 +08:00
Daniel
656e676c8b
🎨 Support sending notifications on HarmonyOS https://github.com/siyuan-note/siyuan/issues/17125
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-05 23:45:23 +08:00
Jeffrey Chen
10dfb0855f
♻️ Adjust template and widget search data structure ( #17142 )
2026-03-05 18:44:16 +08:00
Daniel
5d98257e51
🎨 Support sending notifications on HarmonyOS https://github.com/siyuan-note/siyuan/issues/17125
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-05 10:54:54 +08:00
Daniel
51295adb4b
🎨 Support sending notifications on Android https://github.com/siyuan-note/siyuan/issues/17114
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-05 10:14:24 +08:00
Jeffrey Chen
487e27cb00
♻️ refactor reloadPlugin ( #17137 )
2026-03-05 10:11:44 +08:00
Jeffrey Chen
5e0d1e64de
♻️ Normalize bazaar naming ( #17136 )
2026-03-04 22:47:44 +08:00
Jeffrey Chen
26c378a820
🎨 Unified file listener logic ( #17134 )
2026-03-04 22:33:35 +08:00
Jeffrey Chen
ba733eedfd
🎨 Normalize bazaar naming and reorganize kernel/bazaar structure ( #17133 )
2026-03-04 20:53:06 +08:00
Jeffrey Chen
17d49b481f
♻️ Bazaar adds parameter validation ( #17132 )
2026-03-04 20:48:12 +08:00
Daniel
d03ebdec82
🎨 https://github.com/siyuan-note/siyuan/issues/17127
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-04 11:55:30 +08:00
Daniel
d68bd5a793
🔒 https://github.com/siyuan-note/siyuan/security/advisories/GHSA-6865-qjcf-286f
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-04 11:48:09 +08:00
Daniel
285f7c216a
🎨 https://github.com/siyuan-note/siyuan/issues/17131
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-04 11:16:53 +08:00
Daniel
36077ed5ce
🎨 Support configuring the floating window hover trigger delay https://github.com/siyuan-note/siyuan/pull/17123
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-03 16:51:21 +08:00
Daniel
dc1ea4894b
🎨 Clean code
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-03 10:16:22 +08:00
Daniel
259b37b881
🔖 Release v3.5.9
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-03 10:16:22 +08:00
Jeffrey Chen
75d29419c5
🐛 Unable to obtain the correct number of view entries when viewing unreferenced databases or historical databases ( #17088 )
2026-03-03 09:49:15 +08:00
Jeffrey Chen
104b634435
🎨 Unreferenced assets files and databases sorted by modification time ( #17090 )
...
* 🎨 Unreferenced assets files sorted by modification time
* 🐛 Unreferenced databases sorted by modification time
2026-03-03 00:06:23 +08:00
Daniel
498441c4c9
🎨 Improve lock screen interaction https://github.com/siyuan-note/siyuan/issues/17065
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-02 23:56:37 +08:00
Daniel
e878e5cc4b
🎨 Support configuring the floating window hover trigger delay https://github.com/siyuan-note/siyuan/pull/17123
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-02 23:28:49 +08:00
Daniel
3c6b784ffd
🔒 https://github.com/siyuan-note/siyuan/security/advisories/GHSA-5vwq-4757-x99q
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-02 23:15:46 +08:00
Jeffrey Chen
2739def842
🎨 Support configuring the floating window hover trigger delay ( #17123 )
...
* 🎨 Support configuring the floating window hover trigger delay
* 🎨 Support configuring the floating window hover trigger delay
2026-03-02 23:13:02 +08:00
Daniel
6071ced2af
🔒 https://github.com/siyuan-note/siyuan/security/advisories/GHSA-9r8w-vhmw-fwv8
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-02 22:28:51 +08:00
Daniel
d12754624d
🎨 Improve lock screen interaction https://github.com/siyuan-note/siyuan/issues/17065
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-02 22:19:36 +08:00
Daniel
d1170e7b71
🔒 Perform authentication on paths such as widgets, plugins, and templates https://github.com/siyuan-note/siyuan/issues/17118#issuecomment-3984053596
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-02 21:35:26 +08:00
Daniel
961d081610
🎨 Improve lock screen interaction https://github.com/siyuan-note/siyuan/issues/17065
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-02 19:53:48 +08:00
Daniel
383519027c
🔒 Authentication is performed on paths such as widgets, plugins, and templates https://github.com/siyuan-note/siyuan/issues/17118
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-02 18:19:22 +08:00
Daniel
9ab6a7a9ab
🌐 Add Slovak (sk_SK) language support https://github.com/siyuan-note/siyuan/pull/17120
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-02 17:14:19 +08:00
Daniel
c5bffb68f1
🎨 Support sending notifications on Android https://github.com/siyuan-note/siyuan/issues/17114
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-02 16:55:13 +08:00
Davide Garberi
0cc061dec8
🎨 Fix network serving TLS on mobile devices ( #17119 )
...
* Until now, the TLS would only work via the fixed port proxy, which
isn't used on mobile devices.
* Move the logic for the multiplexer out of the fixed port logic
* Use the newly moved multiplexer logic for the regular server as well,
whenever the fixed port and the server port match.
2026-03-02 16:43:27 +08:00
Daniel
8b2151f7d0
🎨 Push exit event
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-01 12:11:10 +08:00
Daniel
5b97a65151
🎨 Improve lock screen interaction https://github.com/siyuan-note/siyuan/issues/17065
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-01 12:05:40 +08:00
Daniel
c5931e6da1
🎨 Support sending notifications on Android https://github.com/siyuan-note/siyuan/issues/17114
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-01 10:37:03 +08:00
Daniel
7c3536cb18
♻️ Clean code
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-01 10:13:48 +08:00
Daniel
a7308d3c4f
🎨 Support sending notifications on Android https://github.com/siyuan-note/siyuan/issues/17114
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-01 09:50:37 +08:00
Daniel
f07ae1fc75
🎨 Support sending notifications on Android https://github.com/siyuan-note/siyuan/issues/17114
...
Signed-off-by: Daniel <845765@qq.com>
2026-03-01 09:50:37 +08:00
Daniel
8c8aaa6a69
🐛 Outdent of list items causes database bind blocks to be deleted https://github.com/siyuan-note/siyuan/issues/17108
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-27 10:28:37 +08:00
Jeffrey Chen
f72cbf99a0
♻️ Remove unused parameters ( #17091 )
2026-02-26 22:13:06 +08:00
Jeffrey Chen
ce39730a10
🐛 Improve internal kernel API /api/block/getBlockKramdowns ( #17106 )
2026-02-26 09:06:59 +08:00
Daniel
c2895ac69f
⬆️ Upgrade lute
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-25 17:31:31 +08:00
Daniel
6f31b0990d
🐛 https://github.com/siyuan-note/siyuan/issues/16963
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-25 16:08:33 +08:00
Vanessa
f7c4249461
🎨 kernel
2026-02-24 10:26:33 +08:00
Daniel
fe411f2edf
🔖 Release v3.5.8
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-24 09:51:20 +08:00
Daniel
9d0ee6ab19
⬆️ Upgrade lute
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-23 18:15:56 +08:00
Daniel
867046ee65
🐛 https://github.com/siyuan-note/siyuan/issues/17079#issuecomment-3940610376
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-22 17:55:35 +08:00
Daniel
398ae6fb23
🐛 https://github.com/siyuan-note/siyuan/issues/17079
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-22 17:42:15 +08:00
Daniel
6b0732c99b
🐛 https://github.com/siyuan-note/siyuan/issues/17079#issuecomment-3940571835
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-22 17:37:50 +08:00
Daniel
5fb536ddb7
⬆️ Upgrade lute
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-22 16:13:05 +08:00
Daniel
c7dc67e055
🎨 Fix https://github.com/siyuan-note/siyuan/issues/17078
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-22 11:33:11 +08:00
Daniel
e17236b440
🐛 Fix https://github.com/siyuan-note/siyuan/issues/17079
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-22 11:14:52 +08:00
Daniel
136a7f0d41
🐛 Fix https://github.com/siyuan-note/siyuan/issues/17076
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-22 11:05:11 +08:00
Daniel
40b4c1a357
⬆️ Upgrade lute
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-22 11:04:39 +08:00
Daniel
767ceeedb6
⬆️ Upgrade lute
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-21 12:42:07 +08:00
Daniel
2010864576
🐛 Fix https://github.com/siyuan-note/siyuan/issues/17070
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-21 11:59:53 +08:00
Daniel
72bce4036b
🐛 Fix https://github.com/siyuan-note/siyuan/issues/17070
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-21 11:51:38 +08:00
Daniel
4f1e2857a7
🐛 Fix https://github.com/siyuan-note/siyuan/issues/17073
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-21 10:52:00 +08:00
Daniel
4ca3748faf
🎨 Supports setting titles for tables https://github.com/siyuan-note/siyuan/issues/17002
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-20 15:04:42 +08:00
Daniel
18bf0d230d
🎨 Supports setting titles for tables https://github.com/siyuan-note/siyuan/issues/17002
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-20 14:52:27 +08:00
Daniel
5d4d4dff25
⬆️ Upgrade lute
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-20 10:46:36 +08:00
Daniel
c913d57609
🎨 Improve export block references to footnotes https://github.com/siyuan-note/siyuan/issues/17059
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-18 11:23:19 +08:00
Jeffrey Chen
31dbd553a5
🎨 Improve /api/attr/setBlockAttrs and /api/attr/batchSetBlockAttrs ( #17027 )
2026-02-17 13:35:26 +08:00
Daniel
9186eac4bd
🎨 Improve importing .sy.zip https://github.com/siyuan-note/siyuan/issues/17047#issuecomment-3909134087
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-17 11:27:17 +08:00
Daniel
345d802725
🎨 Clean code
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-17 11:21:22 +08:00
Daniel
f7e82816fd
🎨 The Microsoft Store version no longer automatically sets Pandoc parameters https://github.com/siyuan-note/siyuan/issues/17044
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-16 12:16:15 +08:00
Daniel
2d2ef40a7c
🎨 Improve importing .sy.zip https://github.com/siyuan-note/siyuan/issues/17047#issuecomment-3906289100
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-16 12:09:50 +08:00
Daniel
bd076a36a8
🎨 Assets cannot be exported on Windows https://github.com/siyuan-note/siyuan/issues/17045 https://github.com/siyuan-note/siyuan/security/advisories/GHSA-c4jr-5q7w-f6r9
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-16 11:58:59 +08:00
Daniel
4660d50324
🎨 Supports configuring "Do not split screen when certain tabs are open" https://github.com/siyuan-note/siyuan/issues/16833
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-16 11:47:20 +08:00
Jeffrey Chen
ca41244188
🎨 Support copying file in the asset menu on Windows and macOS ( #17049 )
2026-02-16 11:26:13 +08:00
Daniel
813f523dc6
🐛 Assets cannot be exported on Windows https://github.com/siyuan-note/siyuan/issues/17045
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-16 11:21:29 +08:00
Daniel
7c2a2a24d2
🐛 No assets were exported when exporting Markdown https://github.com/siyuan-note/siyuan/issues/17046
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-16 11:05:51 +08:00
Daniel
00a3084d3e
🐛 Fix ocr crash
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-16 10:36:41 +08:00
Daniel
11d4d98d35
🎨 Improve importing .sy.zip https://github.com/siyuan-note/siyuan/issues/17047
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-16 10:22:33 +08:00
Daniel
462e992206
🎨 Improve mobile unzip
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-15 16:18:45 +08:00
Daniel
93a80b2e55
⬆️ Upgrade lute
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-14 18:23:16 +08:00
Daniel
b423ba506b
🎨 Update the building script of HarmonyOS
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-14 17:30:54 +08:00
Daniel
56e3ae82bb
🔖 Release v3.5.7
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-14 08:33:52 +08:00
Daniel
18b41b5f48
⬆️ Upgrade lute
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-14 08:31:48 +08:00
Daniel
b732b2047a
⬆️ Upgrade lute
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-14 01:12:53 +08:00
Daniel
75ac6caa39
⬆️ Upgrade lute
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-14 00:57:00 +08:00
Daniel
3d4249fd0b
⬆️ Upgrade lute
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-14 00:56:59 +08:00
Daniel
d6920580b9
🔖 Release v3.5.6
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-13 14:18:36 +08:00
Daniel
5550f89ed8
⬆️ Upgrade lute
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-13 14:12:54 +08:00
Daniel
e93bbe06c4
⬆️ Upgrade lute
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-13 12:44:14 +08:00
Davide Garberi
83161400b4
🐛 cert: Fix IP addresses not being collected properly ( #17028 )
2026-02-13 10:02:31 +08:00
Daniel
393e0e88f7
🐛 Document content not updated after snapshot rollback https://github.com/siyuan-note/siyuan/issues/17026
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-13 00:05:24 +08:00
Daniel
d007668d10
🐛 Document content not updated after snapshot rollback https://github.com/siyuan-note/siyuan/issues/17026
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-13 00:00:38 +08:00
Daniel
a38a4c80d2
🎨 Improve pandoc export
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-12 17:38:26 +08:00
Daniel
b59c6fda43
🎨 Improve pandoc export
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-12 17:37:58 +08:00
Daniel
cf392b04ae
🐛 Missing hyperlink address https://github.com/siyuan-note/siyuan/issues/17017
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-12 15:54:05 +08:00
Daniel
633e56da96
🐛 Missing hyperlink address https://github.com/siyuan-note/siyuan/issues/17017
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-12 11:58:04 +08:00
Daniel
652a9eab73
🧑💻 Improve file API https://github.com/siyuan-note/siyuan/issues/17016
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-12 00:08:45 +08:00
Daniel
3f82df40e3
🐛 Rebuilding the index caused a crash https://github.com/siyuan-note/siyuan/issues/17001
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-11 23:44:12 +08:00
Daniel
4257986729
🎨 Improve comment
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-11 20:29:46 +08:00
Jeffrey Chen
3c2c33b35c
🐛 Kernel crash when WPS opens Excel asset https://github.com/siyuan-note/siyuan/issues/17010 ( #17011 )
2026-02-11 19:20:58 +08:00
Daniel
ff2fbd04f9
🧑💻 Fix the issue of the kernel API updateBlock clearing document data https://github.com/siyuan-note/siyuan/issues/16995
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-11 18:20:54 +08:00
Daniel
c49905a428
⬆️ Upgrade lute
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-11 13:26:08 +08:00
Daniel
0ae2efc715
⬆️ Upgrade lute
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-11 11:35:24 +08:00
Daniel
1ad1f14c7a
🔖 Release v3.5.5
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-10 13:40:43 +08:00
Daniel
fb7e24161a
🎨 Caching tree data to improve performance and reduce disk read operations https://github.com/siyuan-note/siyuan/issues/16961
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-10 09:32:13 +08:00
Daniel
6c60df3d55
🎨 Caching tree data to improve performance and reduce disk read operations https://github.com/siyuan-note/siyuan/issues/16961 https://github.com/siyuan-note/siyuan/issues/16991
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-10 09:26:35 +08:00
Daniel
c22a78e565
🎨 Improve move tx
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-09 16:20:55 +08:00
Daniel
087fa35e73
🎨 https://github.com/siyuan-note/siyuan/issues/13635#issuecomment-3866491876
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-08 16:12:37 +08:00
Daniel
2882408521
⬆️ Upgrade lute https://github.com/siyuan-note/siyuan/issues/16976
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-08 09:17:54 +08:00
Daniel
5d70341ebe
⚡ Improve data indexing to reduce disk read operations https://github.com/siyuan-note/siyuan/issues/16958
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-07 13:02:53 +08:00
Daniel
ed1c8a1fb6
⚡ Improve data indexing to reduce disk read operations https://github.com/siyuan-note/siyuan/issues/16958
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-07 13:02:37 +08:00
Daniel
b4a761d071
⚡ Reduce the memory usage when exporting documents containing numerous references https://github.com/siyuan-note/siyuan/issues/16982
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-07 11:52:00 +08:00
Daniel
185a43a954
🎨 Clean code https://github.com/siyuan-note/siyuan/pull/16880
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-07 10:45:37 +08:00
Jane Haring
81e1c40be0
⚡ Optimize WaitFlushTx() waiting performance. ( #16880 )
2026-02-07 10:36:54 +08:00
Daniel
b8139ac21d
🎨 Clean code https://github.com/siyuan-note/siyuan/pull/16881
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-07 10:19:47 +08:00
Jane Haring
8f61082a07
⚡ Optimize asynchronous task deletion performance. ( #16881 )
2026-02-07 10:12:11 +08:00
Daniel
d7f7ce60a8
🎨 Clean code https://github.com/siyuan-note/siyuan/pull/16892
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-07 10:10:30 +08:00
Jane Haring
a0892ef77e
⚡ Optimize asset hash cache lookup ( #16892 )
...
Co-authored-by: D <845765@qq.com>
2026-02-07 10:08:50 +08:00
Daniel
ac184d61fa
🎨 Clean code https://github.com/siyuan-note/siyuan/pull/16894
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-07 10:05:30 +08:00
Jane Haring
82647de886
⚡ Optimize asset cache lookups and add accessors ( #16894 )
...
* optimize asset cache lookups and add accessors.
* adopt cache.FilterAssets to optimize asset processing.
2026-02-07 10:00:49 +08:00
Daniel
3f3db3c34f
🐛 exportMdContent missing footnotes https://github.com/siyuan-note/siyuan/pull/16953
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-07 09:58:14 +08:00
Daniel
9fd1bf7b96
⚡ Writing document data by mmap to reduce disk write operations https://github.com/siyuan-note/siyuan/issues/16956
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-06 22:38:49 +08:00
Daniel
87282404bb
⚡ Improve data indexing to reduce disk read operations https://github.com/siyuan-note/siyuan/issues/16958
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-06 18:25:48 +08:00
Daniel
dc00060062
⚡ Improve data indexing to reduce disk read operations https://github.com/siyuan-note/siyuan/issues/16958
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-06 18:11:02 +08:00
Daniel
18289dff86
⚡ Caching tree data to improve performance and reduce disk read and write operations https://github.com/siyuan-note/siyuan/issues/16961
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-06 11:49:54 +08:00
Daniel
37773b94b8
🎨 Update build HarmonyOS kernel script
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-06 11:13:42 +08:00
Daniel
7aaa7c544f
✏️ Fix typo
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-06 11:13:42 +08:00
Daniel
d5dc6c2340
🐛 Fix https://github.com/siyuan-note/siyuan/issues/16963#issuecomment-3852482390
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-05 22:58:18 +08:00
Daniel
202f31d9ce
🔒 Fix https://github.com/siyuan-note/siyuan/security/advisories/GHSA-rw25-98wq-76qv
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-05 11:12:52 +08:00
Jeffrey Chen
abb7e9db8c
🎨 Improve the latency of marketplace requests when offline ( #16973 )
2026-02-04 17:14:40 +08:00
Jeffrey Chen
4eec7b5944
⚡ Improve marketplace list loading ( #16965 )
...
- 直接使用 stage 索引中的 package 数据,不再为每个包单独请求 JSON
- 统一索引获取逻辑,使用 singleflight 合并并发请求
- 优化在线状态检查耗时,改用 https://oss.b3logfile.com/204
- 改进 disallowInstallBazaarPackage 函数性能
Co-authored-by: D <845765@qq.com>
2026-02-03 10:07:16 +08:00
Jeffrey Chen
9642f486bd
♻️ Bazaar uses a map to replace the i18n struct ( #16960 )
...
- package.go:DisplayName/Description/Readme 改为 map[string]string,统一 getPreferredLocaleString
- bazzar.go:搜索匹配适配 LocaleStrings,抽出 packageContainsKeyword
- bazaar.ts:keyword 仅在有值时传入 API
- appearance:主题「默认主题」与 displayName 改为多语言 key 与 map 取值
2026-02-03 09:59:36 +08:00
Daniel
cc37ec4030
🎨 Improve data indexing to reduce disk read operations https://github.com/siyuan-note/siyuan/issues/16958
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-02 22:54:18 +08:00
Daniel
1da1c255f6
🎨 Improve data indexing to reduce disk read operations https://github.com/siyuan-note/siyuan/issues/16958
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-02 22:45:27 +08:00
Daniel
89a595f9c6
⚡ Caching tree data to improve performance and reduce disk read and write operations https://github.com/siyuan-note/siyuan/issues/16961
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-02 18:25:52 +08:00
Daniel
c1b7efec08
🎨 https://github.com/siyuan-note/siyuan/issues/16947#issuecomment-3830635977
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-01 22:54:03 +08:00
Daniel
42e1c0be4d
🎨 Improve init db
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-01 21:11:37 +08:00
Daniel
b059496eb6
🎨 Improve init db
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-01 17:32:57 +08:00
Daniel
781144a60d
🎨 https://github.com/siyuan-note/siyuan/issues/16947#issuecomment-3830605823
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-01 16:44:15 +08:00
Daniel
51b362c18f
🎨 https://github.com/siyuan-note/siyuan/issues/11569#issuecomment-3830601722
2026-02-01 16:40:27 +08:00
Daniel
f971b4b893
🎨 https://github.com/siyuan-note/siyuan/issues/11569#issuecomment-3830365450
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-01 15:44:57 +08:00
Daniel
a6104015ae
🎨 https://github.com/siyuan-note/siyuan/issues/11569#issuecomment-3830534244
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-01 15:34:46 +08:00
Daniel
3cb8e60910
🎨 https://github.com/siyuan-note/siyuan/issues/16947
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-01 11:19:12 +08:00
Daniel
a4059c62bc
🎨 https://github.com/siyuan-note/siyuan/issues/16854#issuecomment-3828689374
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-01 10:46:21 +08:00
Daniel
247d8e46f1
🐛 Fix npe
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-01 10:31:51 +08:00
Daniel
89536ceb19
🎨 https://github.com/siyuan-note/siyuan/issues/11569#issuecomment-3828712765
...
Signed-off-by: Daniel <845765@qq.com>
2026-02-01 10:20:50 +08:00
Daniel
9e2a424b10
🎨 https://ld246.com/article/1769766574844
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-31 20:02:52 +08:00
Daniel
1199049e37
🎨 Improve refresh user account
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-31 18:14:03 +08:00
Daniel
acf168bb71
🐛 Fix https://github.com/siyuan-note/siyuan/issues/16951
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-30 21:24:52 +08:00
Daniel
46716ab502
🎨 Default create a select field for grouping in Kanban view https://github.com/siyuan-note/siyuan/issues/16940
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-30 19:16:20 +08:00
Daniel
6e85d12d5e
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-30 00:12:29 +08:00
Daniel
a2a3bca000
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-30 00:03:59 +08:00
Daniel
ea178b40f3
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-30 00:03:59 +08:00
Daniel
b274350948
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-30 00:03:59 +08:00
Daniel
2104a48b17
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-30 00:03:58 +08:00
Daniel
bbfd732689
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-30 00:03:58 +08:00
Daniel
aa1893e3de
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-29 22:58:21 +08:00
Daniel
409b2062a3
🎨 Do not strip kernel lib debug symbol table for HarmonyOS
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-29 21:57:48 +08:00
Daniel
9a610cae0a
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-29 10:34:21 +08:00
Daniel
efe11801ad
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-29 10:15:57 +08:00
Davide Garberi
cff12611c0
🎨 Support HTTPS network serving ( #16930 )
...
* Add use TLS for network serving configuration option
* kernel: Implement TLS certificate generation
* kernel: server: Use https for fixed port proxy when needed
* Allow exporting the CA Certificate file
* Implement import and export of CA Certs
* kernel: fixedport: Use the same port for HTTP and HTTPS
2026-01-29 09:41:39 +08:00
Daniel
d23d9d61ca
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 23:40:32 +08:00
Daniel
7028956397
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 23:31:42 +08:00
Daniel
5762d62ddc
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 23:25:31 +08:00
Daniel
a5b863a4eb
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 23:03:21 +08:00
Daniel
22f63e335a
🎨 https://ld246.com/article/1769610715566
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 22:41:49 +08:00
Daniel
d7f790755e
🔒 Fix https://github.com/siyuan-note/siyuan/security/advisories/GHSA-c4jr-5q7w-f6r9
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 21:42:30 +08:00
Daniel
399a38893e
🔒 Fix https://github.com/siyuan-note/siyuan/security/advisories/GHSA-f72r-2h5j-7639
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 21:24:36 +08:00
Daniel
7c9acda465
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 21:19:10 +08:00
Daniel
5c4660f520
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 21:09:39 +08:00
Daniel
6c70144d7c
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 21:09:39 +08:00
Jeffrey Chen
10fb34ab88
🎨 Improve recent documents handling 3 ( #16935 )
2026-01-28 20:55:27 +08:00
Daniel
1aa84bd749
⚡ Improve find performance
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 10:44:42 +08:00
Daniel
34e3261bce
🎨 https://github.com/siyuan-note/siyuan/issues/16931#issuecomment-3808557014
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 10:17:12 +08:00
Daniel
1fa674e430
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-27 22:58:56 +08:00
Daniel
d36e9d7766
Revert " 🎨 Implement HTTPS network serving ( #16912 )"
...
This reverts commit 43ea6757d5 .
2026-01-27 14:16:16 +08:00
Davide Garberi
43ea6757d5
🎨 Implement HTTPS network serving ( #16912 )
...
* Add use TLS for network serving configuration option
* kernel: Implement TLS certificate generation
* kernel: server: Use https for fixed port proxy when needed
* Allow exporting the CA Certificate file
* Implement import and export of CA Certs
2026-01-27 12:59:11 +08:00
Daniel
a6c866fe0e
🔖 Release v3.5.4
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-26 16:15:17 +08:00
Daniel
5765dc7a93
🎨 https://github.com/siyuan-note/siyuan/issues/16883
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-26 13:34:02 +08:00
Daniel
9b07a78b16
🎨 https://github.com/siyuan-note/siyuan/issues/16883
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-26 13:33:00 +08:00
Daniel
dc0b27e02b
🎨 https://github.com/siyuan-note/siyuan/issues/16883
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-26 13:12:58 +08:00
Daniel
cc6cedbad1
⬆️ Upgrade lute
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-26 13:12:00 +08:00
Daniel
9010967b04
🎨 https://github.com/siyuan-note/siyuan/issues/16898#issuecomment-3796811073
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-26 09:44:19 +08:00
Daniel
40ae99e278
🧑💻 https://github.com/siyuan-note/siyuan/issues/16898
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-25 22:10:43 +08:00
Daniel
0be193eee6
🎨 https://github.com/siyuan-note/siyuan/issues/14970#issuecomment-3796317161
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-25 17:53:35 +08:00
Jeffrey Chen
09da39a676
🎨 Improve recent documents handling 2 ( #16908 )
...
* https://ld246.com/article/1769260741412 空间换时间
* https://ld246.com/article/1769260741412 跳过不存在的文档
2026-01-25 12:07:40 +08:00
Daniel
c1a6206f7b
🎨 https://github.com/siyuan-note/siyuan/issues/13635#issuecomment-3794560233
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-24 20:31:24 +08:00
Daniel
18761d43a3
🎨 Supports setting Pandoc parameters for export docx https://github.com/siyuan-note/siyuan/issues/16845 https://github.com/siyuan-note/siyuan/issues/14970#issuecomment-3793004593
...
Signed-off-by: Daniel <845765@qq.com>
2026-01-24 20:17:05 +08:00