Commit Graph

4703 Commits

Author SHA1 Message Date
Daniel
8f3806d04a
🎨 Improve Liandi clipping https://github.com/siyuan-note/siyuan/issues/12368 2024-08-31 22:51:23 +08:00
Daniel
4d00f2aeb6
🎨 Improve Liandi clipping https://github.com/siyuan-note/siyuan/issues/12368 2024-08-31 20:47:45 +08:00
Daniel
58e86d2d36
🎨 Improve Liandi clipping https://github.com/siyuan-note/siyuan/issues/12368 2024-08-31 18:25:08 +08:00
Yingyi / 颖逸
b924452eab
🧑‍💻 Fix API /api/asset/upload response body succMap field (#12361)
* 🐛 Fix API `/api/asset/upload` response body `succMap` field

* 🐛 Fix #12255
2024-08-30 09:43:16 +08:00
Daniel
6a3095c56c
🎨 No longer limits the number of dynamically loaded blocks in the editor https://github.com/siyuan-note/siyuan/issues/12359 2024-08-29 16:53:02 +08:00
Daniel
9f1906c003
🎨 Reindex only the current document after rolling back the document https://github.com/siyuan-note/siyuan/issues/12320 2024-08-29 11:44:47 +08:00
Daniel
4ff10086ed
♻️ Upgrade to FSRS-5 https://github.com/siyuan-note/siyuan/issues/12344 2024-08-28 18:17:46 +08:00
Daniel
6fb69303c8
🎨 https://github.com/siyuan-note/siyuan/pull/12353 2024-08-28 17:47:50 +08:00
ytm157
593e3141ab
🧑‍💻 Add a kernel API /api/filetree/getPathByID
* 🧑‍💻 Add a new api '/api/filetree/getPathByID'

* 🧑‍💻 Add a new api '/api/filetree/getPathByID'
2024-08-28 17:45:09 +08:00
Daniel
7d179f3282
⬆️ Upgrade kernel deps 2024-08-28 16:48:49 +08:00
Daniel
675d60fbb5
⬆️ Upgrade kernel deps 2024-08-28 16:45:40 +08:00
Daniel
a066d496ed
🔖 Release v3.1.4 2024-08-27 10:30:24 +08:00
Misuzu2027
13140edd6b
🧑‍💻 Add a parameter containChildren for the kernel API /api/ref/getBacklinkDoc
接口 `/api/ref/getBacklinkDoc` 和 `/api/ref/getBackmentionDoc`  添加参数 `containChildren` 。

Co-authored-by: weizelong <1710010123@qq.com>
2024-08-21 12:26:51 +08:00
Daniel
6c2c003718
🎨 Improve database text field exporting https://github.com/siyuan-note/siyuan/issues/12261 2024-08-17 08:32:49 +08:00
Daniel
f5e5816997
🧑‍💻 Improve kernel API getChildBlocks https://github.com/siyuan-note/siyuan/issues/12260 https://github.com/siyuan-note/siyuan/issues/8249 2024-08-16 20:49:34 +08:00
Daniel
52877f42d0
🎨 Improve asset name normalization when inserting/uploading https://github.com/siyuan-note/siyuan/issues/12255 2024-08-16 11:51:42 +08:00
Daniel
05167fefe4
🐛 Embed blocks are exported incorrectly https://github.com/siyuan-note/siyuan/issues/12250 2024-08-15 18:07:57 +08:00
Daniel
1695535350
🎨 Update the dom of code blocks https://github.com/siyuan-note/siyuan/issues/10769 2024-08-15 17:08:29 +08:00
Daniel
656d6ea86e
🎨 Code blocks support setting height https://github.com/siyuan-note/siyuan/issues/10769 2024-08-15 16:49:22 +08:00
Daniel
83b39b89e9
🎨 Code blocks support setting height https://github.com/siyuan-note/siyuan/issues/10769 2024-08-15 11:36:46 +08:00
Daniel
4ac3e9d397
🎨 Improve HTML kbd clipping https://github.com/siyuan-note/siyuan/issues/12242 2024-08-12 18:03:10 +08:00
Daniel
63083ad59d
🎨 Improve clipping https://github.com/siyuan-note/siyuan/issues/12237 https://github.com/siyuan-note/siyuan/issues/10987 2024-08-12 17:36:29 +08:00
Daniel
6777ace282
🎨 List item disconnection no longer affects database binding blocks https://github.com/siyuan-note/siyuan/issues/12235 2024-08-12 10:51:48 +08:00
Daniel
c86ed9bd59
🎨 Improve marketplace loading when offline https://github.com/siyuan-note/siyuan/issues/12050 2024-08-11 10:01:02 +08:00
Daniel
b908bae496
🎨 Improve database table view exporting https://github.com/siyuan-note/siyuan/issues/12232 2024-08-11 09:33:43 +08:00
Daniel
059362d7b6
🎨 Improve HTML details-summary clipping https://github.com/siyuan-note/siyuan/issues/12106 2024-08-10 18:21:07 +08:00
Daniel
85ece2f67c
⬆️ Upgrade kernel deps 2024-08-09 22:43:59 +08:00
Daniel
a4f22d1935
⬆️ Upgrade kernel deps 2024-08-09 17:34:20 +08:00
Daniel
341dffc522
⬆️ Upgrade kernel deps 2024-08-09 17:28:49 +08:00
Daniel
b763b4d482
🎨 Add the parent_id index for table blocks https://github.com/siyuan-note/siyuan/issues/12054 2024-08-09 09:29:59 +08:00
Daniel
37c80cc770
🐛 Wrong parsing virtual reference with \ before it https://github.com/siyuan-note/siyuan/issues/12206 2024-08-09 09:07:02 +08:00
Daniel
4cdd3ee470
🎨 Improve load tree failed logging 2024-08-09 08:56:17 +08:00
Daniel
059d47cf03
🎨 Custom dom, which will be omitted when build tree https://github.com/88250/lute/issues/206 2024-08-09 07:21:17 +08:00
Daniel
f9127e8e0f
🔒 Potential data export disclosure security vulnerability https://github.com/siyuan-note/siyuan/issues/12213 2024-08-08 10:58:43 +08:00
Daniel
f8374201de
🔒 Potential data export disclosure security vulnerability 2024-08-08 10:56:31 +08:00
Daniel
efa7112944
🔖 Release v3.1.3 2024-08-06 08:52:25 +08:00
Daniel
91a068ff52
🎨 Improve sort when importing markdown files https://github.com/siyuan-note/siyuan/issues/11390 2024-08-05 23:22:41 +08:00
Daniel
01dea02541
🎨 The marketplace package supports author name search https://github.com/siyuan-note/siyuan/issues/11673 2024-08-05 22:18:46 +08:00
Daniel
1c080f78f2
🎨 Improve logging https://github.com/siyuan-note/siyuan/issues/12104 2024-08-05 21:45:02 +08:00
Daniel
4451b0820d
🔥 Remove legacy database fixing code 2024-08-05 21:26:53 +08:00
Daniel
7d0b31a5a1
🎨 Improve parsing tree https://ld246.com/article/1722826829447 2024-08-05 21:25:24 +08:00
Daniel
ff19cc08af
🎨 Improve parsing tree https://ld246.com/article/1722826829447 2024-08-05 21:24:41 +08:00
Daniel
86f574a216
🎨 Improve parsing tree https://ld246.com/article/1722826829447 2024-08-05 21:24:02 +08:00
Daniel
30115901bd
🎨 Improve parsing tree https://ld246.com/article/1722826829447 2024-08-05 21:21:24 +08:00
Daniel
8a82ce0feb
🎨 Improve tx 2024-08-05 21:12:31 +08:00
Daniel
4153805335
🎨 Publish service prohibit find-replace https://github.com/siyuan-note/siyuan/issues/12168 2024-08-04 21:51:13 +08:00
Daniel
a5c02a78e8
🎨 Improve block update time filling https://github.com/siyuan-note/siyuan/issues/12182 2024-08-04 12:25:11 +08:00
Daniel
a070db1933
🎨 Ignore hidden files when cleaning unused assets https://github.com/siyuan-note/siyuan/issues/12172 2024-08-04 12:18:20 +08:00
Daniel
27c19ba396
🎨 Improve block update time filling https://github.com/siyuan-note/siyuan/issues/12182 2024-08-04 12:02:03 +08:00
Daniel
3cbb6138ed
🎨 The database-bound block is automatically added to the database after being copied as a replica https://github.com/siyuan-note/siyuan/issues/12140 2024-08-04 11:24:04 +08:00
Daniel
6312d50f57
🎨 Block ref dynamic anchor text no longer contains escape char https://github.com/siyuan-note/siyuan/issues/12187 2024-08-03 22:46:17 +08:00
Daniel
6215e37418
🎨 Improve data repo key importing https://github.com/siyuan-note/siyuan/issues/12183 2024-08-03 22:36:14 +08:00
Daniel
efb3c5dd36
🎨 Improve processing when a database-bound block changes its type https://github.com/siyuan-note/siyuan/issues/12152 2024-08-03 22:19:00 +08:00
Daniel
7c497108af
🎨 The database-bound block is automatically added to the database after being copied as a replica https://github.com/siyuan-note/siyuan/issues/12140 2024-08-03 21:55:10 +08:00
Daniel
07d2930739
🎨 Improve indexing completeness when exiting https://github.com/siyuan-note/siyuan/issues/12039 2024-08-02 10:04:21 +08:00
Daniel
7979054595
🎨 Improve sync logging 2024-08-01 20:25:53 +08:00
Daniel
bed84f11c4
🎨 Improve sync logging 2024-08-01 20:25:29 +08:00
Daniel
8646bb0b10
🎨 Improve indexing completeness when exiting https://github.com/siyuan-note/siyuan/issues/12039 2024-07-31 12:24:17 +08:00
Daniel
18016349e0
🔖 Release v3.1.2 2024-07-30 10:45:10 +08:00
Daniel
05eff1986e
🎨 Improve HTML code block clipping https://github.com/siyuan-note/siyuan/issues/12014 2024-07-30 10:14:57 +08:00
Daniel
e5078e8af5
🎨 Improve database date filed sorting https://github.com/siyuan-note/siyuan/issues/12127 2024-07-29 21:15:35 +08:00
Daniel
9a8802bf39
🎨 Improve HTML code clipping https://github.com/siyuan-note/siyuan/issues/11924 2024-07-28 22:45:15 +08:00
Daniel
4063184c09
🎨 Improve HTML kbd clipping https://github.com/siyuan-note/siyuan/issues/12027 2024-07-28 22:17:11 +08:00
Daniel
1f46d16055
🎨 Supports converting network assets in the database to local https://github.com/siyuan-note/siyuan/issues/12096 2024-07-26 19:04:01 +08:00
Daniel
b4ece87cc0
🎨 Supports converting network assets in the database to local https://github.com/siyuan-note/siyuan/issues/12096 2024-07-26 18:55:01 +08:00
Daniel
df8d70995c
♻️ Supports converting network assets in the database to local https://github.com/siyuan-note/siyuan/issues/12096 2024-07-26 18:41:46 +08:00
Daniel
db6f17e91c
🎨 Improve av binding block https://github.com/siyuan-note/siyuan/issues/12090 2024-07-25 17:34:47 +08:00
Daniel
715d8c26af
🎨 Improve HTML code block clipping https://github.com/siyuan-note/siyuan/issues/12014 2024-07-25 11:42:10 +08:00
Daniel
cfdec8fcda
🐛 Exporting embedded heading blocks without blocks underneath Fix https://github.com/siyuan-note/siyuan/issues/12075 2024-07-24 21:31:55 +08:00
Daniel
fc4f614e72
🎨 Improve block ref searching https://github.com/siyuan-note/siyuan/issues/12010 2024-07-24 21:08:36 +08:00
Daniel
afcb666892
🎨 Improve block ref searching https://github.com/siyuan-note/siyuan/issues/12010 2024-07-24 12:07:40 +08:00
Daniel
e652434858
⬆️ Upgrade kernel deps 2024-07-24 11:47:56 +08:00
Daniel
9cc334698b
🎨 The database-bound block is automatically added to the database after being copied as a replica https://github.com/siyuan-note/siyuan/issues/11959 2024-07-24 11:23:21 +08:00
Daniel
74c6b9ba00
🐛 Abnormal heading block update time https://github.com/siyuan-note/siyuan/issues/11996 2024-07-24 10:55:43 +08:00
Daniel
f622b42f36
🎨 The database-bound block is automatically added to the database after being copied as a replica https://github.com/siyuan-note/siyuan/issues/11959 2024-07-24 10:25:41 +08:00
Daniel
935efd7d3d
🎨 The database-bound block is automatically added to the database after being copied as a replica https://github.com/siyuan-note/siyuan/issues/11959 2024-07-17 09:59:22 +08:00
Daniel
1645099945
🎨 Improve outline panel escape rendering Fix https://github.com/siyuan-note/siyuan/issues/12001 2024-07-17 09:22:12 +08:00
Daniel
a18559e6d0
🎨 Improve database template field exporting Fix https://github.com/siyuan-note/siyuan/issues/11988 2024-07-16 23:44:15 +08:00
Daniel
1a34e49edf
🐛 Abnormal heading block update time Fix https://github.com/siyuan-note/siyuan/issues/11996 2024-07-16 17:47:35 +08:00
Daniel
bcd12057bc
🎨 Improve block ref anchor text exporting Fix https://github.com/siyuan-note/siyuan/issues/11995 2024-07-16 10:44:57 +08:00
Daniel
687421fe62
🔖 Release v3.1.1 2024-07-16 09:15:21 +08:00
Daniel
5e2f5859c6
🐛 Abnormal heading block update time https://github.com/siyuan-note/siyuan/issues/11985 2024-07-16 09:15:20 +08:00
Daniel
8bf6646514
🎨 Support find replace block ref anchor text https://github.com/siyuan-note/siyuan/issues/11978 2024-07-16 09:15:20 +08:00
Daniel
6fc0e43b77
Improve blocktree storage performance 2024-07-16 09:15:19 +08:00
Daniel
eb0879812f
Improve recent docs loading performance Fix https://github.com/siyuan-note/siyuan/issues/11977 2024-07-16 09:15:19 +08:00
Daniel
f75e383728
Improve global searching (group by doc) performance https://github.com/siyuan-note/siyuan/issues/11951 2024-07-16 09:15:18 +08:00
Daniel
5f56e42dee
Improve block ref searching performance https://github.com/siyuan-note/siyuan/issues/11951 2024-07-16 09:15:18 +08:00
Daniel
d4b60520d9
Improve block ref searching performance https://github.com/siyuan-note/siyuan/issues/11951 2024-07-16 09:15:18 +08:00
Daniel
ceff2d1da4
⬆️ Upgrade lute https://github.com/siyuan-note/siyuan/issues/11971 2024-07-16 09:15:17 +08:00
Daniel
f22bec9fd6
🎨 Improve database text field exporting https://github.com/siyuan-note/siyuan/issues/11945 2024-07-16 09:15:17 +08:00
Daniel
1a881e35f7
🐛 Non-desktop ends cannot export Markdown https://github.com/siyuan-note/siyuan/issues/11953 2024-07-16 09:15:16 +08:00
Daniel
c9462f691d
🎨 The images in the databases are not uploaded to the community hosting https://github.com/siyuan-note/siyuan/issues/11948 2024-07-16 09:15:15 +08:00
Daniel
47aaee4a3b
🎨 Improve database text field exporting https://github.com/siyuan-note/siyuan/issues/11945 2024-07-16 09:15:15 +08:00
Yingyi / 颖逸
f46f250ac5
🎨 Fixed the issue of WebSocket asynchronous initialization
* 🐛 Fixed the issue where WebSocket broadcast was used before initialization was complete

修复 WebSocket 广播未初始化完成即使用的问题

* 🎨 Improved broadcast-related APIs

改进广播相关 API
2024-07-16 09:15:14 +08:00
Daniel
fd0c231b94
🎨 Improve database asset field exporting https://github.com/siyuan-note/siyuan/issues/11903 2024-07-16 09:15:14 +08:00
Daniel
1e0eb6dc90
🎨 Improve exporting https://github.com/siyuan-note/siyuan/issues/11932 2024-07-16 09:15:14 +08:00
Daniel
1ae355f844
🐛 Data syncing not working on some devices https://github.com/siyuan-note/siyuan/issues/11943 2024-07-16 09:15:13 +08:00
Daniel
bbf2ce4ba0
🐛 After changing the History Retention Days, the file history cannot be displayed https://github.com/siyuan-note/siyuan/issues/11935 2024-07-16 09:15:13 +08:00
Daniel
3d36355e2b
Improve spaced repetition loading performance https://github.com/siyuan-note/siyuan/issues/11927 2024-07-09 23:25:28 +08:00
Daniel
d0e64e4af1
🔖 Release v3.1.0 2024-07-09 09:43:41 +08:00