Skip to content

Commit 3828ef1

Browse files
committed
updated for 1.19.1
1 parent 40f45a3 commit 3828ef1

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
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.19.0",
3+
"version": "1.19.1",
44
"description": "Work and rest, with wnr now!",
55
"main": "main.js",
66
"scripts": {
@@ -36,7 +36,7 @@
3636
"dotenv": "8.2.0",
3737
"electron-debug": "3.1.0",
3838
"electron-store": "6.0.0",
39-
"i18n": "0.12.0",
39+
"i18n": "0.13.2",
4040
"jquery": "3.5.1",
4141
"leancloud-storage": "4.6.1",
4242
"node-fetch": "2.6.0",

update.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"version": "1.19.0",
2+
"version": "1.19.1",
33
"content": {
44
"zh-CN": [
5-
"增加“禁止暂停”功能",
6-
"重新设计了关于页面",
7-
"改善UI的暗黑模式和跨平台使用体验",
5+
"为macOS系统优化,包括窗口关闭逻辑,外接屏幕处理逻辑,托盘菜单显示,MINI模式使用逻辑和系统触发关机后的反应方面的优化",
6+
"为Windows系统优化,主要包括托盘菜单显示和暗黑模式自动切换逻辑优化",
7+
"添加了循环次数显示的功能",
88
"优化性能,修复漏洞。"
99
],
1010
"zh-TW": [
11-
"增加“禁止暂停”功能",
12-
"重新设计了关于页面",
13-
"改善UI的暗黑模式和跨平台使用体验",
14-
"优化性能,修复漏洞"
11+
"爲macOS系統優化,包括窗口關閉邏輯,外接屏幕處理邏輯,托盤菜單顯示,MINI模式使用邏輯和系統觸發關機後的反應方面的優化",
12+
"爲Windows系統優化,主要包括托盤菜單顯示和暗黑模式自動切換邏輯優化",
13+
"添加了循環次數顯示的功能",
14+
"優化性能,修複漏洞"
1515
],
1616
"en": [
17-
"\"Disable Pausing\" feature added.",
18-
"About page redesigned.",
19-
"Improved UI for dark mode etc.",
20-
"Optimized and had bugs fixed."
17+
"Optimized for macOS on several things, includes windows closing strategy, multiscreen strategy, tray strategy, mini mode strategy and behavior after system shutdowns.",
18+
"Optimized for Windows on dark mode's auto switch feature and the tray.",
19+
"Bugs fixed and a typo fix (#25).",
20+
"Loop count feature added."
2121
]
2222
}
2323
}

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -703,13 +703,6 @@ debounce-fn@^4.0.0:
703703
dependencies:
704704
mimic-fn "^3.0.0"
705705

706-
debug@*, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
707-
version "4.1.1"
708-
resolved "https://registry.npm.taobao.org/debug/download/debug-4.1.1.tgz?cache=0&sync_timestamp=1592843160836&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
709-
integrity sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=
710-
dependencies:
711-
ms "^2.1.1"
712-
713706
debug@^2.6.9:
714707
version "2.6.9"
715708
resolved "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz?cache=0&sync_timestamp=1592843160836&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@@ -724,6 +717,13 @@ debug@^3.1.0:
724717
dependencies:
725718
ms "^2.1.1"
726719

720+
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
721+
version "4.1.1"
722+
resolved "https://registry.npm.taobao.org/debug/download/debug-4.1.1.tgz?cache=0&sync_timestamp=1592843160836&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
723+
integrity sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=
724+
dependencies:
725+
ms "^2.1.1"
726+
727727
decamelize@^1.1.1, decamelize@^1.2.0:
728728
version "1.2.0"
729729
resolved "https://registry.npm.taobao.org/decamelize/download/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
@@ -1199,13 +1199,13 @@ humanize-duration@^3.22.0:
11991199
resolved "https://registry.npm.taobao.org/humanize-duration/download/humanize-duration-3.23.1.tgz#59cb8d01287479c1aa7cd5b1efc260d799bef89b"
12001200
integrity sha1-WcuNASh0ecGqfNWx78Jg15m++Js=
12011201

1202-
i18n@0.12.0:
1203-
version "0.12.0"
1204-
resolved "https://registry.npm.taobao.org/i18n/download/i18n-0.12.0.tgz#d33137d5f1baeb0ea4feaa9022d4e42586856f62"
1205-
integrity sha1-0zE31fG66w6k/qqQItTkJYaFb2I=
1202+
i18n@0.13.2:
1203+
version "0.13.2"
1204+
resolved "https://registry.npm.taobao.org/i18n/download/i18n-0.13.2.tgz#3886678fe7cbbed45bac2ce53b8144c788a1c1b5"
1205+
integrity sha1-OIZnj+fLvtRbrCzlO4FEx4ihwbU=
12061206
dependencies:
1207-
debug "*"
1208-
make-plural "^6.2.1"
1207+
debug "^4.1.1"
1208+
make-plural "^6.2.2"
12091209
math-interval-parser "^2.0.1"
12101210
messageformat "^2.3.0"
12111211
mustache "^4.0.1"
@@ -1562,7 +1562,7 @@ make-plural@^4.3.0:
15621562
optionalDependencies:
15631563
minimist "^1.2.0"
15641564

1565-
make-plural@^6.2.1:
1565+
make-plural@^6.2.2:
15661566
version "6.2.2"
15671567
resolved "https://registry.npm.taobao.org/make-plural/download/make-plural-6.2.2.tgz#beb5fd751355e72660eeb2218bb98eec92853c6c"
15681568
integrity sha1-vrX9dRNV5yZg7rIhi7mO7JKFPGw=

0 commit comments

Comments
 (0)