From d26d37fce08ba7ff701f00e9fe30b7d750e59cf6 Mon Sep 17 00:00:00 2001 From: Marcel Dierkes Date: Sun, 30 Oct 2022 08:19:20 +0100 Subject: [PATCH] Prepared version 1.6.3 --- Configuration.xcconfig | 4 ++-- docs/Versions/v1.6.3.json | 7 +++++++ docs/Versions/v1.6.3.md | 14 ++++++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 docs/Versions/v1.6.3.json create mode 100644 docs/Versions/v1.6.3.md diff --git a/Configuration.xcconfig b/Configuration.xcconfig index 208e877..9c722ed 100644 --- a/Configuration.xcconfig +++ b/Configuration.xcconfig @@ -9,8 +9,8 @@ MACOSX_DEPLOYMENT_TARGET = 10.13 PRODUCT_BUNDLE_IDENTIFIER = info.marcel-dierkes.KeepingYouAwake -MARKETING_VERSION = 1.6.3beta1 -CURRENT_PROJECT_VERSION = 1060303 +MARKETING_VERSION = 1.6.3 +CURRENT_PROJECT_VERSION = 1060304 GENERATE_INFOPLIST_FILE = YES INFOPLIST_KEY_LSApplicationCategoryType = public.app-category.utilities diff --git a/docs/Versions/v1.6.3.json b/docs/Versions/v1.6.3.json new file mode 100644 index 0000000..3bac53e --- /dev/null +++ b/docs/Versions/v1.6.3.json @@ -0,0 +1,7 @@ +{ + "date": "2022-10-30 09:00:00", + "file_url": "https://github.com/newmarcel/KeepingYouAwake/releases/download/1.6.3/KeepingYouAwake-1.6.3.zip", + "file_length": 1998843, + "file_version": "1060304", + "file_short_version": "1.6.3" +} \ No newline at end of file diff --git a/docs/Versions/v1.6.3.md b/docs/Versions/v1.6.3.md new file mode 100644 index 0000000..ba255b4 --- /dev/null +++ b/docs/Versions/v1.6.3.md @@ -0,0 +1,14 @@ +# Version 1.6.3: Low Power Mode + +- added Battery preferences with support for Low Power Mode on compatible Macs ([#181](https://github.com/newmarcel/KeepingYouAwake/pull/181)) +- added a Japanese translation ([#182](https://github.com/newmarcel/KeepingYouAwake/issues/182)) + - *Thank you [hiroto-t](https://github.com/hiroto-t)!* +- updated the Turkish translation ([#183](https://github.com/newmarcel/KeepingYouAwake/issues/183)) + - *Thank you [egemenu](https://github.com/egemenu)!* +- added an Italian translation ([#184](https://github.com/newmarcel/KeepingYouAwake/issues/184)) + - *Thank you [gmcinalli](https://github.com/gmcinalli)!* +- added an advanced preference to auto-activate when an external screen is connected ([#186](https://github.com/newmarcel/KeepingYouAwake/issues/186), [#84](https://github.com/newmarcel/KeepingYouAwake/issues/84)) + - *Thank you [sturza](https://github.com/sturza)!* + - added an advanced preference to deactivate while another user account is active + +**Please note: The 1.6.3 release does not support macOS Sierra anymore. You can continue using version 1.6.2 on this version of macOS.**