From 9460f99dc3094bf7f789aed9025bd55b3b0dd605 Mon Sep 17 00:00:00 2001 From: r-q Date: Wed, 15 Mar 2023 11:13:38 +0800 Subject: [PATCH] update to 1.30.0 --- package.json | 4 ++-- update.json | 24 +++++++++++++++++------- yarn.lock | 8 ++++---- 3 files changed, 23 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index cfdaec1..4739ceb 100644 --- a/package.json +++ b/package.json @@ -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" : { @@ -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", diff --git a/update.json b/update.json index 404c607..a3d0699 100644 --- a/update.json +++ b/update.json @@ -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" : { diff --git a/yarn.lock b/yarn.lock index 84a47f4..0f85387 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1460,10 +1460,10 @@ jake@^10.6.1: filelist "^1.0.1" minimatch "^3.0.4" -jquery@3.6.3: - version "3.6.3" - resolved "https://registry.npmmirror.com/jquery/-/jquery-3.6.3.tgz#23ed2ffed8a19e048814f13391a19afcdba160e6" - integrity sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg== +jquery@3.6.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"