Commit graph

591 commits

Author SHA1 Message Date
Daniel
260a47761a
🔖 Release v3.1.5 2024-09-03 10:00:17 +08:00
Daniel
a066d496ed
🔖 Release v3.1.4 2024-08-27 10:30:24 +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
efa7112944
🔖 Release v3.1.3 2024-08-06 08:52:25 +08:00
Daniel
18016349e0
🔖 Release v3.1.2 2024-07-30 10:45:10 +08:00
Daniel
6fd85a4c6a
🔖 Release v3.1.1 2024-07-16 08:54:00 +08:00
Daniel
457f94159f
🐛 Non-desktop ends cannot export Markdown https://github.com/siyuan-note/siyuan/issues/11953 2024-07-13 22:00:51 +08:00
Daniel
d0e64e4af1
🔖 Release v3.1.0 2024-07-09 09:43:41 +08:00
Daniel
e92eac7b63
🎨 Improve cloud disk detect 2024-06-23 20:30:47 +08:00
Daniel
7a3d4a05ad
♻️ Refactor the blocktree storage https://github.com/siyuan-note/siyuan/issues/11773 2024-06-20 23:59:27 +08:00
Daniel
aa7a745eb2
🎨 Custom Emoji folders no longer require manual refresh when they change https://github.com/siyuan-note/siyuan/issues/11749 2024-06-18 19:25:22 +08:00
崮生
c0bd645048
Kernel API OCR returns text coordinate information (#11738)
* 优化setImageOCRText接口调用

* 扩展 ocr 接口,添加 ocrJSON 返回字段

* 过滤不可见字符

* 返回的ocr文本添加空格
2024-06-16 22:55:22 +08:00
崮生
b590091c9e
🎨 Remove the check for !TesseractEnabled when saving OCR recognition results (#11708)
* 去除保存ocr识别结果时对 !TesseractEnabled 的检测

* 🐛 https://github.com/siyuan-note/siyuan/issues/11709

* https://github.com/siyuan-note/siyuan/pull/11708

修改ocr相关接口

* https://github.com/siyuan-note/siyuan/pull/11708

修改前端相关代码

* Update router.go

* Update router.go

---------

Co-authored-by: Vanessa <lly219@gmail.com>
2024-06-15 17:51:48 +08:00
Yingyi / 颖逸
ba2193403d
Support read-only publish service
* 🎨 kernel supports read-only publishing services

* 🐛 Fix authentication vulnerabilities

* 🎨 Protect secret information

* 🎨 Adjust the permission control

* 🎨 Adjust the permission control

* 🎨 Fixed the vulnerability that `getFile` gets file `conf.json`

* 🎨 Add API `/api/setting/setPublish`

* 🎨 Add API `/api/setting/getPublish`

* 🐛 Fixed the issue that PWA-related files could not pass BasicAuth

* 🎨 Add a settings panel for publishing features

* 📝 Add guide for `Publish Service`

* 📝 Update Japanese user guide

* 🎨 Merge fixed static file services
2024-06-12 21:03:51 +08:00
Daniel
1d5a486d57
🎨 Remove invisible characters from file names when uploading assets https://github.com/siyuan-note/siyuan/issues/11683 2024-06-11 17:40:33 +08:00
Daniel
68585e21e3
🎨 Keep the width when duplicating database table view field https://github.com/siyuan-note/siyuan/issues/11552 2024-06-10 16:25:57 +08:00
Daniel
f9317ce744
🎨 Windoar arm64 and Linux arm64 no longer packing pandoc https://github.com/siyuan-note/siyuan/issues/11649 2024-06-05 11:50:16 +08:00
Daniel
cfec6bc600
🔖 Release v3.0.17 2024-06-03 23:58:39 +08:00
Daniel
0d0aa65881
🎨 Update editor markdown settings default to true https://ld246.com/article/1717254690370 2024-06-02 21:01:59 +08:00
Daniel
7b4d297ade
🎨 The User Guide is no longer opened repeatedly when multiple windows exist https://github.com/siyuan-note/siyuan/issues/11588 2024-05-31 10:47:24 +08:00
Daniel
36493a8a3a
🎨 Improve importing Markdown folder https://github.com/siyuan-note/siyuan/issues/11567 2024-05-29 11:26:57 +08:00
Daniel
4dd7b02a95
🔖 Release v3.0.16 2024-05-28 09:16:23 +08:00
Daniel
269f0afc1c
🐛 Fix NPE https://github.com/siyuan-note/siyuan/issues/11508 2024-05-23 08:25:36 +08:00
Daniel
0f4c7568ab
🔖 Release v3.0.15 2024-05-21 08:24:09 +08:00
Daniel
b670cdb29a
🐛 Negative numbers are treated as positive numbers when calculating template field values https://github.com/siyuan-note/siyuan/issues/11446 2024-05-17 21:42:42 +08:00
Daniel
61a89f6c46
🔖 Release v3.0.14 2024-05-14 08:07:09 +08:00
Daniel
749ed8a4ac
🎨 If a file with the same name exists during export PDF/Docx, it will be automatically renamed https://github.com/siyuan-note/siyuan/issues/11357 2024-05-12 17:37:32 +08:00
Daniel
dc60d1b851
🔖 Release v3.0.13 2024-05-07 09:25:27 +08:00
Jeffrey Chen
65ab8a8d0a
jp_JP → ja_JP (#11219) 2024-05-01 17:43:03 +08:00
Daniel
6e0da992af
🎨 Internationalization supports Japanese https://github.com/siyuan-note/siyuan/pull/11212 2024-05-01 16:10:26 +08:00
Daniel
1963f5fd5b
🔖 Release v3.0.12 2024-04-30 09:12:18 +08:00
Daniel
04764e7546
🎨 Update S3 default timeout to 60s 2024-04-29 23:26:55 +08:00
Daniel
e050f760de
🎨 OCR 未启用时不保存 ocr-texts.json https://github.com/siyuan-note/siyuan/issues/11171 2024-04-29 16:30:46 +08:00
Daniel
af694f6301
🎨 OCR 未启用时不保存 ocr-texts.json https://github.com/siyuan-note/siyuan/issues/11171 2024-04-29 16:28:43 +08:00
Daniel
52850a6387
🎨 Add template func FormatFloat https://github.com/siyuan-note/siyuan/issues/11158 2024-04-26 22:14:17 +08:00
Daniel
032c1e2dc6
🎨 Add template func FormatFloat https://github.com/siyuan-note/siyuan/issues/11158 2024-04-26 22:07:35 +08:00
Daniel
f098655046
🎨 Supports disabling Markdown syntax input for some inline elements https://github.com/siyuan-note/siyuan/issues/11141 2024-04-26 17:40:18 +08:00
Daniel
b9f269ae85
🎨 Supports disabling Markdown syntax input for some inline elements https://github.com/siyuan-note/siyuan/issues/11141 2024-04-26 12:08:01 +08:00
Daniel
d88731712d
🎨 Refresh the doc tree after data sync generates conflicting documents https://github.com/siyuan-note/siyuan/issues/11137 2024-04-25 19:14:35 +08:00
Daniel
d9351213da
🎨 Improve disk usage display https://github.com/siyuan-note/siyuan/issues/11121 2024-04-24 20:11:55 +08:00
Daniel
1bc11a1a9a
🎨 Improve disk usage display https://github.com/siyuan-note/siyuan/issues/11121 2024-04-24 19:51:15 +08:00
Daniel
a4c05c25b4
🎨 The database relation fields follow the change after the primary key field is changed https://github.com/siyuan-note/siyuan/issues/11117 2024-04-23 18:22:51 +08:00
Daniel
51455b16a8
🔖 Release v3.0.11 2024-04-23 13:30:25 +08:00
Daniel
7f98213879
🎨 Improve mirror database blocks reload 2024-04-21 18:18:23 +08:00
Daniel
9b64cf0079
🔖 Release v3.0.10 2024-04-16 09:31:28 +08:00
Daniel
47aa891f34
🎨 Improve database template field calc https://github.com/siyuan-note/siyuan/issues/11011 2024-04-13 11:45:33 +08:00
Daniel
0b1761f9b0
🔖 Release v3.0.9 2024-04-11 08:55:50 +08:00
Daniel
58038ae90d
🔖 Release v3.0.8 2024-04-09 08:32:16 +08:00
Daniel
6c812b1ca9
♻️ Improve outline loading mechanism https://github.com/siyuan-note/siyuan/issues/10884 2024-04-08 17:02:36 +08:00
Daniel
de0b64f8ca
🎨 https://github.com/siyuan-note/siyuan/issues/10884 2024-04-08 10:49:47 +08:00