Skip to content

Commit

Permalink
update to 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RoderickQiu committed Jul 12, 2021
1 parent d1a0380 commit 9364dcd
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 315 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wnr",
"version": "1.22.2",
"version": "1.23.0",
"description": "Work and rest, with wnr now!",
"main": "main.js",
"scripts": {
Expand All @@ -26,8 +26,8 @@
"copyright": "(c) Roderick Qiu",
"productName": "wnr",
"dependencies": {
"@electron/remote": "^1.1.0",
"@types/winreg": "^1.2.30",
"@electron/remote": "^1.2.0",
"@types/winreg": "^1.2.31",
"auto-launch": "^5.0.5",
"bootstrap": "^4.6.0",
"cmd-or-ctrl": "^0.3.1",
Expand All @@ -39,7 +39,7 @@
"electron-store": "^8.0.0",
"i18n": "^0.13.3",
"jquery": "^3.6.0",
"leancloud-storage": "^4.10.1",
"leancloud-storage": "^4.11.1",
"node-fetch": "^2.6.1",
"node-notifier": "^10.0.0",
"node-shi": "^0.4.2",
Expand All @@ -50,7 +50,7 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"electron": "^12.0.10",
"electron-builder": "^22.9.1"
"electron": "^12.0.14",
"electron-builder": "^22.11.7"
}
}
33 changes: 17 additions & 16 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
{
"version": "1.22.2",
"version": "1.23.0",
"feature-introduction": false,
"content": {
"zh-CN": [
"应用内提供的蓝奏云链接已经失效,请前往官网获取最新链接",
"新增暂停计数功能",
"升级到Electron12以提升性能",
"优化了数个功能。",
"修复了数个问题。"
"新增单独的计时标题提醒窗口(在首页选择”更多设置“以设置计时标题),助你时刻专心于应做的事",
"新增在计时中途修改标题、笔记的功能",
"新增将工作时间后确认、休息时间后确认设置分开的功能",
"优化了数个功能、修复了数个问题",
"【你可能已经注意到这个应用的更新频率比先前慢了,而一些长期处在Todo列表的的功能并未开发,这主要是因为作者正在准备升学考试并面临繁重的课业压力,请理解。】"
],
"zh-TW": [
"应用内提供的蓝奏云链接已经失效,请前往官网获取最新链接",
"新增暂停计数功能",
"升级到Electron12以提升性能",
"优化了数个功能",
"修复了数个问题。"
"新增單獨的計時標題提醒窗口(在首頁選擇”更多設置“以設置計時標題),助你時刻專心於應做的事",
"新增在計時中途修改標題、筆記的功能",
"新增將工作時間後確認、休息時間後確認設置分開的功能",
"優化了數個功能、修復了數個問題",
"『你可能已經注意到這個應用的更新頻率比先前慢了,而一些長期處在Todo列表的的功能並未開發,這主要是因爲作者正在準備升學考試並面臨繁重的課業壓力,請理解。』"
],
"en": [
"The Chinese server is down, go to the website for the new link.",
"Added pause count feature.",
"Updated to Electron 12 for better speed.",
"Optimized several pages.",
"Fixed several bugs."
"Added a external window to show the title of current timer to help you get focused.",
"Added the function to edit the title and notes of current timer during timing.",
"Added separate settings section for alerting after working and alerting after resting.",
"Enhanced and have bugs fixed.",
"PLEASE UNDERSTAND THAT I'VE BEEN EXTREMELY BUSY ON ACADEMIC LEARNING RECENTLY AND I SUPPOSE I WON'T BE VERY ACTIVE ON DEVELOPING BEFORE JUNE, 2022. AND THIS IS THE REASON WHY SOME FEATURES HAVEN'T BEEN IMPLEMENTED YET."

]
},
"introduce": {
Expand Down
Loading

0 comments on commit 9364dcd

Please sign in to comment.