Skip to content

Commit 9460f99

Browse files
committed
update to 1.30.0
1 parent 8ecb2e1 commit 9460f99

File tree

3 files changed

+23
-13
lines changed

3 files changed

+23
-13
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "wnr",
3-
"version" : "1.29.0",
3+
"version" : "1.30.0",
44
"description" : "Work and rest, with wnr now!",
55
"main" : "main.js",
66
"scripts" : {
@@ -39,7 +39,7 @@
3939
"electron-debug" : "3.2.0",
4040
"electron-store" : "8.1.0",
4141
"i18n" : "0.15.1",
42-
"jquery" : "3.6.3",
42+
"jquery" : "3.6.4",
4343
"node-fetch" : "2.6.7",
4444
"node-notifier" : "10.0.1",
4545
"node-shi" : "0.4.2",

update.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
11
{
2-
"version" : "1.29.0",
2+
"version" : "1.30.0",
33
"feature-introduction" : false,
44
"content" : {
55
"zh-CN" : [
6-
"新增了开启软件时自动开启默认任务的功能。",
7-
"优化了托盘菜单的功能,允许直接在其中查看当天计时和直接取消计时。"
6+
"修复了几个令人烦扰的 bugs,并做了一定优化。",
7+
"允许在长时间暂停后,重新开始当前计时。",
8+
"增加了使用本地提示音频的功能。",
9+
"为 Windows 平台开始提供原生 arm64 版本,感谢 @HYH! 参与。",
10+
"由于个人时间原因,个人规划可能不会再对此软件添加更多新功能,即可能不再会有v1.31版本,但小优化和问题修复不受影响,感谢大家一直以来的支持。"
811
],
912
"zh-TW" : [
10-
"新增了開啟軟件時自動開啟默認任務的功能。",
11-
"優化了托盤菜單的功能,允許直接在其中查看當天計時和直接取消計時。"
13+
"修復了幾個令人煩擾的 bugs,並做了一定優化。",
14+
"允許在長時間暫停後,重新開始當前計時。",
15+
"增加了使用本地提示音頻的功能。",
16+
"為 Windows 平臺開始提供原生 arm64 版本,感謝 @HYH! 參與。",
17+
"由於個人時間原因,個人規劃可能不會再對此軟件添加更多新功能,即可能不再會有v1.31版本,但小優化和問題修復不受影響,感謝大家一直以來的支持。"
1218
],
1319
"en" : [
14-
"New feature: auto start default task when starting wnr.",
15-
"New feature: better tray menu, allowing directly see today's statistics and cancel timing."
20+
"Several important bug fixes and optimizations.",
21+
"Allow to restart current period after pausing long.",
22+
"Allow to use local audio as the notify sound.",
23+
"Start to provide native Arm64 version for Windows.",
24+
"Because of personal time shortage, I am planning to pause on adding more new features, which means there might not be a v1.31 anymore, but optimizations and bugfixs will continue. Thanks for your support. "
25+
1626
]
1727
},
1828
"introduce" : {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,10 +1460,10 @@ jake@^10.6.1:
14601460
filelist "^1.0.1"
14611461
minimatch "^3.0.4"
14621462

1463-
jquery@3.6.3:
1464-
version "3.6.3"
1465-
resolved "https://registry.npmmirror.com/jquery/-/jquery-3.6.3.tgz#23ed2ffed8a19e048814f13391a19afcdba160e6"
1466-
integrity sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==
1463+
jquery@3.6.4:
1464+
version "3.6.4"
1465+
resolved "https://registry.npmmirror.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f"
1466+
integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==
14671467

14681468
js-pinyin@^0.1.9:
14691469
version "0.1.9"

0 commit comments

Comments
 (0)