Skip to content

Commit 4ed371c

Browse files
committed
releases:v1.1.4.0-beta
1 parent 37a8145 commit 4ed371c

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
### 🔧 其它变更
2727
- 去除 数字人民币捐赠功能
28+
- 修改 更新弹窗链接换为SecRandom官网
2829

2930
## 下载SecRandom怎么选择文件
3031
- 可前往[SecRandom README 查看](https://github.com/SECTL/SecRandom?tab=readme-ov-file#%E4%B8%8B%E8%BD%BDsecrandom%E6%80%8E%E4%B9%88%E9%80%89%E6%8B%A9%E6%96%87%E4%BB%B6)

CHANGELOG_v1.2.0.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
> v1.1.4.0-beta 更新日志
116116
117117
- 去除 数字人民币捐赠功能
118+
- 修改 更新弹窗链接换为SecRandom官网
118119

119120
### 🙏 贡献者 (排名不分先后)
120121

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,13 @@
8686
- **目录模式**(文件名包含 `dir`):
8787
- 体积相对较大
8888
- 支持重启功能
89+
- 支持x86、x64系统
8990
- 适合需要频繁重启或对启动速度有要求的用户
9091

9192
- **单文件模式**(文件名包含 `onefile`):
9293
- 体积较小
9394
- 不支持重启功能
95+
- 仅支持x64系统
9496
- 只有一个可执行文件,便于携带
9597
- 适合对文件大小敏感或不需要重启功能的用户
9698

app/view/update_log_window.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ class UpdateLogWindow(MSFluentWindow):
5252
'• 修复 因为SSL的原因无法正确下载捐献支持二维码的问题'
5353
],
5454
"other_changes": [
55-
'• 去除 数字人民币捐赠功能'
55+
'• 去除 数字人民币捐赠功能',
56+
'• 修改 更新弹窗链接换为SecRandom官网'
5657
]
5758
}
5859

0 commit comments

Comments
 (0)