Daniel
|
63e65af27c
|
🎨 Clean code https://github.com/siyuan-note/siyuan/pull/9720
|
2023-11-22 17:00:46 +08:00 |
|
Yingyi / 颖逸
|
f38c52292b
|
🐛 Authentication middleware compatible (#9720)
|
2023-11-22 16:55:44 +08:00 |
|
Daniel
|
1e9a00a039
|
⬆️ Upgrade kernel deps
|
2023-11-22 16:48:54 +08:00 |
|
Daniel
|
5c182e2ea7
|
⚡ Improve database table view update time column rendering performance https://github.com/siyuan-note/siyuan/issues/9719
|
2023-11-22 16:48:53 +08:00 |
|
Daniel
|
4642dd6190
|
🐛 Inline memos cannot be searched Fix https://github.com/siyuan-note/siyuan/issues/9710
|
2023-11-22 10:03:50 +08:00 |
|
Daniel
|
52943932e9
|
🎨 If the data repo indexing time is greater than 12s, prompt user to purge the data repo https://github.com/siyuan-note/siyuan/issues/9613
|
2023-11-22 09:15:50 +08:00 |
|
Daniel
|
08a374825f
|
🎨 Set the env SIYUAN_ACCESS_AUTH_CODE_BYPASS=true to skip checking access auth code when deploying Docker Fix https://github.com/siyuan-note/siyuan/issues/9709
|
2023-11-22 08:59:46 +08:00 |
|
Daniel
|
e00d106e09
|
🎨 Set the env SIYUAN_ACCESS_AUTH_CODE_BYPASS=true to skip checking access auth code when deploying Docker Fix https://github.com/siyuan-note/siyuan/issues/9709
|
2023-11-22 08:58:59 +08:00 |
|
Yingyi / 颖逸
|
cb016aac14
|
Improve kernel API authentication (#9702)
* 🎨 Add API `/api/network/echo`
* 🎨 Improve localhost checking
* 🎨 Add `model.CheckReadonly` for some APIs
/api/storage/setLocalStorage
/api/storage/setLocalStorageVal
/api/notebook/openNotebook
/api/notebook/removeNotebook
/api/search/removeTemplate
/api/attr/setBlockAttrs
/api/sync/importSyncProviderS3
/api/sync/importSyncProviderWebDAV
/api/riff/resetRiffCards
/api/snippet/setSnippet
/api/av/setAttributeViewBlockAttr
/api/archive/zip
/api/archive/unzip
* 🎨 Remove `model.CheckReadonly` for some APIs
/api/history/searchHistory
/api/history/getHistoryItems
/api/search/findReplace
/api/block/getParentNextChildID
/api/file/readDir
/api/sync/listCloudSyncDir
/api/asset/getDocImageAssets
/api/template/renderSprig
/api/ai/chatGPT
/api/ai/chatGPTWithAction
* 🎨 improve API `/api/network/echo`
|
2023-11-21 21:45:44 +08:00 |
|
Daniel
|
fad7f0512c
|
🔖 Release v2.10.16
|
2023-11-21 08:34:17 +08:00 |
|
Daniel
|
3294cb9281
|
⬆️ Upgrade kernel deps
|
2023-11-20 22:34:22 +08:00 |
|
Daniel
|
c40605df72
|
⬆️ Upgrade kernel deps
|
2023-11-20 22:33:14 +08:00 |
|
Daniel
|
9dfc35e1ac
|
🎨 Supports configuring data sync index time-consuming prompts https://github.com/siyuan-note/siyuan/issues/9698
|
2023-11-20 21:11:28 +08:00 |
|
Daniel
|
a54dd12533
|
🎨 Add index serving log
|
2023-11-20 17:50:39 +08:00 |
|
Daniel
|
7ab6d6c3f8
|
⬆️ Upgrade kernel deps
|
2023-11-20 16:45:23 +08:00 |
|
Daniel
|
98c724b16d
|
🎨 Improve checking local data chunk integrity before data sync https://github.com/siyuan-note/siyuan/issues/9688
|
2023-11-19 14:56:51 +08:00 |
|
Daniel
|
e24a724630
|
🎨 Query embed block supports executing JavaScript https://github.com/siyuan-note/siyuan/issues/9648
|
2023-11-18 12:03:22 +08:00 |
|
Daniel
|
20094b0f43
|
🎨 Improve Quit the application on the auth page https://github.com/siyuan-note/siyuan/issues/9680
|
2023-11-18 11:14:59 +08:00 |
|
Daniel
|
b894c7b300
|
🎨 Kernel API /api/query/sql support || operator https://github.com/siyuan-note/siyuan/issues/9662
|
2023-11-17 21:13:39 +08:00 |
|
Daniel
|
422b8fdecd
|
🎨 Kernel API /api/query/sql support || operator https://github.com/siyuan-note/siyuan/issues/9662
|
2023-11-17 21:11:42 +08:00 |
|
Daniel
|
0bc3332db2
|
🎨 Inline formulas and memo support preserving line breaks Fix https://github.com/siyuan-note/siyuan/issues/9664
|
2023-11-17 20:52:56 +08:00 |
|
Daniel
|
5091542629
|
🎨 Improve heading2doc/li2doc sorting Fix https://github.com/siyuan-note/siyuan/issues/9668
|
2023-11-17 17:26:28 +08:00 |
|
Daniel
|
7f4b7a4844
|
🎨 Creating a dailynote no longer switches between multiple windows https://github.com/siyuan-note/siyuan/issues/9669
|
2023-11-17 12:06:31 +08:00 |
|
Daniel
|
961d047aa8
|
🎨 Fix legacy data on database table view
|
2023-11-17 10:15:30 +08:00 |
|
Daniel
|
afef4926ce
|
🎨 Clean code https://github.com/siyuan-note/siyuan/pull/9673
|
2023-11-17 10:02:40 +08:00 |
|
debbbbie
|
afaf88d525
|
Sort by Due asc on the flashcard management UI (#9673)
|
2023-11-17 09:59:03 +08:00 |
|
Daniel
|
18f9f2633a
|
🎨 Spell check should be disabled inside inline and block code https://github.com/siyuan-note/siyuan/issues/9672
|
2023-11-17 09:52:45 +08:00 |
|
Daniel
|
0359f96c64
|
🎨 Add database table view checkbox column type https://github.com/siyuan-note/siyuan/issues/9667
|
2023-11-17 09:04:01 +08:00 |
|
Daniel
|
d81dfc503c
|
🎨 Support resetting the learning progress of flashcards https://github.com/siyuan-note/siyuan/issues/9564
|
2023-11-17 00:05:30 +08:00 |
|
Daniel
|
f78c5ab3c8
|
🎨 Support resetting the learning progress of flashcards https://github.com/siyuan-note/siyuan/issues/9564
|
2023-11-17 00:04:15 +08:00 |
|
Daniel
|
c4174ea191
|
🎨 Support resetting the learning progress of flashcards https://github.com/siyuan-note/siyuan/issues/9564
|
2023-11-17 00:01:52 +08:00 |
|
Daniel
|
342f764840
|
🎨 Support resetting the learning progress of flashcards https://github.com/siyuan-note/siyuan/issues/9564
|
2023-11-16 23:59:46 +08:00 |
|
Daniel
|
97c33f14d9
|
🎨 Support resetting the learning progress of flashcards https://github.com/siyuan-note/siyuan/issues/9564
|
2023-11-16 23:52:20 +08:00 |
|
Daniel
|
259606e995
|
🎨 Support resetting the learning progress of flashcards https://github.com/siyuan-note/siyuan/issues/9564
|
2023-11-16 23:48:31 +08:00 |
|
Daniel
|
bbeb6282d6
|
🎨 Support resetting the learning progress of flashcards https://github.com/siyuan-note/siyuan/issues/9564
|
2023-11-16 23:45:50 +08:00 |
|
Daniel
|
fb92772ae7
|
🎨 Support resetting the learning progress of flashcards https://github.com/siyuan-note/siyuan/issues/9564
|
2023-11-16 22:54:41 +08:00 |
|
Daniel
|
cb45da4319
|
🎨 Show card NextDue to the flashcard management UI https://github.com/siyuan-note/siyuan/pull/9621
|
2023-11-16 22:50:55 +08:00 |
|
Daniel
|
5891ca5024
|
⬆️ Upgrade kernel deps
|
2023-11-16 21:28:40 +08:00 |
|
Daniel
|
6bb89ed2e5
|
🎨 Repeated references to the same block within a block only count as one reference Fix https://github.com/siyuan-note/siyuan/issues/9670
|
2023-11-16 20:35:15 +08:00 |
|
Daniel
|
37b099dfa5
|
🎨 Support resetting the learning progress of flashcards https://github.com/siyuan-note/siyuan/issues/9564
|
2023-11-16 11:37:56 +08:00 |
|
Daniel
|
b6e9df5e37
|
🎨 Kernel API /api/query/sql support || operator https://github.com/siyuan-note/siyuan/issues/9662
|
2023-11-15 23:48:27 +08:00 |
|
Daniel
|
c65c32caf9
|
🎨 Kernel API /api/query/sql support || operator https://github.com/siyuan-note/siyuan/issues/9662
|
2023-11-15 23:46:51 +08:00 |
|
Daniel
|
99b3c7e192
|
🔖 Release v2.10.15
|
2023-11-15 09:20:49 +08:00 |
|
Daniel
|
2f1b9569aa
|
⬆️ Upgrade kernel deps
|
2023-11-15 09:20:34 +08:00 |
|
Daniel
|
38099e4892
|
🎨 Add kernel API /api/filetree/getIDsByHPath https://github.com/siyuan-note/siyuan/issues/9654
|
2023-11-15 09:10:33 +08:00 |
|
Daniel
|
ea2a2bbf03
|
🎨 Code content in templates is not properly escaped https://github.com/siyuan-note/siyuan/issues/9649
|
2023-11-14 22:37:37 +08:00 |
|
Daniel
|
9dc68a28e4
|
🎨 Improve logging
|
2023-11-14 22:37:37 +08:00 |
|
Daniel
|
0658f3bc0e
|
🎨 Automatically create notebook conf.json if not found it https://github.com/siyuan-note/siyuan/issues/9647
|
2023-11-14 11:08:39 +08:00 |
|
Daniel
|
2299ff1ae7
|
🎨 Improve checking out files order of data sync Fix https://github.com/siyuan-note/siyuan/issues/9646
|
2023-11-14 10:54:38 +08:00 |
|
Daniel
|
490d8da62e
|
🔥 Revert https://github.com/siyuan-note/siyuan/issues/9202
|
2023-11-14 10:17:17 +08:00 |
|
Daniel
|
21fbcc5090
|
🎨 Kernel API createDocWithMd supports concurrent calls https://github.com/siyuan-note/siyuan/issues/9644
|
2023-11-14 10:02:03 +08:00 |
|
Daniel
|
7236fc457e
|
⬆️ Upgrade kernel deps
|
2023-11-14 08:58:42 +08:00 |
|
Daniel
|
a24f2e3889
|
🎨 Database table view supports pin/unpin column https://github.com/siyuan-note/siyuan/pull/9617
|
2023-11-13 12:33:13 +08:00 |
|
Daniel
|
a182b704ac
|
🐛 Data synchronization accidentally deletes local files Fix https://github.com/siyuan-note/siyuan/issues/9631
|
2023-11-13 00:53:18 +08:00 |
|
Daniel
|
acd2c1c65d
|
🐛 Data synchronization accidentally deletes local files Fix https://github.com/siyuan-note/siyuan/issues/9631
|
2023-11-12 12:37:08 +08:00 |
|
Yingyi / 颖逸
|
c90072c3cf
|
Improve localhost address validation (#9634)
* 🎨 Improv localhost address validation
* 🐛 Compatible with browser extension
|
2023-11-12 08:52:34 +08:00 |
|
Daniel
|
8a8fc17d21
|
🎨 Improve data sync
|
2023-11-11 23:49:39 +08:00 |
|
Daniel
|
4d218cd1e0
|
🎨 Update download mirror for ghproxy.com https://github.com/siyuan-note/siyuan/issues/9628
|
2023-11-11 18:07:29 +08:00 |
|
Daniel
|
7be06ed955
|
🎨 Improve database table view in super block Fix https://github.com/siyuan-note/siyuan/issues/9620
|
2023-11-10 23:13:57 +08:00 |
|
Daniel
|
eb6f892a47
|
🎨 Improve S3/WebDAV data sync error message Fix https://github.com/siyuan-note/siyuan/issues/9626
|
2023-11-10 23:00:17 +08:00 |
|
Daniel
|
22f78326f2
|
🎨 Improve data sync
|
2023-11-10 22:22:44 +08:00 |
|
Daniel
|
262d1298df
|
🎨 Improve data sync
|
2023-11-10 22:09:44 +08:00 |
|
Daniel
|
514c747fe3
|
🎨 Improve data sync
|
2023-11-10 20:25:29 +08:00 |
|
debbbbie
|
48c354e7de
|
Show card NextDue to the flashcard management UI (#9621)
* Show RiffCard NextDue to the UI
* Show RiffCard NextDue to the UI
* Show card NextDue to the flashcard management UI
|
2023-11-10 20:21:56 +08:00 |
|
Daniel
|
bbbdda7ef0
|
🎨 Adding row overwriting data after enabling sort in database https://github.com/siyuan-note/siyuan/issues/9599
|
2023-11-10 17:10:54 +08:00 |
|
Daniel
|
3635cf6a64
|
🎨 Automatically check and eliminate duplicate reference relationships Fix https://github.com/siyuan-note/siyuan/issues/9618
|
2023-11-10 11:53:02 +08:00 |
|
Daniel
|
524776c005
|
🎨 Supports via environment var SIYUAN_TESSERACT_ENABLED=false to close OCR Fix https://github.com/siyuan-note/siyuan/issues/9619
|
2023-11-10 11:23:27 +08:00 |
|
Daniel
|
efec2c749e
|
🎨 Supports via environment var SIYUAN_TESSERACT_ENABLED=false to close OCR Fix https://github.com/siyuan-note/siyuan/issues/9619
|
2023-11-10 11:17:12 +08:00 |
|
Daniel
|
368091bd53
|
🎨 Automatically check and eliminate duplicate reference relationships Fix https://github.com/siyuan-note/siyuan/issues/9618
|
2023-11-10 11:01:27 +08:00 |
|
Daniel
|
a1ac6fb867
|
🎨 Attribute view support sticky layout https://github.com/siyuan-note/siyuan/pull/9617
|
2023-11-10 10:22:19 +08:00 |
|
Daniel
|
2802efdfb3
|
🐛 The referenced block under the folded heading cannot be hovered to view Fix https://github.com/siyuan-note/siyuan/issues/9582
|
2023-11-10 09:07:21 +08:00 |
|
Daniel
|
4190c7bf8d
|
🎨 Copy one cell from Excel/HTML table and paste it using the cell's content https://github.com/siyuan-note/siyuan/issues/9614
|
2023-11-09 21:54:36 +08:00 |
|
Daniel
|
5d4015c458
|
🎨 If the data repo indexing time is greater than 7s, prompt user to purge the data repo https://github.com/siyuan-note/siyuan/issues/9613
|
2023-11-09 20:09:59 +08:00 |
|
Daniel
|
637706decd
|
🎨 Automatically purge unreferenced data snapshots older than 30 days https://github.com/siyuan-note/siyuan/issues/9613
|
2023-11-09 20:09:59 +08:00 |
|
Daniel
|
e408ca69b7
|
🎨 Automatically purge unreferenced data snapshots older than 30 days https://github.com/siyuan-note/siyuan/issues/9613
|
2023-11-09 20:09:58 +08:00 |
|
Daniel
|
de7556c3dd
|
🐛 The authentication page after startup Alt+M fails https://github.com/siyuan-note/siyuan/issues/9575
|
2023-11-09 11:16:44 +08:00 |
|
Daniel
|
1e7a45c66d
|
🐛 The authentication page after startup Alt+M fails https://github.com/siyuan-note/siyuan/issues/9575
|
2023-11-09 10:52:46 +08:00 |
|
Daniel
|
5eaff769ca
|
🐛 The authentication page after startup Alt+M fails https://github.com/siyuan-note/siyuan/issues/9575
|
2023-11-09 09:55:53 +08:00 |
|
Daniel
|
1556d6d6a9
|
🐛 The authentication page after startup Alt+M fails https://github.com/siyuan-note/siyuan/issues/9575
|
2023-11-09 09:55:11 +08:00 |
|
Daniel
|
f67061d6cf
|
🎨 Improve snippet structure https://github.com/siyuan-note/siyuan/issues/9604
|
2023-11-09 09:40:37 +08:00 |
|
Daniel
|
25c656a88a
|
🔖 Release v2.10.14
|
2023-11-08 16:46:38 +08:00 |
|
Daniel
|
4aefa40d57
|
🎨 Improve database table view sorting https://ld246.com/article/1699332354360
|
2023-11-08 16:44:30 +08:00 |
|
Daniel
|
3d9176ff55
|
🎨 Automatic synchronization mode prevents old cloud data from overwriting new local data Fix https://github.com/siyuan-note/siyuan/issues/9601
|
2023-11-08 11:52:09 +08:00 |
|
Daniel
|
a61f1361c2
|
🎨 Automatic synchronization mode prevents old cloud data from overwriting new local data Fix https://github.com/siyuan-note/siyuan/issues/9601
|
2023-11-08 11:50:33 +08:00 |
|
Daniel
|
7a64e71b92
|
🎨 Automatic synchronization mode prevents old cloud data from overwriting new local data Fix https://github.com/siyuan-note/siyuan/issues/9601
|
2023-11-08 11:14:20 +08:00 |
|
Daniel
|
e19f263dcb
|
🎨 Improve copying Excel cell to table cell Fix https://github.com/siyuan-note/siyuan/issues/9569
|
2023-11-08 10:02:49 +08:00 |
|
Daniel
|
a76d3c7d8d
|
⬆️ Upgrade kernel deps
|
2023-11-07 21:59:52 +08:00 |
|
Daniel
|
9a065f2016
|
🐛 Notebook data may be corrupted during data synchronization https://github.com/siyuan-note/siyuan/issues/9594
|
2023-11-07 18:08:16 +08:00 |
|
Daniel
|
70c56c8e25
|
🐛 Notebook data may be corrupted during data synchronization https://github.com/siyuan-note/siyuan/issues/9594
|
2023-11-06 22:44:06 +08:00 |
|
Daniel
|
af93409a17
|
🐛 Incorrect rtfd file handling when Insert image or file on macOS https://github.com/siyuan-note/siyuan/issues/9585
|
2023-11-04 10:30:05 +08:00 |
|
Daniel
|
82373ff3e9
|
🐛 Incorrect rtfd file handling when Insert image or file on macOS https://github.com/siyuan-note/siyuan/issues/9585
|
2023-11-04 09:54:45 +08:00 |
|
Daniel
|
bad8c5d723
|
🐛 Incorrect rtfd file handling when Insert image or file on macOS https://github.com/siyuan-note/siyuan/issues/9585
|
2023-11-04 08:58:35 +08:00 |
|
Daniel
|
5fd8cb121b
|
🎨 Support search installed plugins https://github.com/siyuan-note/siyuan/issues/9577
|
2023-11-03 11:26:10 +08:00 |
|
Daniel
|
e964eddbeb
|
🎨 Identify the database view whether is a "mirror" https://github.com/siyuan-note/siyuan/issues/9578
|
2023-11-03 11:15:49 +08:00 |
|
Daniel
|
1455857410
|
🎨 Support exporting/importing S3 and WebDAV configurations https://github.com/siyuan-note/siyuan/issues/9566
|
2023-11-02 20:26:47 +08:00 |
|
Daniel
|
da65f608a5
|
🎨 Attribute Panel - Database supports display database block floating window https://github.com/siyuan-note/siyuan/issues/9285
|
2023-11-02 16:25:19 +08:00 |
|
Daniel
|
960cf3fe04
|
🎨 Identify the database view whether is a "mirror" https://github.com/siyuan-note/siyuan/issues/9578
|
2023-11-02 16:25:19 +08:00 |
|
Daniel
|
903b046ce1
|
🎨 Maintain relationships between database blocks and database storage Fix https://github.com/siyuan-note/siyuan/issues/9496
|
2023-11-02 10:32:18 +08:00 |
|
Daniel
|
af6036eefe
|
🎨 Support exporting/importing S3 and WebDAV configurations https://github.com/siyuan-note/siyuan/issues/9566
|
2023-11-02 10:29:18 +08:00 |
|
Daniel
|
a952fd7e83
|
🎨 Support search installed plugins https://github.com/siyuan-note/siyuan/issues/9577
|
2023-11-02 09:50:59 +08:00 |
|
Daniel
|
cba9f59cfd
|
🎨 Support exporting/importing S3 and WebDAV configurations https://github.com/siyuan-note/siyuan/issues/9566
|
2023-11-01 16:05:20 +08:00 |
|
Daniel
|
8ce4c7987b
|
🎨 Support exporting/importing S3 and WebDAV configurations https://github.com/siyuan-note/siyuan/issues/9566
|
2023-11-01 16:05:19 +08:00 |
|
Daniel
|
83ca0eca12
|
🐛 Relative path hyperlinks are not converted into assets when importing Markdown https://github.com/siyuan-note/siyuan/issues/9563
|
2023-10-31 19:37:16 +08:00 |
|
Daniel
|
7892e0f4be
|
🔖 Release v2.10.13
|
2023-10-31 10:29:10 +08:00 |
|
Daniel
|
98692c85df
|
🔖 Release v2.10.13
|
2023-10-31 09:37:48 +08:00 |
|
Daniel
|
6afd46b450
|
🎨 Upgrade kernel dpes
|
2023-10-31 09:35:12 +08:00 |
|
Daniel
|
1aa5c10575
|
🎨 Upgrade kernel dpes
|
2023-10-31 00:05:52 +08:00 |
|
Daniel
|
df2bb9326e
|
🎨 Upgrade kernel dpes
|
2023-10-30 21:56:59 +08:00 |
|
Daniel
|
97dca97152
|
🎨 Upgrade kernel dpes
|
2023-10-30 17:32:49 +08:00 |
|
Daniel
|
ca37685d08
|
🎨 Upgrade kernel dpes
|
2023-10-30 17:28:19 +08:00 |
|
Daniel
|
eba283d8b2
|
🎨 题头图支持资源文件搜索 https://github.com/siyuan-note/siyuan/issues/9524
|
2023-10-30 15:25:46 +08:00 |
|
Daniel
|
ed117fd577
|
🎨 Upgrade kernel dpes
|
2023-10-30 15:21:05 +08:00 |
|
Daniel
|
50921eb97d
|
🎨 Upgrade kernel dpes
|
2023-10-30 11:51:21 +08:00 |
|
Daniel
|
f8054b23ea
|
🎨 Upgrade kernel dpes
|
2023-10-30 11:48:18 +08:00 |
|
Daniel
|
1f0ce054a7
|
🎨 Upgrade kernel dpes
|
2023-10-29 09:54:56 +08:00 |
|
Daniel
|
afd5a20936
|
🎨 Add user-agent header for sync websocket conn
|
2023-10-29 09:54:56 +08:00 |
|
Daniel
|
8fd9712c75
|
🎨 Upgrade kernel dpes
|
2023-10-29 00:30:00 +08:00 |
|
Daniel
|
d53b800b9e
|
🎨 Upgrade kernel dpes
|
2023-10-28 23:10:03 +08:00 |
|
Daniel
|
ec629d8e9b
|
🎨 Find replace supports HTML blocks Fix https://github.com/siyuan-note/siyuan/issues/9539
|
2023-10-28 22:46:28 +08:00 |
|
Daniel
|
c47de3eba0
|
🎨 Support Jump to the next block in the parent level on focus status https://github.com/siyuan-note/siyuan/issues/9527
|
2023-10-28 16:44:37 +08:00 |
|
Daniel
|
b582f76f16
|
🎨 Support Jump to the next block in the parent level on focus status https://github.com/siyuan-note/siyuan/issues/9527
|
2023-10-28 16:43:13 +08:00 |
|
Daniel
|
f88fec7235
|
🎨 Support Jump to the next block in the parent level on focus status https://github.com/siyuan-note/siyuan/issues/9527
|
2023-10-28 16:35:34 +08:00 |
|
Daniel
|
8409c00b73
|
🎨 Upgrade kernel dpes
|
2023-10-28 16:04:55 +08:00 |
|
Daniel
|
e54641f2c1
|
🎨 Support Jump to the next block in the parent level on focus status https://github.com/siyuan-note/siyuan/issues/9527
|
2023-10-28 11:25:46 +08:00 |
|
Daniel
|
c485ef326b
|
🎨 Improve automatic deletion when block attribute value is empty https://github.com/siyuan-note/siyuan/issues/9529
|
2023-10-27 22:45:50 +08:00 |
|
Daniel
|
a57c258fce
|
🎨 Support modifying database column types Fix https://github.com/siyuan-note/siyuan/issues/9513
|
2023-10-27 22:29:26 +08:00 |
|
Daniel
|
eb80232771
|
🎨 Add specific time switch to database date field https://github.com/siyuan-note/siyuan/issues/9486
|
2023-10-27 21:16:54 +08:00 |
|
Daniel
|
f6c9af7d63
|
🔊 Add sync diff merge log
|
2023-10-27 11:53:57 +08:00 |
|
Daniel
|
71dd27c62a
|
🎨 Adding row overwriting data after enabling sort in database Fix https://github.com/siyuan-note/siyuan/issues/9517
|
2023-10-26 19:58:02 +08:00 |
|
Daniel
|
43e2473217
|
🐛 The blocks is not displayed after the folded heading is converted to a document Fix https://github.com/siyuan-note/siyuan/issues/9512
|
2023-10-26 11:40:52 +08:00 |
|
Daniel
|
05d045b1e6
|
🎨 PDF files larger than 128MB are not included in asset file content searching https://github.com/siyuan-note/siyuan/issues/9500
|
2023-10-26 08:55:00 +08:00 |
|
Daniel
|
b95980f4b5
|
🎨 When exporting Markdown, <br /> nodes in non-tables are replaced with \n text nodes https://github.com/siyuan-note/siyuan/issues/9509
|
2023-10-25 21:59:36 +08:00 |
|
Daniel
|
2f8ab890fb
|
🎨 Add the keywords field to the marketplace package conf JSON https://github.com/siyuan-note/siyuan/issues/9499
|
2023-10-25 16:08:59 +08:00 |
|
Daniel
|
64b9e13a3e
|
⬆️ Editor parsing exception when using a template containing database to create dailynote https://github.com/siyuan-note/siyuan/issues/9504
|
2023-10-25 11:41:53 +08:00 |
|
Daniel
|
f7e6f61099
|
🎨 PDF files larger than 128MB are not included in asset file content searching https://github.com/siyuan-note/siyuan/issues/9500
|
2023-10-25 09:56:27 +08:00 |
|
Daniel
|
17b598b033
|
🎨 PDF files larger than 64MB are not included in asset file content searching https://github.com/siyuan-note/siyuan/issues/9500
|
2023-10-25 09:54:31 +08:00 |
|
Daniel
|
fd32095929
|
🎨 Add data-doc-type and attribute when exporting image and PDF https://github.com/siyuan-note/siyuan/issues/9497
|
2023-10-25 09:30:23 +08:00 |
|
Daniel
|
dbd829a4a0
|
🎨 Add data-doc-type and attribute when exporting image and PDF https://github.com/siyuan-note/siyuan/issues/9497
|
2023-10-25 09:30:03 +08:00 |
|
Daniel
|
ccbb095a71
|
🔖 Release v2.10.12
|
2023-10-24 10:36:48 +08:00 |
|
Daniel
|
3bf01a7d9f
|
🎨 Shallow clone the corresponding database when the template contains database blocks https://github.com/siyuan-note/siyuan/issues/9494
|
2023-10-24 10:15:01 +08:00 |
|
Daniel
|
8a789a8573
|
🎨 Shallow clone the corresponding database when the template contains database blocks https://github.com/siyuan-note/siyuan/issues/9494
|
2023-10-24 09:56:04 +08:00 |
|
Daniel
|
2e064b2453
|
📝 Update changelogs
|
2023-10-24 09:42:29 +08:00 |
|
Daniel
|
8ad15c4d23
|
🎨 Shallow clone the corresponding database when the template contains database blocks https://github.com/siyuan-note/siyuan/issues/9494
|
2023-10-24 09:38:33 +08:00 |
|
Daniel
|
7145460c18
|
🎨 Shallow clone the corresponding database when the template contains database blocks https://github.com/siyuan-note/siyuan/issues/9494
|
2023-10-24 09:33:59 +08:00 |
|
Daniel
|
d8bb02fb20
|
🎨 Remove invisible characters when entering document title https://github.com/siyuan-note/siyuan/issues/9493
|
2023-10-24 01:36:25 +08:00 |
|
Daniel
|
3427b83361
|
⬆️ Upgrade kernel deps https://github.com/siyuan-note/siyuan/issues/9493
|
2023-10-24 01:32:04 +08:00 |
|
Daniel
|
5e6d94783b
|
🎨 Improve priority of folding processing when headings and super blocks are mixed https://github.com/siyuan-note/siyuan/issues/9488
|
2023-10-24 00:56:10 +08:00 |
|
Daniel
|
256e64e8b5
|
🎨 Trust plugins loading on mobile-end
|
2023-10-23 22:33:49 +08:00 |
|
Daniel
|
57066c7dc9
|
🐛 Problem with initializing workspace error alerts Fix https://github.com/siyuan-note/siyuan/issues/9492
|
2023-10-23 22:29:04 +08:00 |
|
Daniel
|
91e6cd4466
|
🎨 Update db table view
|
2023-10-23 11:38:41 +08:00 |
|
Daniel
|
ede20bea0f
|
⬆️ Upgrade kernel deps
|
2023-10-22 21:14:15 +08:00 |
|
Daniel
|
c85804039d
|
🎨 Clean code
|
2023-10-22 16:48:14 +08:00 |
|
Daniel
|
7654f25a5b
|
🎨 The marketplace supports searching https://github.com/siyuan-note/siyuan/issues/8173
|
2023-10-22 11:59:36 +08:00 |
|
Daniel
|
7f16d32123
|
🎨 The marketplace supports searching https://github.com/siyuan-note/siyuan/issues/8173
|
2023-10-22 11:57:51 +08:00 |
|
Daniel
|
f5f66d25df
|
🎨 The marketplace supports searching https://github.com/siyuan-note/siyuan/issues/8173
|
2023-10-22 11:37:20 +08:00 |
|
Daniel
|
9f9494a4e7
|
🎨 The marketplace supports searching https://github.com/siyuan-note/siyuan/issues/8173
|
2023-10-22 11:04:41 +08:00 |
|
Daniel
|
c597bd2f3d
|
🎨 Support for modifying Settings - About - API token https://github.com/siyuan-note/siyuan/issues/9448
|
2023-10-22 10:31:06 +08:00 |
|
Daniel
|
0c2f466cca
|
🎨 The outline cannot jump to the heading in the folded list https://github.com/siyuan-note/siyuan/issues/9469
|
2023-10-21 23:41:02 +08:00 |
|
Daniel
|
c8f6e3ed76
|
🎨 Improve database date column "Is Empty" filtering https://github.com/siyuan-note/siyuan/issues/9463
|
2023-10-20 23:37:55 +08:00 |
|
Daniel
|
09e2e622fc
|
🔖 Release v2.10.11
|
2023-10-17 23:03:12 +08:00 |
|
Daniel
|
7bff544a12
|
🎨 Update database
|
2023-10-16 23:57:09 +08:00 |
|
Daniel
|
dc6fb939fd
|
🎨 Update database
|
2023-10-16 23:32:44 +08:00 |
|
Daniel
|
5ebd406ae7
|
⬆️ Upgrade kernel deps
|
2023-10-16 18:15:41 +08:00 |
|
Daniel
|
785f467a99
|
🎨 Adjust workspace name length limit to 32 runes Fix https://github.com/siyuan-note/siyuan/issues/9440
|
2023-10-16 18:01:32 +08:00 |
|
Daniel
|
4a832e89f8
|
🐛 When the heading block and super block are used together, repeating content if unfolding the heading https://github.com/siyuan-note/siyuan/issues/9435
|
2023-10-16 00:09:16 +08:00 |
|
Daniel
|
d78a0205f5
|
🎨 Database table view breadcrumb
|
2023-10-14 10:52:01 +08:00 |
|
Daniel
|
39c5744f2f
|
🐛 Database table view export does not display select content Fix https://github.com/siyuan-note/siyuan/issues/9428
|
2023-10-14 09:46:29 +08:00 |
|
Daniel
|
f6780c126a
|
🎨 Supports searching database view content https://github.com/siyuan-note/siyuan/issues/9419
|
2023-10-14 09:20:51 +08:00 |
|
Daniel
|
8399aba10b
|
🎨 Supports searching database view content https://github.com/siyuan-note/siyuan/issues/9419
|
2023-10-13 23:22:17 +08:00 |
|
Daniel
|
c3d1c04af4
|
🎨 Supports searching database view content https://github.com/siyuan-note/siyuan/issues/9419
|
2023-10-13 22:50:56 +08:00 |
|
Daniel
|
daa9ddfd50
|
🎨 Don't load plugin when the user hasn't agreed to trust bazaar content yet Fix https://github.com/siyuan-note/siyuan/issues/9426
|
2023-10-13 14:43:43 +08:00 |
|
Daniel
|
01b19ea2c8
|
🎨 Fix database table view loading https://ld246.com/article/1697168944677
|
2023-10-13 14:04:01 +08:00 |
|
Daniel
|
00ed190ad7
|
🎨 Fix database table view loading https://ld246.com/article/1697168944677
|
2023-10-13 13:22:26 +08:00 |
|
Daniel
|
3de7781b1c
|
🎨 Supports searching database view content https://github.com/siyuan-note/siyuan/issues/9419
|
2023-10-13 10:45:13 +08:00 |
|
Daniel
|
df9b55c71b
|
🎨 Database template columns support sort
|
2023-10-13 08:46:29 +08:00 |
|
Daniel
|
0ea9b8f5a7
|
🎨 Database block loading animation https://github.com/siyuan-note/siyuan/issues/9416
|
2023-10-12 19:58:32 +08:00 |
|
Daniel
|
1590913db7
|
🎨 Update attr panel for av
|
2023-10-12 19:55:57 +08:00 |
|
Daniel
|
d257caff8d
|
🎨 Database block loading animation https://github.com/siyuan-note/siyuan/issues/9416
|
2023-10-12 19:38:37 +08:00 |
|
Daniel
|
238609f25f
|
⚡ Improve performance of loading database table view
|
2023-10-12 17:33:23 +08:00 |
|
Daniel
|
8fb35f5565
|
🎨 Database template columns support number filter Fix https://github.com/siyuan-note/siyuan/issues/9414
|
2023-10-12 17:15:36 +08:00 |
|
Daniel
|
ffcdb5d398
|
🐛 SVG images cannot be displayed on some systems https://github.com/siyuan-note/siyuan/issues/9413
|
2023-10-12 16:37:28 +08:00 |
|
Daniel
|
09ef5fddf9
|
🎨 Database template columns support calculations https://github.com/siyuan-note/siyuan/issues/9408
|
2023-10-12 12:02:14 +08:00 |
|
Daniel
|
92151f7150
|
🎨 Change database template column custom attribute action Fix https://github.com/siyuan-note/siyuan/issues/9401
|
2023-10-12 10:12:44 +08:00 |
|
Daniel
|
fd46593815
|
🔖 Release v2.10.10
|
2023-10-11 14:55:06 +08:00 |
|
Daniel
|
337c79571d
|
🎨 Improve install new version on Windows
|
2023-10-11 11:59:58 +08:00 |
|
Daniel
|
65adab61c9
|
🎨 Adding row overwriting data after enabling filter in database https://github.com/siyuan-note/siyuan/issues/9395
|
2023-10-11 10:48:29 +08:00 |
|
Daniel
|
210a3ac547
|
🎨 Improve handling of database column filters containing empty values Fix https://github.com/siyuan-note/siyuan/issues/9394
|
2023-10-11 10:04:39 +08:00 |
|
Daniel
|
6f249d768f
|
⬆️ Upgrade kernel deps
|
2023-10-11 09:15:03 +08:00 |
|
Daniel
|
bb04bf9f70
|
🎨 Show notebooks in hpath of block ref search list results https://github.com/siyuan-note/siyuan/issues/9378
|
2023-10-11 09:04:39 +08:00 |
|
Daniel
|
ccb65454a2
|
🎨 Improve handling of database column filters containing empty values Fix https://github.com/siyuan-note/siyuan/issues/9394
|
2023-10-11 08:50:13 +08:00 |
|
Daniel
|
28e4e1ef2f
|
🎨 Rename the .sya annotation file when renaming a PDF asset https://github.com/siyuan-note/siyuan/issues/9390
|
2023-10-10 22:31:46 +08:00 |
|
Daniel
|
964c822c2b
|
🎨 Improve database created and updated column values https://github.com/siyuan-note/siyuan/issues/9391
|
2023-10-10 22:03:05 +08:00 |
|
Daniel
|
301b6d9f70
|
🎨 Improve database created and updated column values https://github.com/siyuan-note/siyuan/issues/9391
|
2023-10-10 21:56:12 +08:00 |
|
Daniel
|
64df2ffa42
|
🎨 Rows in the database without bound blocks should not show created and updated Fix https://github.com/siyuan-note/siyuan/issues/9391
|
2023-10-10 20:42:08 +08:00 |
|
Daniel
|
7e9243d8dc
|
🎨 Rows in the database without bound blocks should not show created and updated Fix https://github.com/siyuan-note/siyuan/issues/9391
|
2023-10-10 20:06:15 +08:00 |
|
Daniel
|
6e9099ea12
|
🔒 Authenticate requests of assets other than 127.0.0.1 Fix https://github.com/siyuan-note/siyuan/issues/9388
|
2023-10-10 16:52:40 +08:00 |
|
Daniel
|
c8a6f4185e
|
🔖 Release v2.10.9
|
2023-10-10 10:18:57 +08:00 |
|
Daniel
|
0ed6884761
|
🐛 Update av Fix https://github.com/siyuan-note/siyuan/issues/9380
|
2023-10-09 21:09:35 +08:00 |
|
Daniel
|
288eb24474
|
🎨 Show notebooks in hpath of block ref search list results https://github.com/siyuan-note/siyuan/issues/9378
|
2023-10-09 17:30:40 +08:00 |
|
Daniel
|
902849153a
|
🎨 Add created and updated type column to database https://github.com/siyuan-note/siyuan/issues/9371
|
2023-10-09 17:17:40 +08:00 |
|
Daniel
|
faadbf5960
|
🎨 Add created and updated type column to database https://github.com/siyuan-note/siyuan/issues/9371
|
2023-10-09 16:48:55 +08:00 |
|
Daniel
|
644e0319da
|
🎨 Add created and updated type column to database https://github.com/siyuan-note/siyuan/issues/9371
|
2023-10-09 16:10:15 +08:00 |
|
Daniel
|
9288e523b2
|
🎨 Add created and updated type column to database https://github.com/siyuan-note/siyuan/issues/9371
|
2023-10-09 12:14:31 +08:00 |
|
Daniel
|
2c4c2642df
|
🎨 Add created and updated type column to database https://github.com/siyuan-note/siyuan/issues/9371
|
2023-10-09 12:06:09 +08:00 |
|
Daniel
|
74110cda68
|
🎨 Add created and updated type column to database https://github.com/siyuan-note/siyuan/issues/9371
|
2023-10-09 11:40:49 +08:00 |
|
Daniel
|
184579965d
|
🎨 Add created and updated type column to database https://github.com/siyuan-note/siyuan/issues/9371
|
2023-10-09 11:40:33 +08:00 |
|
Daniel
|
5c2f06d8fe
|
🎨 Add created and updated type column to database https://github.com/siyuan-note/siyuan/issues/9371
|
2023-10-09 11:39:13 +08:00 |
|
Daniel
|
5ebb7f10b0
|
🎨 Document-level new card/review card limit control https://github.com/siyuan-note/siyuan/issues/9365
|
2023-10-08 20:15:53 +08:00 |
|
Daniel
|
8733433eb1
|
🎨 Export related flashcard data when exporting .sy.zip https://github.com/siyuan-note/siyuan/issues/9372
|
2023-10-08 19:18:27 +08:00 |
|
Daniel
|
a8806968d0
|
🎨 Export related flashcard data when exporting .sy.zip https://github.com/siyuan-note/siyuan/issues/9372
|
2023-10-08 19:18:27 +08:00 |
|
Daniel
|
f1b1fb2f1f
|
🎨 Add created and updated type column to database https://github.com/siyuan-note/siyuan/issues/9371
|
2023-10-08 12:40:58 +08:00 |
|
Daniel
|
b1cf004958
|
🎨 Add created and updated type column to database https://github.com/siyuan-note/siyuan/issues/9371
|
2023-10-08 12:40:57 +08:00 |
|
Daniel
|
917e21f25e
|
🎨 Add created and updated type column to database https://github.com/siyuan-note/siyuan/issues/9371
|
2023-10-08 12:17:24 +08:00 |
|
Daniel
|
5c8fb01dc2
|
🎨 Database template column supports created and updated built-in variables https://github.com/siyuan-note/siyuan/issues/9364
|
2023-10-08 10:54:29 +08:00 |
|
Daniel
|
549a8eeea4
|
🎨 Database template column supports created and updated built-in variables https://github.com/siyuan-note/siyuan/issues/9364
|
2023-10-08 10:44:23 +08:00 |
|
Daniel
|
f870ff44d2
|
🎨 Block ref anchor text no longer contains contents of inline-level memos https://github.com/siyuan-note/siyuan/issues/9363
|
2023-10-06 22:43:47 +08:00 |
|
Daniel
|
75dd676b56
|
🎨 Block ref anchor text no longer contains contents of inline-level memos https://github.com/siyuan-note/siyuan/issues/9363
|
2023-10-06 22:43:47 +08:00 |
|
Daniel
|
3b9d4b3a73
|
🎨 Improve bookmark panel rendering https://github.com/siyuan-note/siyuan/issues/9361
|
2023-10-06 22:26:00 +08:00 |
|
Daniel
|
429f72ac75
|
🎨 Database column icon https://github.com/siyuan-note/siyuan/issues/9304
|
2023-10-06 10:56:07 +08:00 |
|
Daniel
|
12f9042eab
|
🎨 Database column icon https://github.com/siyuan-note/siyuan/issues/9304
|
2023-10-06 10:37:34 +08:00 |
|
Daniel
|
a3ea6a2362
|
🎨 Database column icon https://github.com/siyuan-note/siyuan/issues/9304
|
2023-10-06 10:17:52 +08:00 |
|
Daniel
|
8db022ec8a
|
🎨 Database template col type
|
2023-10-05 22:22:54 +08:00 |
|
Daniel
|
125b180029
|
🎨 Perform indexing in the background when moving a large number of documents Fix https://github.com/siyuan-note/siyuan/issues/9356
|
2023-10-05 21:06:30 +08:00 |
|
Daniel
|
0014a5eea4
|
🎨 Supports searching database blocks by the view title https://github.com/siyuan-note/siyuan/issues/9348
|
2023-10-05 12:41:39 +08:00 |
|
Daniel
|
3c67701681
|
🎨 Supports searching database blocks by the view title https://github.com/siyuan-note/siyuan/issues/9348
|
2023-10-05 12:40:25 +08:00 |
|
Daniel
|
d0222212cf
|
🎨 Supports searching database blocks by the view title https://github.com/siyuan-note/siyuan/issues/9348
|
2023-10-05 12:06:53 +08:00 |
|
Daniel
|
d38311c48c
|
🎨 Supports searching database blocks by the view title https://github.com/siyuan-note/siyuan/issues/9348
|
2023-10-05 12:02:48 +08:00 |
|
Daniel
|
97bf44500a
|
🎨 Database column icon https://github.com/siyuan-note/siyuan/issues/9304
|
2023-10-05 11:20:04 +08:00 |
|
Daniel
|
c516e83bb7
|
🎨 Database column icon https://github.com/siyuan-note/siyuan/issues/9304
|
2023-10-05 11:12:57 +08:00 |
|
Daniel
|
256d6218c4
|
🎨 Database column icon https://github.com/siyuan-note/siyuan/issues/9304
|
2023-10-04 18:14:32 +08:00 |
|
Daniel
|
56ace2e427
|
♻️ Refactor kernel model transaction https://github.com/siyuan-note/siyuan/issues/9338
|
2023-10-04 11:45:58 +08:00 |
|
Daniel
|
8baab6a19d
|
🎨 Support heading blocks to make flashcards https://github.com/siyuan-note/siyuan/issues/9005
|
2023-10-04 11:18:01 +08:00 |
|
Daniel
|
6c190cee9e
|
🎨 The default number of dynamically loaded blocks is adjusted from 128 to 192
|
2023-10-04 10:51:54 +08:00 |
|
Daniel
|
62ccbcea67
|
🎨 The default number of dynamically loaded blocks is adjusted from 128 to 192
|
2023-10-04 10:51:14 +08:00 |
|
Daniel
|
e52e5e1412
|
🎨 The default number of dynamically loaded blocks is adjusted from 128 to 192
|
2023-10-04 10:50:41 +08:00 |
|
Daniel
|
7ea957e94d
|
🎨 The default number of dynamically loaded blocks is adjusted from 128 to 192
|
2023-10-04 10:40:02 +08:00 |
|
Daniel
|
1451795472
|
🎨 Database template column support using values from other columns https://github.com/siyuan-note/siyuan/issues/9327
|
2023-10-03 16:07:07 +08:00 |
|
Daniel
|
642d041513
|
🔖 Release v2.10.8
|
2023-10-03 13:36:25 +08:00 |
|
Daniel
|
cc3b4e320e
|
🎨 Database template column support using values from other columns https://github.com/siyuan-note/siyuan/issues/9327
|
2023-10-03 13:01:11 +08:00 |
|
Daniel
|
29f34fe8b8
|
🎨 Database template column support using values from other columns https://github.com/siyuan-note/siyuan/issues/9327
|
2023-10-03 12:56:13 +08:00 |
|
Daniel
|
7556d1c3a2
|
🎨 Database template column support using values from other columns https://github.com/siyuan-note/siyuan/issues/9327
|
2023-10-03 11:49:12 +08:00 |
|
Daniel
|
558422c407
|
🎨 Database template column support using values from other columns https://github.com/siyuan-note/siyuan/issues/9327
|
2023-10-03 11:46:25 +08:00 |
|
Daniel
|
433cb91d75
|
⬆️ Upgrade kernel deps
|
2023-10-03 10:33:41 +08:00 |
|
Daniel
|
c5a25fe88f
|
🐛 Database render deleted block https://ld246.com/article/1695790906050/comment/1696234209062?r=88250#comments
|
2023-10-03 08:52:50 +08:00 |
|
Daniel
|
11cc108893
|
🐛 Create doc with ref Fix https://github.com/siyuan-note/siyuan/issues/9329
|
2023-10-03 07:57:36 +08:00 |
|
Daniel
|
279e17e8b5
|
🎨 The access authorization code command line parameter must be set when deploying via Docker https://github.com/siyuan-note/siyuan/issues/9328
|
2023-10-02 22:15:33 +08:00 |
|
Daniel
|
4fdd0ddef0
|
🎨 Add template type column to Attribute View https://github.com/siyuan-note/siyuan/issues/8766
|
2023-10-01 18:37:39 +08:00 |
|
Daniel
|
b4bded40e3
|
🎨 Add template type column to Attribute View https://github.com/siyuan-note/siyuan/issues/8766
|
2023-10-01 18:24:16 +08:00 |
|
Daniel
|
bfd27a62d1
|
🎨 Add template type column to Attribute View https://github.com/siyuan-note/siyuan/issues/8766
|
2023-10-01 18:22:39 +08:00 |
|
Daniel
|
0aa61fe5b7
|
🎨 Add template type column to Attribute View https://github.com/siyuan-note/siyuan/issues/8766
|
2023-10-01 18:14:31 +08:00 |
|