Commit Graph

2277 Commits

Author SHA1 Message Date
Liang Ding
ae4717710d
🎨 When local.json is corrupted, clear the file to avoid being unable to enter the main interface Fix https://github.com/siyuan-note/siyuan/issues/7911 2023-04-07 09:38:11 +08:00
Liang Ding
e107130a48
🎨 Show changelog after upgrading https://github.com/siyuan-note/siyuan/issues/7902 2023-04-06 22:41:02 +08:00
Liang Ding
0fe6759bde
🎨 Show changelog after upgrading https://github.com/siyuan-note/siyuan/issues/7902 2023-04-06 22:28:45 +08:00
Liang Ding
a86c4d346b
🎨 Show changelog after upgrading https://github.com/siyuan-note/siyuan/issues/7902 2023-04-06 22:09:09 +08:00
Liang Ding
5606237c1a
🎨 Show "What's News" after upgrading https://github.com/siyuan-note/siyuan/issues/7902 2023-04-06 21:59:09 +08:00
Liang Ding
f4636b357e
🎨 Show "What's News" after upgrading https://github.com/siyuan-note/siyuan/issues/7902 2023-04-06 21:59:03 +08:00
Liang Ding
4cc544f7b5
🎨 Show "What's News" after upgrading https://github.com/siyuan-note/siyuan/issues/7902 2023-04-06 21:58:46 +08:00
Liang Ding
5a7e436ba5
🎨 Show "What's News" after upgrading https://github.com/siyuan-note/siyuan/issues/7902 2023-04-06 21:56:52 +08:00
Liang Ding
9a98ba015f
🎨 Add a new API Move block https://github.com/siyuan-note/siyuan/issues/7903 2023-04-06 18:22:41 +08:00
Liang Ding
9fdefe15de
🎨 Add version info at the end of message in all error notifications Fix https://github.com/siyuan-note/siyuan/issues/7899 2023-04-06 15:22:02 +08:00
Liang Ding
e954f7ab94
🎨 Add provider info at the end of message in all sync error notifications 2023-04-06 15:00:03 +08:00
Liang Ding
86cbf95d5b
🎨 Add version info at the end of message in all error notifications Fix https://github.com/siyuan-note/siyuan/issues/7899 2023-04-06 14:53:40 +08:00
Liang Ding
635eb66da9
🎨 Improve network online check of data sync Fix https://github.com/siyuan-note/siyuan/issues/7890 2023-04-05 19:54:13 +08:00
Liang Ding
97c6bb9273
🎨 Monitor the search performance and suggest solutions Fix https://github.com/siyuan-note/siyuan/issues/7873 2023-04-05 15:55:07 +08:00
Liang Ding
813de05019
🎨 Improve kernel HTTP panic recover Fix https://github.com/siyuan-note/siyuan/issues/7888 2023-04-05 15:22:44 +08:00
Liang Ding
9086e8f801
🔖 Release v2.8.3 2023-04-04 14:52:34 +08:00
Liang Ding
334ad6b42e
♻️ Remove unused param 2023-04-04 10:37:18 +08:00
Liang Ding
388e9cdf03
🎨 Add retry to improve network check 2023-04-04 10:22:58 +08:00
Liang Ding
f87f27b352
🎨 Add retry to improve network check 2023-04-04 10:21:34 +08:00
Liang Ding
a969141f2b
🎨 The merged cells of the table no longer add a space at the end Fix https://github.com/siyuan-note/siyuan/issues/7866 2023-04-04 09:46:09 +08:00
Liang Ding
048b2e838c
🎨 Escape character \ were not handled correctly when importing Markdown https://github.com/siyuan-note/siyuan/issues/7867 2023-04-03 18:15:32 +08:00
Liang Ding
7c648bb28c
🎨 Escape character \ were not handled correctly when importing Markdown https://github.com/siyuan-note/siyuan/issues/7867 2023-04-03 18:15:32 +08:00
Liang Ding
ff395ce34b
🎨 Search replace generate file history https://github.com/siyuan-note/siyuan/issues/7864 2023-04-03 11:38:18 +08:00
Liang Ding
c46a7b5a14
🎨 Search replace generate file history https://github.com/siyuan-note/siyuan/issues/7864 2023-04-03 11:25:56 +08:00
Liang Ding
7e3fa00d6a
🐛 The search fails in REGEXP/SQL with order by relevance Fix https://github.com/siyuan-note/siyuan/issues/7861 2023-04-03 10:13:57 +08:00
Liang Ding
e8e645f02b
🎨 Attribute View data synchronization https://github.com/siyuan-note/siyuan/issues/7552 2023-04-02 11:42:04 +08:00
Liang Ding
d544fec54e
🔥 PDF export supports setting footer template https://github.com/siyuan-note/siyuan/issues/7478
Use frontend instead of backend impl
2023-04-02 10:39:53 +08:00
Liang Ding
cd0fb32d38
🎨 Improve export PDF footer font 2023-04-02 10:04:41 +08:00
Liang Ding
87bdcaf0b6
🎨 Improve export PDF footer font 2023-04-02 09:23:28 +08:00
Liang Ding
59e7fa0d7f
🎨 Attribute View map to database table https://github.com/siyuan-note/siyuan/issues/7677 2023-04-01 17:08:57 +08:00
Liang Ding
b7e1dc4a36
🐛 Exporting PDF hangs after focusing heading block Fix https://github.com/siyuan-note/siyuan/issues/7848 2023-04-01 16:52:35 +08:00
Liang Ding
2de23a977b
🎨 Attribute View map to database table https://github.com/siyuan-note/siyuan/issues/7677 2023-04-01 16:18:19 +08:00
Liang Ding
494a7caa2b
🐛 Markdown hyperlink parsing exception when using API /api/block/* to upsert block Fix https://github.com/siyuan-note/siyuan/issues/7846 2023-04-01 14:36:40 +08:00
Liang Ding
0eeca37084
🎨 Improve export PDF footer font 2023-04-01 14:02:11 +08:00
Vanessa
c0eb50f10c 🎨 https://github.com/siyuan-note/siyuan/issues/7478 2023-04-01 13:53:27 +08:00
Liang Ding
73bd025fe6
🎨 Improve export PDF footer font 2023-04-01 13:40:07 +08:00
Liang Ding
345857ae79
🎨 Improve export PDF footer font 2023-04-01 13:23:45 +08:00
Liang Ding
3eaa043889
🎨 Improve export PDF footer font 2023-04-01 12:30:53 +08:00
Liang Ding
eddcdaedcd
🎨 Clean code 2023-04-01 12:26:14 +08:00
Liang Ding
7b34eb6c6d
🎨 Clean code 2023-03-31 20:52:35 +08:00
Liang Ding
d3f9354696
🎨 PDF export supports setting footer template https://github.com/siyuan-note/siyuan/issues/7478 2023-03-31 20:51:32 +08:00
Liang Ding
10f991c42a
🎨 PDF export supports setting footer https://github.com/siyuan-note/siyuan/issues/7478 2023-03-31 15:44:48 +08:00
Liang Ding
307eab1b35
🎨 Flashcard new/review card limit support configure to 0 Fix https://github.com/siyuan-note/siyuan/issues/7841 2023-03-31 11:52:56 +08:00
Liang Ding
8a2a724341
🎨 Remove the footer Export by SiYuan when exporting image and PDF Fix https://github.com/siyuan-note/siyuan/issues/7838 2023-03-31 10:51:18 +08:00
Liang Ding
0c54c7a939
🐛 Related PDF annotation information is not exported when exporting .sy.zip Fix https://github.com/siyuan-note/siyuan/issues/7836 2023-03-31 10:36:50 +08:00
Liang Ding
849476b88c
♻️ Improve copy file stability https://github.com/siyuan-note/siyuan/issues/7837 2023-03-31 10:34:30 +08:00
Liang Ding
e2a3aa0ef8
🎨 Format HTTP error msg 2023-03-31 10:15:22 +08:00
Liang Ding
f7d9540b67
🐛 Focused heading block export does not contain its following blocks Fix https://github.com/siyuan-note/siyuan/issues/7834 2023-03-31 09:44:17 +08:00
Liang Ding
ed3fe917e5
🎨 Improve virtual reference split words https://github.com/siyuan-note/siyuan/issues/7833 2023-03-30 19:51:22 +08:00
Liang Ding
8545454f74
🐛 API getFile/putFile does not perform read-write lock Fix https://github.com/siyuan-note/siyuan/issues/7832 2023-03-30 19:39:59 +08:00