Skip to content

Commit a24726e

Browse files
committed
Merge commit '2d2420794c89a86e9cbbddbd05fc5edf17c26a7b'
* commit '2d2420794c89a86e9cbbddbd05fc5edf17c26a7b': (51 commits) 🔖 Release v3.1.24 🔖 Release v3.1.24 🚨 ⬆️ Upgrade lute siyuan-note#14263 ⬆️ Upgrade lute siyuan-note#14263 🐛 Block attributes display abnormal emoji siyuan-note#14272 📝 Support opening a block in a new tab via shortcut keys siyuan-note#11801 🎨 siyuan-note#11801 🎨 siyuan-note#14266 🎨 siyuan-note#14265 refactor setCurrent func scroll policy (siyuan-note#14265) Add `data-id` attribute to the buttons (siyuan-note#14214) ⬆️ Upgrade lute siyuan-note#14263 🎨 siyuan-note#14249 🎨 Update av date filed `IsNotTime` default value to `true` siyuan-note#14237 🎨 siyuan-note#14238 🎨 siyuan-note#14226 🎨 siyuan-note#14226 🎨 siyuan-note#14213 🎨 siyuan-note#14226 ...
2 parents 684d0b0 + 2d24207 commit a24726e

File tree

82 files changed

+1329
-530
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+1329
-530
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Install pnpm: `npm install -g pnpm@9.12.1`
1414

1515
Set the Electron mirror environment variable and install Electron:
1616

17-
* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@v33.4.1 -D`
17+
* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@v33.4.2 -D`
1818
* Windows:
1919
* `SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/`
20-
* `pnpm install electron@v33.4.1 -D`
20+
* `pnpm install electron@v33.4.2 -D`
2121

2222
NPM mirror:
2323

@@ -28,7 +28,7 @@ NPM mirror:
2828

2929
On the desktop, go to the app folder to run:
3030

31-
* `pnpm install electron@v33.4.1 -D`
31+
* `pnpm install electron@v33.4.2 -D`
3232
* `pnpm run dev`
3333
* `pnpm run start`
3434

.github/CONTRIBUTING_zh_CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
* macOS/Linux:
1818
```
19-
ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@v33.4.1 -D
19+
ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@v33.4.2 -D
2020
```
2121
* Windows:
2222
* `SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/`
23-
* `pnpm install electron@v33.4.1 -D`
23+
* `pnpm install electron@v33.4.2 -D`
2424

2525
NPM 镜像:
2626

@@ -30,7 +30,7 @@ NPM 镜像:
3030

3131
桌面端进入 app 文件夹运行:
3232

33-
* `pnpm install electron@v33.4.1 -D`
33+
* `pnpm install electron@v33.4.2 -D`
3434
* `pnpm run dev`
3535
* `pnpm run start`
3636

app/appx/AppxManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Identity Name="89C2A984.SiYuan"
1010
ProcessorArchitecture="x64"
1111
Publisher="CN=087C656E-C1D9-42D8-8807-CED45A74FC0F"
12-
Version="3.1.23.0"/>
12+
Version="3.1.24.0"/>
1313
<Properties>
1414
<DisplayName>SiYuan</DisplayName>
1515
<PublisherDisplayName>云南链滴科技有限公司</PublisherDisplayName>

app/changelogs/v3.1.24/v3.1.24.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
## Overview
2+
3+
This version improves some details.
4+
5+
## Changelogs
6+
7+
Below are the detailed changes in this version.
8+
9+
### Enhancement
10+
11+
* [Support opening a block in a new tab via shortcut keys](https://github.com/siyuan-note/siyuan/issues/11801)
12+
* [Improve tooltip](https://github.com/siyuan-note/siyuan/pull/13966)
13+
* [Support preview fonts](https://github.com/siyuan-note/siyuan/pull/14183)
14+
* [Improve creating sub-doc by F3](https://github.com/siyuan-note/siyuan/issues/14200)
15+
* [Improve browser clipping extension](https://github.com/siyuan-note/siyuan/issues/14203)
16+
* [Improve inline elements editing](https://github.com/siyuan-note/siyuan/issues/14204)
17+
* [Improve pasting of heading blocks](https://github.com/siyuan-note/siyuan/issues/14208)
18+
* [Improve database date field relative between filter](https://github.com/siyuan-note/siyuan/issues/14217)
19+
* [Attribute Panel - Database - Date field popup window abnormal](https://github.com/siyuan-note/siyuan/issues/14227)
20+
* [Improve the stability of WeChat SiYuan Assistant](https://github.com/siyuan-note/siyuan/issues/14241)
21+
* [Improve Ctrl+K to paste a hyperlink](https://github.com/siyuan-note/siyuan/issues/14249)
22+
* [Remove zero-width spaces around image nodes when exporting Markdown](https://github.com/siyuan-note/siyuan/issues/14263)
23+
* [Supports document tree related settings on mobile](https://github.com/siyuan-note/siyuan/issues/14266)
24+
25+
### Bugfix
26+
27+
* [Drag and drop image with PDF file open makes backspace unusable](https://github.com/siyuan-note/siyuan/issues/14206)
28+
* [Cannot long press to paste on mobile devices](https://github.com/siyuan-note/siyuan/issues/14218)
29+
* [Deleted documents cannot be rolled back](https://github.com/siyuan-note/siyuan/issues/14239)
30+
* [Block attributes display abnormal emoji](https://github.com/siyuan-note/siyuan/issues/14272)
31+
32+
### Refactor
33+
34+
* [Refactor the protyle mouseover event](https://github.com/siyuan-note/siyuan/issues/14226)
35+
* [Upgrade to Electron v33.4.2](https://github.com/siyuan-note/siyuan/issues/14228)
36+
* [Refactor setCurrent func scroll policy](https://github.com/siyuan-note/siyuan/pull/14265)
37+
38+
### Development
39+
40+
* [Add `data-id` attribute to the buttons](https://github.com/siyuan-note/siyuan/pull/14182)
41+
42+
## Download
43+
44+
* [B3log](https://b3log.org/siyuan/en/download.html)
45+
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
## 概述
2+
3+
該版本改進了一些細節。
4+
5+
## 變更記錄
6+
7+
以下是此版本中的詳細變更。
8+
9+
### 改進功能
10+
11+
* [支援透過快速鍵在新分頁中開啟區塊](https://github.com/siyuan-note/siyuan/issues/11801)
12+
* [改進工具提示](https://github.com/siyuan-note/siyuan/pull/13966)
13+
* [支援預覽字體](https://github.com/siyuan-note/siyuan/pull/14183)
14+
* [改進透過 F3 建立子文件](https://github.com/siyuan-note/siyuan/issues/14200)
15+
* [改進瀏覽器剪藏擴充功能](https://github.com/siyuan-note/siyuan/issues/14203)
16+
* [改進行級元素編輯](https://github.com/siyuan-note/siyuan/issues/14204)
17+
* [改進貼上標題區塊](https://github.com/siyuan-note/siyuan/issues/14208)
18+
* [改進資料庫日期欄位相對過濾器](https://github.com/siyuan-note/siyuan/issues/14217)
19+
* [屬性面板 - 資料庫 - 日期欄位彈出視窗異常](https://github.com/siyuan-note/siyuan/issues/14227)
20+
* [改進微信思源小助手的穩定性](https://github.com/siyuan-note/siyuan/issues/14241)
21+
* [改進 Ctrl+K 貼上超連結](https://github.com/siyuan-note/siyuan/issues/14249)
22+
* [匯出 Markdown 時移除圖片節點周圍的零寬空格](https://github.com/siyuan-note/siyuan/issues/14263)
23+
* [支援在行動端設定文件樹](https://github.com/siyuan-note/siyuan/issues/14266)
24+
25+
### 修復缺陷
26+
27+
* [拖放圖片時開啟 PDF 檔案導致退格鍵無法使用](https://github.com/siyuan-note/siyuan/issues/14206)
28+
* [手機端上無法長按貼上](https://github.com/siyuan-note/siyuan/issues/14218)
29+
* [刪除的文件無法回滾](https://github.com/siyuan-note/siyuan/issues/14239)
30+
* [區塊屬性顯示異常表情符號](https://github.com/siyuan-note/siyuan/issues/14272)
31+
32+
### 開發重構
33+
34+
* [重構 protyle 滑鼠懸停事件](https://github.com/siyuan-note/siyuan/issues/14226)
35+
* [升級至 Electron v33.4.2](https://github.com/siyuan-note/siyuan/issues/14228)
36+
* [重構 setCurrent 函數滾動策略](https://github.com/siyuan-note/siyuan/pull/14265)
37+
38+
### 開發者
39+
40+
* [為按鈕新增 `data-id` 屬性](https://github.com/siyuan-note/siyuan/pull/14182)
41+
42+
## 下載
43+
44+
* [B3log](https://b3log.org/siyuan/download.html)
45+
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
## 概述
2+
3+
该版本改进了一些细节。
4+
5+
## 变更记录
6+
7+
以下是此版本中的详细变更。
8+
9+
### 改进功能
10+
11+
* [支持通过快捷键在新标签页中打开块](https://github.com/siyuan-note/siyuan/issues/11801)
12+
* [改进工具提示](https://github.com/siyuan-note/siyuan/pull/13966)
13+
* [支持预览字体](https://github.com/siyuan-note/siyuan/pull/14183)
14+
* [改进通过 F3 创建子文档](https://github.com/siyuan-note/siyuan/issues/14200)
15+
* [改进浏览器剪藏扩展](https://github.com/siyuan-note/siyuan/issues/14203)
16+
* [改进行级元素编辑](https://github.com/siyuan-note/siyuan/issues/14204)
17+
* [改进粘贴标题块](https://github.com/siyuan-note/siyuan/issues/14208)
18+
* [改进数据库日期字段相对过滤器](https://github.com/siyuan-note/siyuan/issues/14217)
19+
* [属性面板 - 数据库 - 日期字段弹出窗口异常](https://github.com/siyuan-note/siyuan/issues/14227)
20+
* [改进微信思源小助手的稳定性](https://github.com/siyuan-note/siyuan/issues/14241)
21+
* [改进 Ctrl+K 粘贴超链接](https://github.com/siyuan-note/siyuan/issues/14249)
22+
* [导出 Markdown 时移除图片节点周围的零宽空格](https://github.com/siyuan-note/siyuan/issues/14263)
23+
* [支持在移动端上设置文档树](https://github.com/siyuan-note/siyuan/issues/14266)
24+
25+
### 修复缺陷
26+
27+
* [拖放图片时打开 PDF 文件导致退格键不可用](https://github.com/siyuan-note/siyuan/issues/14206)
28+
* [移动端上无法长按粘贴](https://github.com/siyuan-note/siyuan/issues/14218)
29+
* [删除的文档无法回滚](https://github.com/siyuan-note/siyuan/issues/14239)
30+
* [块属性显示异常表情符号](https://github.com/siyuan-note/siyuan/issues/14272)
31+
32+
### 开发重构
33+
34+
* [重构 protyle 鼠标悬停事件](https://github.com/siyuan-note/siyuan/issues/14226)
35+
* [升级到 Electron v33.4.2](https://github.com/siyuan-note/siyuan/issues/14228)
36+
* [重构 setCurrent 函数滚动策略](https://github.com/siyuan-note/siyuan/pull/14265)
37+
38+
### 开发者
39+
40+
* [为按钮添加 `data-id` 属性](https://github.com/siyuan-note/siyuan/pull/14182)
41+
42+
## 下载
43+
44+
* [B3log](https://b3log.org/siyuan/download.html)
45+
* [GitHub](https://github.com/siyuan-note/siyuan/releases)

app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-xaduj2o/20200924100950-9op5xi1.sy

Lines changed: 58 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"id": "20200924100950-9op5xi1",
88
"title": "Shortcuts",
99
"type": "doc",
10-
"updated": "20250220132741"
10+
"updated": "20250303234918"
1111
},
1212
"Children": [
1313
{
@@ -3679,7 +3679,7 @@
36793679
"HeadingLevel": 2,
36803680
"Properties": {
36813681
"id": "20210106154056-koo4wdj",
3682-
"updated": "20250220132741"
3682+
"updated": "20250303234918"
36833683
},
36843684
"Children": [
36853685
{
@@ -3698,7 +3698,7 @@
36983698
"HeadingLevel": 3,
36993699
"Properties": {
37003700
"id": "20210106154319-v9tt3e2",
3701-
"updated": "20250220132741"
3701+
"updated": "20250303234918"
37023702
},
37033703
"Children": [
37043704
{
@@ -3718,7 +3718,7 @@
37183718
"Properties": {
37193719
"colgroup": "||",
37203720
"id": "20240112150534-wiik5sl",
3721-
"updated": "20250220132741"
3721+
"updated": "20250303234918"
37223722
},
37233723
"Children": [
37243724
{
@@ -8980,6 +8980,60 @@
89808980
]
89818981
}
89828982
]
8983+
},
8984+
{
8985+
"Type": "NodeTableRow",
8986+
"Data": "tr",
8987+
"Children": [
8988+
{
8989+
"Type": "NodeTableCell",
8990+
"Data": "td",
8991+
"Children": [
8992+
{
8993+
"Type": "NodeText",
8994+
"Data": "Open in New Tab"
8995+
}
8996+
]
8997+
},
8998+
{
8999+
"Type": "NodeTableCell",
9000+
"Data": "td",
9001+
"Children": [
9002+
{
9003+
"Type": "NodeText",
9004+
"Data": "-"
9005+
}
9006+
]
9007+
},
9008+
{
9009+
"Type": "NodeTableCell",
9010+
"Data": "td",
9011+
"Children": [
9012+
{
9013+
"Type": "NodeText",
9014+
"Data": "Go to "
9015+
},
9016+
{
9017+
"Type": "NodeTextMark",
9018+
"TextMarkType": "kbd",
9019+
"TextMarkTextContent": "Settings"
9020+
},
9021+
{
9022+
"Type": "NodeText",
9023+
"Data": "​ - "
9024+
},
9025+
{
9026+
"Type": "NodeTextMark",
9027+
"TextMarkType": "kbd",
9028+
"TextMarkTextContent": "Shortcuts"
9029+
},
9030+
{
9031+
"Type": "NodeText",
9032+
"Data": "​ to configure"
9033+
}
9034+
]
9035+
}
9036+
]
89839037
}
89849038
]
89859039
},

app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180321-hbvl5c2/20200813004551-gm0pbn1.sy

Lines changed: 58 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"id": "20200813004551-gm0pbn1",
88
"title": "快捷键",
99
"type": "doc",
10-
"updated": "20250220131115"
10+
"updated": "20250303234645"
1111
},
1212
"Children": [
1313
{
@@ -3677,7 +3677,7 @@
36773677
"HeadingLevel": 2,
36783678
"Properties": {
36793679
"id": "20201227133317-rkh4bji",
3680-
"updated": "20250220131115"
3680+
"updated": "20250303234645"
36813681
},
36823682
"Children": [
36833683
{
@@ -3692,7 +3692,7 @@
36923692
"HeadingLevel": 3,
36933693
"Properties": {
36943694
"id": "20201227133317-kazyttz",
3695-
"updated": "20250220131115"
3695+
"updated": "20250303234645"
36963696
},
36973697
"Children": [
36983698
{
@@ -3716,7 +3716,7 @@
37163716
"Properties": {
37173717
"colgroup": "||",
37183718
"id": "20201227133317-vopotjc",
3719-
"updated": "20250220131115"
3719+
"updated": "20250303234645"
37203720
},
37213721
"Children": [
37223722
{
@@ -8992,6 +8992,60 @@
89928992
]
89938993
}
89948994
]
8995+
},
8996+
{
8997+
"Type": "NodeTableRow",
8998+
"Data": "tr",
8999+
"Children": [
9000+
{
9001+
"Type": "NodeTableCell",
9002+
"Data": "td",
9003+
"Children": [
9004+
{
9005+
"Type": "NodeText",
9006+
"Data": "在新页签中打开"
9007+
}
9008+
]
9009+
},
9010+
{
9011+
"Type": "NodeTableCell",
9012+
"Data": "td",
9013+
"Children": [
9014+
{
9015+
"Type": "NodeText",
9016+
"Data": "-"
9017+
}
9018+
]
9019+
},
9020+
{
9021+
"Type": "NodeTableCell",
9022+
"Data": "td",
9023+
"Children": [
9024+
{
9025+
"Type": "NodeText",
9026+
"Data": "可前往 "
9027+
},
9028+
{
9029+
"Type": "NodeTextMark",
9030+
"TextMarkType": "kbd",
9031+
"TextMarkTextContent": "设置"
9032+
},
9033+
{
9034+
"Type": "NodeText",
9035+
"Data": "​ - "
9036+
},
9037+
{
9038+
"Type": "NodeTextMark",
9039+
"TextMarkType": "kbd",
9040+
"TextMarkTextContent": "快捷键"
9041+
},
9042+
{
9043+
"Type": "NodeText",
9044+
"Data": "​ 中配置"
9045+
}
9046+
]
9047+
}
9048+
]
89959049
}
89969050
]
89979051
},

0 commit comments

Comments
 (0)