Skip to content

Commit 734d973

Browse files
committed
updated to 1.17.1
1 parent 38ad9e4 commit 734d973

File tree

9 files changed

+22
-16
lines changed

9 files changed

+22
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wnr",
3-
"version": "1.17.0",
3+
"version": "1.17.1",
44
"description": "Work and rest, with wnr now!",
55
"main": "main.js",
66
"scripts": {

res/builder/linux.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const config = {
1919
"!res/icons/*Mac*",
2020
"!res/icons/*Win*",
2121
"!res/icons/*.psd",
22-
"./node_modules/node-notifier/vendor/snoreToast/**"
22+
"!./node_modules/node-notifier/vendor/snoreToast/**"
2323
]
2424
}
2525
}

res/builder/mac.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const config = {
1919
//! to exclude
2020
"!res/icons/*Win*",
2121
"!res/icons/*.psd",
22-
"./node_modules/node-notifier/vendor/snoreToast/**"
22+
"!./node_modules/node-notifier/vendor/snoreToast/**"
2323
]
2424
},
2525
"dmg": {

res/builder/nsis-ia32.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ const config = {
2222
"**/*",
2323
//! to exclude
2424
"!res/icons/*Mac*",
25-
"!res/icons/*.psd"
25+
"!res/icons/*.psd",
26+
"!designs/**"
2627
]
2728
},
2829
"nsis": {

res/builder/nsis.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const config = {
2020
//! to exclude
2121
"!res/icons/*Mac*",
2222
"!res/icons/*.psd",
23+
"!designs/**"
2324
]
2425
},
2526
"nsis": {

res/builder/portable.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ const config = {
1414
"**/*",
1515
//! to exclude
1616
"!res/icons/*Mac*",
17-
"!res/icons/*.psd"
17+
"!res/icons/*.psd",
18+
"!designs/**"
1819
],
1920
"publisherName": "Roderick Qiu",
2021
"artifactName": "${productName}-${version}-Portable.${ext}",

res/builder/win-zip.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ const config = {
1717
"**/*",
1818
//! to exclude
1919
"!res/icons/*Mac*",
20-
"!res/icons/*.psd"
20+
"!res/icons/*.psd",
21+
"!designs/**"
2122
],
2223
"artifactName": "${productName}-${version}-Win.${ext}"
2324
}

settings.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,9 @@
324324
<b>
325325
<script>document.write(i18n.__('need-to-restart-now-tip'));</script>
326326
</b>
327+
<br />
327328
</span>
329+
<br />
328330
</div>
329331
<br />
330332
</div>

update.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"version": "1.17.0",
2+
"version": "1.17.1",
33
"content": {
44
"zh-CN": [
5-
"修复问题,包括一个可能导致时间结束确认框不显示的问题",
6-
"添加时间统计功能,并允许统计的导入导出",
7-
"整体优化并提升运行速度"
5+
"修复问题,包括可能导致macOS系统上看不到通知的问题",
6+
"改善触摸屏使用体验,尤其是对于设置页面和Mini模式",
7+
"修复并升级更新组件,现在可以在应用程序内查看更新日志"
88
],
99
"zh-TW": [
10-
"修複問題,包括一個可能導致時間結束確認框不顯示的問題",
11-
"添加時間統計功能,並允許統計的導入導出",
12-
"整體優化並提升運行速度"
10+
"修複問題,包括可能導致macOS系統上看不到通知的問題",
11+
"改善觸摸屏使用體驗,尤其是對于設置頁面和Mini模式",
12+
"修複並升級更新組件,現在可以在應用程序內查看更新日志"
1313
],
1414
"en": [
15-
"Bugs fixed (important).",
16-
"Statistics added.",
17-
"Optimized."
15+
"Bugs fixed, including one on macOS that could cause notifications failed to be sent.",
16+
"Mini mode exprience improved for touchscreen.",
17+
"Updater optimized and now allows users to directly see release notes inside the software."
1818
]
1919
}
2020
}

0 commit comments

Comments
 (0)