Skip to content

Commit

Permalink
updated to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RoderickQiu committed Jul 27, 2020
1 parent 38ad9e4 commit 734d973
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wnr",
"version": "1.17.0",
"version": "1.17.1",
"description": "Work and rest, with wnr now!",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion res/builder/linux.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config = {
"!res/icons/*Mac*",
"!res/icons/*Win*",
"!res/icons/*.psd",
"./node_modules/node-notifier/vendor/snoreToast/**"
"!./node_modules/node-notifier/vendor/snoreToast/**"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion res/builder/mac.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config = {
//! to exclude
"!res/icons/*Win*",
"!res/icons/*.psd",
"./node_modules/node-notifier/vendor/snoreToast/**"
"!./node_modules/node-notifier/vendor/snoreToast/**"
]
},
"dmg": {
Expand Down
3 changes: 2 additions & 1 deletion res/builder/nsis-ia32.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const config = {
"**/*",
//! to exclude
"!res/icons/*Mac*",
"!res/icons/*.psd"
"!res/icons/*.psd",
"!designs/**"
]
},
"nsis": {
Expand Down
1 change: 1 addition & 0 deletions res/builder/nsis.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const config = {
//! to exclude
"!res/icons/*Mac*",
"!res/icons/*.psd",
"!designs/**"
]
},
"nsis": {
Expand Down
3 changes: 2 additions & 1 deletion res/builder/portable.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ const config = {
"**/*",
//! to exclude
"!res/icons/*Mac*",
"!res/icons/*.psd"
"!res/icons/*.psd",
"!designs/**"
],
"publisherName": "Roderick Qiu",
"artifactName": "${productName}-${version}-Portable.${ext}",
Expand Down
3 changes: 2 additions & 1 deletion res/builder/win-zip.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ const config = {
"**/*",
//! to exclude
"!res/icons/*Mac*",
"!res/icons/*.psd"
"!res/icons/*.psd",
"!designs/**"
],
"artifactName": "${productName}-${version}-Win.${ext}"
}
Expand Down
2 changes: 2 additions & 0 deletions settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,9 @@
<b>
<script>document.write(i18n.__('need-to-restart-now-tip'));</script>
</b>
<br />
</span>
<br />
</div>
<br />
</div>
Expand Down
20 changes: 10 additions & 10 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"version": "1.17.0",
"version": "1.17.1",
"content": {
"zh-CN": [
"修复问题,包括一个可能导致时间结束确认框不显示的问题",
"添加时间统计功能,并允许统计的导入导出",
"整体优化并提升运行速度"
"修复问题,包括可能导致macOS系统上看不到通知的问题",
"改善触摸屏使用体验,尤其是对于设置页面和Mini模式",
"修复并升级更新组件,现在可以在应用程序内查看更新日志"
],
"zh-TW": [
"修複問題,包括一個可能導致時間結束確認框不顯示的問題",
"添加時間統計功能,並允許統計的導入導出",
"整體優化並提升運行速度"
"修複問題,包括可能導致macOS系統上看不到通知的問題",
"改善觸摸屏使用體驗,尤其是對于設置頁面和Mini模式",
"修複並升級更新組件,現在可以在應用程序內查看更新日志"
],
"en": [
"Bugs fixed (important).",
"Statistics added.",
"Optimized."
"Bugs fixed, including one on macOS that could cause notifications failed to be sent.",
"Mini mode exprience improved for touchscreen.",
"Updater optimized and now allows users to directly see release notes inside the software."
]
}
}

0 comments on commit 734d973

Please sign in to comment.