Daniel
543e99bb35
📝 Fix some broken references in Chinese user guide https://github.com/siyuan-note/siyuan/issues/9059
2023-08-28 11:23:39 +08:00
Vanessa
f7ce3e0907
🎨 fix https://github.com/siyuan-note/siyuan/issues/9056
2023-08-28 11:20:19 +08:00
Vanessa
f1a5692e04
Merge remote-tracking branch 'origin/dev' into dev
2023-08-28 11:13:36 +08:00
Vanessa
66048dc1bd
🎨 fix https://github.com/siyuan-note/siyuan/issues/9058
2023-08-28 11:13:16 +08:00
Daniel
151022b618
📝 Add the main menu shortcut key Alt+\ and arrow keys to select items on the desktop https://github.com/siyuan-note/siyuan/issues/9055
2023-08-28 10:54:48 +08:00
Vanessa
b09a276a7d
✨ fix https://github.com/siyuan-note/siyuan/issues/9055
2023-08-28 10:50:03 +08:00
Vanessa
5d4e497a58
Merge remote-tracking branch 'origin/dev' into dev
2023-08-28 10:01:45 +08:00
Vanessa
fa9c0b0ffa
🎨 ¥¥
2023-08-28 10:01:27 +08:00
Daniel
9612e41cf7
🎨 Limit memory usage of PDF parsing https://github.com/siyuan-note/siyuan/pull/9051
2023-08-27 17:49:21 +08:00
Daniel
f755daee1e
🎨 Limit memory usage of PDF parsing https://github.com/siyuan-note/siyuan/pull/9051
2023-08-27 17:46:23 +08:00
Daniel
06f6534402
🎨 Limit memory usage of PDF parsing https://github.com/siyuan-note/siyuan/pull/9051
2023-08-27 17:46:06 +08:00
Daniel
0ec9a28763
⬆️ Upgrade kernel deps
2023-08-27 17:41:39 +08:00
Daniel
c1924d0a78
⬆️ Upgrade kernel deps
2023-08-27 17:35:31 +08:00
Vanessa
9fe5b6cb94
Merge remote-tracking branch 'origin/dev' into dev
2023-08-27 12:10:57 +08:00
Vanessa
966e1d4a5c
🎨 https://github.com/siyuan-note/siyuan/issues/8683
2023-08-27 12:10:35 +08:00
Daniel
d3fa2bc547
🎨 PDF files longer than 1024 pages are not included in asset file content searching https://github.com/siyuan-note/siyuan/issues/9053
2023-08-27 11:17:53 +08:00
Daniel
7d6c101813
🎨 PDF files longer than 1024 pages are not included in asset file content searching https://github.com/siyuan-note/siyuan/issues/9053
2023-08-27 11:13:39 +08:00
Daniel
184b4aa074
🎨 PDF files longer than 1024 pages are not included in asset file content searching https://github.com/siyuan-note/siyuan/issues/9053
2023-08-27 11:12:11 +08:00
Daniel
9cfcec2310
🎨 PDF files longer than 1024 pages are not included in asset file content searching https://github.com/siyuan-note/siyuan/issues/9053
2023-08-27 11:09:37 +08:00
Daniel
b578506ea5
🎨 PDF files longer than 1024 pages are not included in asset file content searching https://github.com/siyuan-note/siyuan/issues/9053
2023-08-27 11:09:19 +08:00
Daniel
fd32668abc
🎨 PDF files longer than 1024 pages are not included in asset file content searching https://github.com/siyuan-note/siyuan/issues/9053
2023-08-27 11:02:36 +08:00
Daniel
4baeeed1ec
🎨 Non-UTF-8 encoded text files are not included in asset file content searching Fix https://github.com/siyuan-note/siyuan/issues/9052
2023-08-27 10:53:48 +08:00
nekrondev
f4e840fae6
feat(assets): improve PDF asset parser performance ( #9051 )
...
This commit will change the single-threaded behavior of
PDF parser into multi-threaded worker pool
speeding up PDF parsing into text
Co-authored-by: Heiko Besemann <heiko.besemann@qbeyond.de>
2023-08-26 22:44:14 +08:00
Daniel
0beca364fa
🎨 Add kernel API /api/archive/zip
and /api/archive/unzip
Fix https://github.com/siyuan-note/siyuan/issues/9028
2023-08-26 22:38:02 +08:00
Vanessa
ccff6efc98
🐛 fix https://github.com/siyuan-note/siyuan/issues/9020
2023-08-25 17:04:49 +08:00
Vanessa
443c1423d8
Merge remote-tracking branch 'origin/dev' into dev
2023-08-25 15:47:58 +08:00
Vanessa
69f5e75fd1
🎨 fix https://github.com/siyuan-note/siyuan/issues/9041
2023-08-25 15:47:47 +08:00
Daniel
b4e53f0e4d
⬆️ Upgrade electron builder
2023-08-25 12:02:36 +08:00
Daniel
ee856d74e1
♻️ Upgrade Electron Fix https://github.com/siyuan-note/siyuan/issues/8982
2023-08-25 11:58:10 +08:00
Daniel
f38cd184dc
🎨 Inline element custom attribute https://github.com/siyuan-note/siyuan/issues/9038
2023-08-25 10:51:40 +08:00
Daniel
84475df22d
🐛 Optimize typography
exception in case of task list and heading Fix https://github.com/siyuan-note/siyuan/issues/9035
2023-08-25 00:22:51 +08:00
Vanessa
67082df105
🎨 fix https://github.com/siyuan-note/siyuan/issues/9033
2023-08-24 12:19:55 +08:00
Vanessa
5897386e60
Merge remote-tracking branch 'origin/dev' into dev
2023-08-24 11:57:22 +08:00
Vanessa
55bb5e4348
🎨 fix https://github.com/siyuan-note/siyuan/issues/9029
2023-08-24 11:57:00 +08:00
Yingyi / 颖逸
2f75010785
Add APIs for message broadcast ( #9031 )
...
* 🎨 Add API for broadcast
* 🎨 Add API `/api/broadcast/getListenerCount`
* 🎨 Add API GET `/api/broadcast/channels`
* 🎨 Add API POST `/api/broadcast/getChannelInfo`
* Update broadcast.go
* Update broadcast.go
2023-08-23 17:31:59 +08:00
Vanessa
f1e875698a
🎨 fix https://github.com/siyuan-note/siyuan/issues/9007
2023-08-23 17:29:58 +08:00
Vanessa
530f011686
🎨 fix https://github.com/siyuan-note/siyuan/issues/9015
2023-08-23 13:48:11 +08:00
Vanessa
f0c9203e33
Merge remote-tracking branch 'origin/dev' into dev
2023-08-23 11:32:37 +08:00
Vanessa
477df7aa7c
🎨 fix https://github.com/siyuan-note/siyuan/issues/9018
2023-08-23 11:32:25 +08:00
Daniel
c00270cf01
🐛 Unable to open the doc when the block pointed by the scroll position does not exist Fix https://github.com/siyuan-note/siyuan/issues/9030
2023-08-23 10:18:11 +08:00
Daniel
092b8b16ca
🎨 AI Maximum number of Tokens
setting value is no longer limited Fix https://github.com/siyuan-note/siyuan/issues/9023
2023-08-23 09:41:15 +08:00
Daniel
53cb2c700a
📝 Update README
2023-08-21 23:48:13 +08:00
Daniel
dd0e779689
🔖 Release v2.10.1
2023-08-21 22:55:29 +08:00
Daniel
e08133ea88
📝 Remove links to github.com from the user guide https://github.com/siyuan-note/siyuan/issues/9011
2023-08-21 21:11:06 +08:00
Daniel
5868ae1102
🔖 Release v2.10.1
2023-08-21 21:11:05 +08:00
Vanessa
45a19992aa
💄
2023-08-21 19:57:33 +08:00
Vanessa
551e2d8321
Merge remote-tracking branch 'origin/dev' into dev
2023-08-21 13:50:36 +08:00
Vanessa
45e0303c9b
🎨 fix https://github.com/siyuan-note/siyuan/issues/8993
2023-08-21 13:49:47 +08:00
Daniel
d5e9d6f9a1
📝 Update text
2023-08-21 12:37:17 +08:00
Daniel
4c71570a43
🔖 Release v2.10.1
2023-08-21 12:27:29 +08:00