Daniel
|
23a3452a5e
|
🎨 Improve HTML clipping https://github.com/siyuan-note/siyuan/issues/13355
|
2024-12-05 00:21:45 +08:00 |
|
Vanessa
|
c77a3405a7
|
Merge remote-tracking branch 'origin/dev' into dev
|
2024-12-04 23:41:09 +08:00 |
|
Vanessa
|
3ce968b63d
|
🎨 https://github.com/siyuan-note/siyuan/issues/13252
|
2024-12-04 23:40:49 +08:00 |
|
Daniel
|
4a1960516f
|
🎨 Simplify document block paths in search results https://github.com/siyuan-note/siyuan/issues/13364
|
2024-12-04 23:33:41 +08:00 |
|
Daniel
|
a1c21e9261
|
🎨 Simplify document block paths in block ref search list https://github.com/siyuan-note/siyuan/issues/13364
|
2024-12-04 23:19:36 +08:00 |
|
Daniel
|
1a48215076
|
🎨 Improve document tag adding interaction https://github.com/siyuan-note/siyuan/issues/13311
|
2024-12-04 22:53:36 +08:00 |
|
Vanessa
|
0050a791fa
|
Merge remote-tracking branch 'origin/dev' into dev
|
2024-12-04 22:40:13 +08:00 |
|
Vanessa
|
277e75f5d1
|
🎨 https://github.com/siyuan-note/siyuan/issues/13311
|
2024-12-04 22:39:57 +08:00 |
|
Daniel
|
22190b532d
|
🐛 File names ending with . will be considered as missing assets
🎨 Improve HTML clipping https://github.com/siyuan-note/siyuan/issues/13355
|
2024-12-04 22:37:44 +08:00 |
|
Vanessa
|
821a58d895
|
🎨 https://github.com/siyuan-note/siyuan/issues/13349
|
2024-12-04 22:23:36 +08:00 |
|
Vanessa
|
7ace8bb5c9
|
Merge remote-tracking branch 'origin/dev' into dev
|
2024-12-04 21:27:33 +08:00 |
|
Vanessa
|
f1ae434e13
|
🐛 https://github.com/siyuan-note/siyuan/issues/13335
|
2024-12-04 21:27:18 +08:00 |
|
Daniel
|
2e148ef6b1
|
🐛 No results found after clicking on the inline tag https://github.com/siyuan-note/siyuan/issues/13351
|
2024-12-04 20:28:01 +08:00 |
|
Vanessa
|
61d69cc213
|
🔇 https://github.com/siyuan-note/siyuan/issues/13346
|
2024-12-04 19:46:49 +08:00 |
|
Vanessa
|
c36d397877
|
Merge remote-tracking branch 'origin/dev' into dev
|
2024-12-04 18:15:56 +08:00 |
|
Vanessa
|
d8c3bf25ed
|
💄 https://github.com/siyuan-note/siyuan/issues/13359
|
2024-12-04 18:15:44 +08:00 |
|
Daniel
|
f5b806927e
|
🐛 The sequence number of the ordered list exported to .docx is incorrect https://github.com/siyuan-note/siyuan/issues/13365
|
2024-12-04 18:09:08 +08:00 |
|
Daniel
|
e58a869e0e
|
🎨 Support HarmonyOS NEXT system
|
2024-12-04 18:09:08 +08:00 |
|
Vanessa
|
9693adb9e7
|
Merge remote-tracking branch 'origin/dev' into dev
|
2024-12-04 18:04:11 +08:00 |
|
Vanessa
|
3579ada555
|
🎨 https://github.com/siyuan-note/siyuan/issues/13362
|
2024-12-04 18:03:58 +08:00 |
|
Daniel
|
facccdf9b6
|
🎨 Improve mobile boot
|
2024-12-04 11:26:03 +08:00 |
|
Daniel
|
39386ff4f5
|
⬆️ Upgrade lute
|
2024-12-04 11:26:02 +08:00 |
|
Vanessa
|
6d44efe596
|
🎨 https://github.com/siyuan-note/siyuan/issues/13027
|
2024-12-04 11:24:54 +08:00 |
|
Vanessa
|
a5ca9f1620
|
🎨 https://github.com/siyuan-note/siyuan/issues/13027
|
2024-12-04 11:02:48 +08:00 |
|
Vanessa
|
a82b9c23fb
|
🎨 https://github.com/siyuan-note/siyuan/pull/13326
|
2024-12-04 09:24:54 +08:00 |
|
Jeffrey Chen
|
eac2902d9b
|
Improve tooltip (#13326)
* 减少元素更新
* 改进悬浮提示元素位置计算
messageElement.innerHTML = message; 会更新元素的内容,元素此时的 left 属性会对元素的宽度产生影响,导致更新后的元素(比如元素内的文本意外换行了)与直接新建的元素(元素内的文本不会换行)宽度不一致。messageElement.clientWidth 会获取到不符合预期的宽度,进而导致 left 计算错误。
* fix https://github.com/siyuan-note/siyuan/issues/12680
* 隐藏悬浮提示增加少许延迟,避免在相邻的元素间移动时悬浮提示频繁闪烁
* 频率高的放前面
|
2024-12-04 08:53:53 +08:00 |
|
Vanessa
|
ded16deb13
|
Merge remote-tracking branch 'origin/dev' into dev
|
2024-12-03 23:57:15 +08:00 |
|
Vanessa
|
e8d3eec13c
|
🐛 https://github.com/siyuan-note/siyuan/issues/13361
|
2024-12-03 23:56:49 +08:00 |
|
Jeffrey Chen
|
a80a5ea657
|
📝 Improve text (#13352)
|
2024-12-03 18:29:14 +08:00 |
|
Vanessa
|
07334bed6a
|
🐛 CSS
|
2024-12-03 14:01:51 +08:00 |
|
Daniel
|
1710194122
|
🔖 Release v3.1.14
|
2024-12-03 08:36:34 +08:00 |
|
Daniel
|
062c9ba51e
|
⬆️ Upgrade kernel deps
|
2024-12-03 08:23:20 +08:00 |
|
Vanessa
|
5c7eb2e341
|
Merge remote-tracking branch 'origin/dev' into dev
|
2024-12-03 00:30:09 +08:00 |
|
Vanessa
|
53ff151369
|
🎨 https://github.com/siyuan-note/siyuan/issues/13320
|
2024-12-03 00:29:53 +08:00 |
|
Daniel
|
dcf7705552
|
🎨 Support HarmonyOS NEXT system
|
2024-12-03 00:18:03 +08:00 |
|
Daniel
|
4cbe4684b8
|
🎨 Support HarmonyOS NEXT system
|
2024-12-03 00:15:50 +08:00 |
|
Daniel
|
f54195c7b4
|
🎨 Support HarmonyOS NEXT system
|
2024-12-03 00:08:46 +08:00 |
|
Daniel
|
204f2fd1db
|
🎨 Support HarmonyOS NEXT system
|
2024-12-02 21:40:26 +08:00 |
|
Daniel
|
160143c275
|
🎨 Support HarmonyOS NEXT system
|
2024-12-02 21:12:21 +08:00 |
|
Daniel
|
df19d66101
|
🎨 Support HarmonyOS NEXT system
|
2024-12-02 20:44:58 +08:00 |
|
Daniel
|
1036bc3f4a
|
🎨 Support HarmonyOS NEXT system
|
2024-12-02 20:28:50 +08:00 |
|
Vanessa
|
9b6a315f07
|
🎨 https://github.com/siyuan-note/siyuan/issues/13334
|
2024-12-02 20:22:00 +08:00 |
|
Vanessa
|
ea029d571e
|
Merge remote-tracking branch 'origin/dev' into dev
|
2024-12-02 20:13:05 +08:00 |
|
Vanessa
|
9a572bad71
|
🎨 https://github.com/siyuan-note/siyuan/issues/13181
|
2024-12-02 20:12:48 +08:00 |
|
Daniel
|
4aedef073d
|
🎨 Improve exporting block ref https://github.com/siyuan-note/siyuan/issues/13283
|
2024-12-02 11:50:32 +08:00 |
|
Daniel
|
ee15219bbc
|
🎨 Clean code
|
2024-12-02 10:05:36 +08:00 |
|
Daniel
|
6970492034
|
🐛 Fix NPE
|
2024-12-02 10:05:22 +08:00 |
|
Daniel
|
a66960ae60
|
📝 Update changelogs
|
2024-12-02 00:24:28 +08:00 |
|
Vanessa
|
fdee19e703
|
🎨 https://github.com/siyuan-note/siyuan/issues/13324
|
2024-12-02 00:10:03 +08:00 |
|
Daniel
|
3a53fd4a9a
|
🐛 Fix NPE
|
2024-12-01 23:33:33 +08:00 |
|