Commit graph

609 commits

Author SHA1 Message Date
Daniel
0ff99f758a
🎨 Add a template function getHPathByID https://github.com/siyuan-note/siyuan/issues/11734 2024-09-19 22:18:43 +08:00
Daniel
74d3302b09
🎨 Improve exporting data disk check for desktop-end https://github.com/siyuan-note/siyuan/issues/12473 2024-09-16 16:41:50 +08:00
Daniel
89f46b8148
♻️ Improve sorting 2024-09-14 22:07:09 +08:00
Daniel
f50c0d606d
🎨 Supports disabling Markdown * and _ syntax input https://github.com/siyuan-note/siyuan/issues/11206 2024-09-13 11:18:58 +08:00
Daniel
8b2c08439f
🎨 Refresh associated blocks after find-replacing and rolling back doc
https://github.com/siyuan-note/siyuan/issues/12439
https://github.com/siyuan-note/siyuan/issues/12438
2024-09-11 17:22:16 +08:00
Daniel
3eec016723
🔖 Release v3.1.6 2024-09-10 10:24:51 +08:00
Yingyi / 颖逸
9cff5cc235
🧑‍💻 Kernel serve WebDAV service on path /webdav/ (#12412)
* 🎨 Add a WebDAV service to the kernel

* 🎨 Add more writable WebDAV methods
2024-09-08 10:00:09 +08:00
Daniel
43867e0855
🎨 Improve dynamic anchor text and ref count auto-refresh stability https://github.com/siyuan-note/siyuan/issues/8234 2024-09-07 12:05:56 +08:00
Daniel
fa3abe615e
🎨 Improve dynamic anchor text auto-refresh stability https://github.com/siyuan-note/siyuan/issues/8234 2024-09-06 16:52:36 +08:00
Daniel
57f95b1d59
🎨 Improve dynamic anchor text auto-refresh stability https://github.com/siyuan-note/siyuan/issues/8234 2024-09-06 11:46:49 +08:00
Daniel
e9f7cc0d52
🎨 Improve dynamic anchor text auto-refresh stability https://github.com/siyuan-note/siyuan/issues/8234 2024-09-06 11:03:51 +08:00
Daniel
1f30848d8d
🎨 Improve dynamic anchor text auto-refresh stability https://github.com/siyuan-note/siyuan/issues/8234 2024-09-06 10:09:28 +08:00
Daniel
e5df997e19
🎨 Improve dynamic anchor text auto-refresh stability https://github.com/siyuan-note/siyuan/issues/8234 2024-09-06 09:49:46 +08:00
Daniel
ca17aee797
🎨 Improve dynamic anchor text auto-refresh stability https://github.com/siyuan-note/siyuan/issues/8234 2024-09-06 00:04:09 +08:00
Daniel
108dc32098
♻️ Implement some delayed kernel events using task queues https://github.com/siyuan-note/siyuan/issues/12393 2024-09-05 22:13:28 +08:00
Daniel
09eec52a02
♻️ Implement some delayed kernel events using task queues https://github.com/siyuan-note/siyuan/issues/12393 2024-09-05 18:07:04 +08:00
Daniel
9560277d0c
♻️ Implement some delayed kernel events using task queues https://github.com/siyuan-note/siyuan/issues/12393 2024-09-05 12:11:13 +08:00
Oleksandr Redko
b100721fee
♻️ Refactor Go to err != nil, err == nil (#12385) 2024-09-04 09:40:50 +08:00
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