From 734d973dafe385a2adc25a57441c6773de10d097 Mon Sep 17 00:00:00 2001 From: RoderickQiu Date: Mon, 27 Jul 2020 21:59:35 +0800 Subject: [PATCH] updated to 1.17.1 --- package.json | 2 +- res/builder/linux.js | 2 +- res/builder/mac.js | 2 +- res/builder/nsis-ia32.js | 3 ++- res/builder/nsis.js | 1 + res/builder/portable.js | 3 ++- res/builder/win-zip.js | 3 ++- settings.html | 2 ++ update.json | 20 ++++++++++---------- 9 files changed, 22 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index b05704c..d4dc5b6 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/res/builder/linux.js b/res/builder/linux.js index d633470..d272e96 100644 --- a/res/builder/linux.js +++ b/res/builder/linux.js @@ -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/**" ] } } diff --git a/res/builder/mac.js b/res/builder/mac.js index 9b4f21c..c811eea 100644 --- a/res/builder/mac.js +++ b/res/builder/mac.js @@ -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": { diff --git a/res/builder/nsis-ia32.js b/res/builder/nsis-ia32.js index 614cff7..74868ad 100644 --- a/res/builder/nsis-ia32.js +++ b/res/builder/nsis-ia32.js @@ -22,7 +22,8 @@ const config = { "**/*", //! to exclude "!res/icons/*Mac*", - "!res/icons/*.psd" + "!res/icons/*.psd", + "!designs/**" ] }, "nsis": { diff --git a/res/builder/nsis.js b/res/builder/nsis.js index 6c561e4..ab76737 100644 --- a/res/builder/nsis.js +++ b/res/builder/nsis.js @@ -20,6 +20,7 @@ const config = { //! to exclude "!res/icons/*Mac*", "!res/icons/*.psd", + "!designs/**" ] }, "nsis": { diff --git a/res/builder/portable.js b/res/builder/portable.js index 6bde1eb..556620a 100644 --- a/res/builder/portable.js +++ b/res/builder/portable.js @@ -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}", diff --git a/res/builder/win-zip.js b/res/builder/win-zip.js index 41eca1c..c58a62b 100644 --- a/res/builder/win-zip.js +++ b/res/builder/win-zip.js @@ -17,7 +17,8 @@ const config = { "**/*", //! to exclude "!res/icons/*Mac*", - "!res/icons/*.psd" + "!res/icons/*.psd", + "!designs/**" ], "artifactName": "${productName}-${version}-Win.${ext}" } diff --git a/settings.html b/settings.html index ac9a9d2..908b56c 100644 --- a/settings.html +++ b/settings.html @@ -324,7 +324,9 @@ +
+

diff --git a/update.json b/update.json index fc1f40e..ec3b60e 100644 --- a/update.json +++ b/update.json @@ -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." ] } } \ No newline at end of file