Skip to content

Commit

Permalink
update to 1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RoderickQiu committed Mar 15, 2023
1 parent 8ecb2e1 commit 9460f99
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "wnr",
"version" : "1.29.0",
"version" : "1.30.0",
"description" : "Work and rest, with wnr now!",
"main" : "main.js",
"scripts" : {
Expand Down Expand Up @@ -39,7 +39,7 @@
"electron-debug" : "3.2.0",
"electron-store" : "8.1.0",
"i18n" : "0.15.1",
"jquery" : "3.6.3",
"jquery" : "3.6.4",
"node-fetch" : "2.6.7",
"node-notifier" : "10.0.1",
"node-shi" : "0.4.2",
Expand Down
24 changes: 17 additions & 7 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
{
"version" : "1.29.0",
"version" : "1.30.0",
"feature-introduction" : false,
"content" : {
"zh-CN" : [
"新增了开启软件时自动开启默认任务的功能。",
"优化了托盘菜单的功能,允许直接在其中查看当天计时和直接取消计时。"
"修复了几个令人烦扰的 bugs,并做了一定优化。",
"允许在长时间暂停后,重新开始当前计时。",
"增加了使用本地提示音频的功能。",
"为 Windows 平台开始提供原生 arm64 版本,感谢 @HYH! 参与。",
"由于个人时间原因,个人规划可能不会再对此软件添加更多新功能,即可能不再会有v1.31版本,但小优化和问题修复不受影响,感谢大家一直以来的支持。"
],
"zh-TW" : [
"新增了開啟軟件時自動開啟默認任務的功能。",
"優化了托盤菜單的功能,允許直接在其中查看當天計時和直接取消計時。"
"修復了幾個令人煩擾的 bugs,並做了一定優化。",
"允許在長時間暫停後,重新開始當前計時。",
"增加了使用本地提示音頻的功能。",
"為 Windows 平臺開始提供原生 arm64 版本,感謝 @HYH! 參與。",
"由於個人時間原因,個人規劃可能不會再對此軟件添加更多新功能,即可能不再會有v1.31版本,但小優化和問題修復不受影響,感謝大家一直以來的支持。"
],
"en" : [
"New feature: auto start default task when starting wnr.",
"New feature: better tray menu, allowing directly see today's statistics and cancel timing."
"Several important bug fixes and optimizations.",
"Allow to restart current period after pausing long.",
"Allow to use local audio as the notify sound.",
"Start to provide native Arm64 version for Windows.",
"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. "

]
},
"introduce" : {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1460,10 +1460,10 @@ jake@^10.6.1:
filelist "^1.0.1"
minimatch "^3.0.4"

[email protected].3:
version "3.6.3"
resolved "https://registry.npmmirror.com/jquery/-/jquery-3.6.3.tgz#23ed2ffed8a19e048814f13391a19afcdba160e6"
integrity sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==
[email protected].4:
version "3.6.4"
resolved "https://registry.npmmirror.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f"
integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==

js-pinyin@^0.1.9:
version "0.1.9"
Expand Down

0 comments on commit 9460f99

Please sign in to comment.