Skip to content

Commit

Permalink
updated for 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RoderickQiu committed Sep 11, 2020
1 parent 5f94c97 commit db20871
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 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.19.1",
"version": "1.19.2",
"description": "Work and rest, with wnr now!",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"i18n": "0.13.2",
"jquery": "3.5.1",
"leancloud-storage": "4.6.1",
"node-fetch": "2.6.0",
"node-fetch": "2.6.1",
"node-notifier": "8.0.0",
"node-shi": "0.4.2",
"popper.js": "1.16.1",
Expand Down
24 changes: 12 additions & 12 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"version": "1.19.1",
"version": "1.19.2",
"content": {
"zh-CN": [
"为macOS系统优化,包括窗口关闭逻辑,外接屏幕处理逻辑,托盘菜单显示,MINI模式使用逻辑和系统触发关机后的反应方面的优化",
"为Windows系统优化,主要包括托盘菜单显示和暗黑模式自动切换逻辑优化",
"添加了循环次数显示的功能",
"允许改变窗口大小",
"为macOS系统顶栏体验优化,现在可以在设置里关闭信息显示",
"为Windows系统优化,主要是修复了MINI模式的几个问题",
"优化性能,修复漏洞。"
],
"zh-TW": [
"爲macOS系統優化,包括窗口關閉邏輯,外接屏幕處理邏輯,托盤菜單顯示,MINI模式使用邏輯和系統觸發關機後的反應方面的優化",
"爲Windows系統優化,主要包括托盤菜單顯示和暗黑模式自動切換邏輯優化",
"添加了循環次數顯示的功能",
"優化性能,修複漏洞"
"允許改變窗口大小",
"為macOS系統頂欄體驗優化,現在可以在設置裏關閉信息顯示",
"為Windows系統優化,主要是修復了MINI模式的幾個問題",
"優化性能,修復漏洞"
],
"en": [
"Optimized for macOS on several things, includes windows closing strategy, multiscreen strategy, tray strategy, mini mode strategy and behavior after system shutdowns.",
"Optimized for Windows on dark mode's auto switch feature and the tray.",
"Bugs fixed and a typo fix (#25).",
"Loop count feature added."
"Window resize available.",
"Optimized for macOS so that you can disable showing info on the top bar.",
"Optimized for Windows for the mini mode.",
"Bugs fixed and generally improved."
]
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1688,10 +1688,10 @@ mustache@^4.0.1:
resolved "https://registry.npm.taobao.org/mustache/download/mustache-4.0.1.tgz#d99beb031701ad433338e7ea65e0489416c854a2"
integrity sha1-2ZvrAxcBrUMzOOfqZeBIlBbIVKI=

node-fetch@2.6.0:
version "2.6.0"
resolved "https://registry.npm.taobao.org/node-fetch/download/node-fetch-2.6.0.tgz?cache=0&sync_timestamp=1597047232655&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-fetch%2Fdownload%2Fnode-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
integrity sha1-5jNFY4bUqlWGP2dqerDaqP3ssP0=
node-fetch@2.6.1:
version "2.6.1"
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==

node-notifier@8.0.0:
version "8.0.0"
Expand Down

0 comments on commit db20871

Please sign in to comment.