Commit graph

34 commits

Author SHA1 Message Date
Jeffrey Chen
9642f486bd
♻️ Bazaar uses a map to replace the i18n struct (#16960)
- package.go:DisplayName/Description/Readme 改为 map[string]string,统一 getPreferredLocaleString
- bazzar.go:搜索匹配适配 LocaleStrings,抽出 packageContainsKeyword
- bazaar.ts:keyword 仅在有值时传入 API
- appearance:主题「默认主题」与 displayName 改为多语言 key 与 map 取值
2026-02-03 09:59:36 +08:00
Daniel
4ce296d7ae
🎨 https://github.com/siyuan-note/siyuan/issues/16909#issuecomment-3830047085
Signed-off-by: Daniel <845765@qq.com>
2026-02-01 09:49:49 +08:00
Jeffrey Chen
5f2002ca68
📝 Improve text (#16955) 2026-01-31 21:47:50 +08:00
Daniel
bdec014828
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
Signed-off-by: Daniel <845765@qq.com>
2026-01-30 00:03:58 +08:00
Daniel
5a4e5daf7c
🎨 Support HTTPS network serving https://github.com/siyuan-note/siyuan/pull/16930
Signed-off-by: Daniel <845765@qq.com>
2026-01-29 18:07:44 +08:00
Daniel
bf0f6b51fc
🎨 Support HTTPS network serving https://github.com/siyuan-note/siyuan/pull/16930
Signed-off-by: Daniel <845765@qq.com>
2026-01-29 18:01:43 +08:00
Daniel
717960b538
🎨 Support HTTPS network serving https://github.com/siyuan-note/siyuan/pull/16930
Signed-off-by: Daniel <845765@qq.com>
2026-01-29 10:00:02 +08:00
Daniel
a5b863a4eb
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 23:03:21 +08:00
Daniel
dcb1d5e941
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 22:27:34 +08:00
Daniel
cf79a5db32
🎨 New export settings: Include sub-docs, Include related docs https://github.com/siyuan-note/siyuan/issues/13635
Signed-off-by: Daniel <845765@qq.com>
2026-01-18 23:00:19 +08:00
Daniel
f46acdf0bb
🎨 https://github.com/siyuan-note/siyuan/issues/16850#issuecomment-3763970952
Signed-off-by: Daniel <845765@qq.com>
2026-01-17 23:12:17 +08:00
Daniel
05380060fc
🎨 Distinguishing between a referenced definition block that does not exist or one that is not indexed https://github.com/siyuan-note/siyuan/issues/16850
Signed-off-by: Daniel <845765@qq.com>
2026-01-17 14:54:18 +08:00
Daniel
ddf35ec7df
🎨 Improve the network serve address list https://github.com/siyuan-note/siyuan/issues/14943
Signed-off-by: Daniel <845765@qq.com>
2026-01-17 11:49:38 +08:00
Daniel
53c24fff2b
🎨 Supports setting Pandoc parameters for export https://github.com/siyuan-note/siyuan/issues/16845
Signed-off-by: Daniel <845765@qq.com>
2026-01-16 22:58:46 +08:00
Daniel
066a9b5192
🎨 Add "Remove ID from asset name" switch to export settings https://github.com/siyuan-note/siyuan/issues/16065
Signed-off-by: Daniel <845765@qq.com>
2026-01-16 21:59:21 +08:00
Daniel
11115da3d0
🔒 Do not execute scripts in assets SVG by default to prevent XSS https://github.com/siyuan-note/siyuan/issues/16844
Signed-off-by: Daniel <845765@qq.com>
2026-01-16 18:11:55 +08:00
Daniel
2df2f2eb3a
🎨 Warn users about potential performance issues when running on non-SSD drives https://github.com/siyuan-note/siyuan/issues/16835
Signed-off-by: Daniel <845765@qq.com>
2026-01-15 20:55:00 +08:00
Jeffrey Chen
3d5ca275d3
📝 Improve text (#16832) 2026-01-15 12:26:42 +08:00
Daniel
2e9ef1e028
🎨 Improve text
Signed-off-by: Daniel <845765@qq.com>
2026-01-12 09:13:55 +08:00
Daniel
df86253231
🎨 https://github.com/siyuan-note/siyuan/issues/16803
Signed-off-by: Daniel <845765@qq.com>
2026-01-10 09:23:00 +08:00
Daniel
941e153a4b
🎨 Supports cleaning temporary files https://github.com/siyuan-note/siyuan/issues/16745
Signed-off-by: Daniel <845765@qq.com>
2026-01-09 09:28:09 +08:00
Daniel
9dba4da239
🎨 Display a confirmation prompt when inserting large assets 256MB https://github.com/siyuan-note/siyuan/issues/16685
Signed-off-by: Daniel <845765@qq.com>
2026-01-08 23:29:15 +08:00
Daniel
2525ce27f7
🎨 Display a confirmation prompt when inserting large assets 256MB https://github.com/siyuan-note/siyuan/issues/16685
Signed-off-by: Daniel <845765@qq.com>
2026-01-08 11:50:10 +08:00
Daniel
415a87eea0
🎨 Improve text
Signed-off-by: Daniel <845765@qq.com>
2026-01-05 16:12:45 +08:00
Daniel
e6d79c1760
🎨 Supports exporting a code block as a file https://github.com/siyuan-note/siyuan/pull/16774
Signed-off-by: Daniel <845765@qq.com>
2026-01-04 21:48:05 +08:00
Jeffrey Chen
9199188e96
🎨 Supports exporting a code block as a file https://github.com/siyuan-note/siyuan/issues/16756 (#16774) 2026-01-04 21:19:52 +08:00
Jeffrey Chen
7464a6f951
🎨 Improve desktop auto-update https://github.com/siyuan-note/siyuan/issues/16461 (#16764) 2026-01-03 09:40:24 +08:00
Daniel
827c7a5bf6
🎨 Supports configuring the maximum number of Recent documents to be listed https://github.com/siyuan-note/siyuan/issues/16720
Signed-off-by: Daniel <845765@qq.com>
2025-12-29 22:25:04 +08:00
Daniel
1e13177aae
🎨 Improve minimum version requirements for marketplace packages https://github.com/siyuan-note/siyuan/issues/16688
Signed-off-by: Daniel <845765@qq.com>
2025-12-27 12:49:37 +08:00
Jeffrey Chen
cef8ca8cf7
🎨 Desktop export PDF supports no pagination https://ld246.com/article/1764933918963 (#16537) 2025-12-26 10:54:17 +08:00
Daniel
33175cad7c
🎨 Fix https://github.com/siyuan-note/siyuan/issues/16667
Signed-off-by: Daniel <845765@qq.com>
2025-12-22 17:10:47 +08:00
Jeffrey Chen
2d1618e639
🎨 Element attribute names are uniformly lowercase English letters https://github.com/siyuan-note/siyuan/issues/16604 (#16657)
部分属性名大写字母改为小写

兼容旧版带大写字母的属性名

更新用户指南说明

优化性能

统一前后端验证属性名的逻辑

改进验证属性名格式报错信息
2025-12-22 09:43:12 +08:00
Daniel
b2573bd64c
🎨 Improve text
Signed-off-by: Daniel <845765@qq.com>
2025-12-14 10:52:36 +08:00
Ömer Gürbüz
94dc95be42
🌐 Add Turkish support (#16575)
* Add Turkish language in configs

* add Turkish localization file

* Add Turkish readme file and links

* Add Turkish Currency TRY

* Turkish Readme Check Links

* Add new keys localizations

---------

Co-authored-by: Ömer Gürbüz <mhmd.omer.grbz@hotmail.com>
2025-12-14 10:38:31 +08:00