..
account.go
♻️ Refactor Go to err != nil, err == nil ( #12385 )
2024-09-04 09:40:50 +08:00
ai.go
🎨 Update slogan Refactor your thinking https://github.com/siyuan-note/siyuan/issues/8608
2023-06-24 20:39:55 +08:00
archive.go
♻️ Refactor Go to err != nil, err == nil ( #12385 )
2024-09-04 09:40:50 +08:00
asset.go
🎨 Fix https://github.com/siyuan-note/siyuan/issues/16654#issuecomment-3708672347
2026-01-05 11:21:07 +08:00
attr.go
♻️ Improve database loading performance https://github.com/siyuan-note/siyuan/issues/12818
2024-10-17 23:45:28 +08:00
av.go
🎨 Clean code
2026-01-06 17:38:08 +08:00
bazaar.go
🎨 Search results should remain unchanged after downloading or deleting the marketplace package https://github.com/siyuan-note/siyuan/issues/12252
2024-09-05 23:02:35 +08:00
block.go
🎨 Distinguishing between a referenced definition block that does not exist or one that is not indexed https://github.com/siyuan-note/siyuan/issues/16850
2026-01-17 18:20:50 +08:00
block_op.go
🐛 The updateBlock API encountered a null pointer error https://github.com/siyuan-note/siyuan/issues/16705
2025-12-26 22:02:55 +08:00
bookmark.go
♻️ Refactor Go to err != nil, err == nil ( #12385 )
2024-09-04 09:40:50 +08:00
broadcast.go
♻️ Refactor EventSource broadcast subscribe ( #13708 )
2025-01-03 09:28:16 +08:00
clipboard.go
🎨 Display a confirmation prompt when inserting large assets 256MB https://github.com/siyuan-note/siyuan/issues/16685
2026-01-10 12:04:34 +08:00
export.go
🎨 Improve export to Word .docx format https://github.com/siyuan-note/siyuan/issues/14970
2026-01-20 17:08:46 +08:00
extension.go
🐛 PDF files with too long file names cannot generate annotated images https://github.com/siyuan-note/siyuan/issues/15739 https://github.com/siyuan-note/siyuan/issues/10666
2025-09-03 17:37:27 +08:00
file.go
🎨 Improve the security of the kernel API /api/file/getFile on the publish service https://github.com/siyuan-note/siyuan/issues/16603
2026-01-18 18:59:35 +08:00
filetree.go
🎨 Move supports searching by document block ID https://github.com/siyuan-note/siyuan/issues/16674
2025-12-23 17:10:41 +08:00
format.go
♻️ Refactor Go to err != nil, err == nil ( #12385 )
2024-09-04 09:40:50 +08:00
graph.go
♻️ Refactor Go to err != nil, err == nil ( #12385 )
2024-09-04 09:40:50 +08:00
history.go
🎨 Improve search highlighting https://github.com/siyuan-note/siyuan/issues/13343
2024-12-05 10:11:25 +08:00
icon.go
🔒 Do not execute scripts in serving SVG by default to prevent XSS https://github.com/siyuan-note/siyuan/issues/16844
2026-01-18 10:16:06 +08:00
import.go
🎨 Support importing markdown zip on the browser ( #14950 )
2025-06-02 21:14:04 +08:00
inbox.go
♻️ Refactor Go to err != nil, err == nil ( #12385 )
2024-09-04 09:40:50 +08:00
lute.go
🎨 Improve callout block https://github.com/siyuan-note/siyuan/issues/16607
2025-12-20 12:31:28 +08:00
network.go
♻️ Refactor Go to err != nil, err == nil ( #12385 )
2024-09-04 09:40:50 +08:00
notebook.go
🎨 Trim space in dialynote/block ref/new doc save path https://github.com/siyuan-note/siyuan/issues/14482
2025-03-31 15:29:59 +08:00
notification.go
🎨 https://github.com/siyuan-note/siyuan/issues/10153
2024-01-11 20:13:25 +08:00
outline.go
🎨 https://github.com/siyuan-note/siyuan/issues/16206
2025-10-28 20:44:19 +08:00
pandoc.go
♻️ Refactor Go to err != nil, err == nil ( #12385 )
2024-09-04 09:40:50 +08:00
petal.go
Fix executing the uninstall method when closing the plugin ( #16522 )
2025-12-13 10:37:05 +08:00
ref.go
🎨 Improve backmention highlighting https://github.com/siyuan-note/siyuan/issues/13328
2024-12-13 10:42:04 +08:00
repo.go
🎨 Automatic purge for local data repo https://github.com/siyuan-note/siyuan/issues/13091
2024-11-17 01:33:21 +08:00
riff.go
♻️ Improve transaction flush
2024-10-22 19:21:04 +08:00
router.go
Improve recent documents handling ( #16727 )
2026-01-21 08:52:05 +08:00
search.go
🐛 Fix npe https://github.com/siyuan-note/siyuan/issues/16808
2026-01-11 18:57:27 +08:00
setting.go
🎨 Supports setting Pandoc parameters for export docx https://github.com/siyuan-note/siyuan/issues/16845
2026-01-20 10:05:49 +08:00
snippet.go
🎨 Add field disabledInPublish to the code snippet to indicate whether it is disabled in the publish service https://github.com/siyuan-note/siyuan/issues/15806
2025-09-09 09:18:12 +08:00
sql.go
🎨 Add internal kernel API /api/sqlite/flushTransaction https://github.com/siyuan-note/siyuan/issues/10005
2024-11-19 22:53:18 +08:00
storage.go
Improve recent documents handling ( #16727 )
2026-01-21 08:52:05 +08:00
sync.go
🎨 Improve import S3/WebDAV conf https://github.com/siyuan-note/siyuan/issues/13718
2025-01-04 21:26:30 +08:00
system.go
🎨 Prevent setting access auth code in Docker containers
2026-01-14 20:29:32 +08:00
tag.go
🎨 API getTag add an optional parameter ignoreMaxListHint https://github.com/siyuan-note/siyuan/issues/16000
2025-10-03 21:59:19 +08:00
template.go
🔒 Some security vulnerabilities https://github.com/siyuan-note/siyuan/issues/13426
2024-12-11 17:30:14 +08:00
transaction.go
🎨 Improve export preview mode https://github.com/siyuan-note/siyuan/issues/16732
2025-12-31 11:32:51 +08:00
ui.go
🧑💻 Add internal kernel API /api/ui/reloadIcon https://github.com/siyuan-note/siyuan/issues/16008
2025-10-03 15:50:43 +08:00
workspace.go
🐛 Can't switch workspaces on mobile https://github.com/siyuan-note/siyuan/issues/16544 https://github.com/siyuan-note/siyuan/issues/16552
2025-12-10 08:41:15 +08:00