From 80022b64806735add4a4f8bae068e2b9ff861fbc Mon Sep 17 00:00:00 2001 From: Marcel Dierkes Date: Sun, 3 Sep 2023 11:37:00 +0200 Subject: [PATCH] Prepared version 1.6.5beta1 --- Configuration.xcconfig | 2 +- docs/Versions/v1.6.5beta1.json | 9 +++++++++ docs/Versions/v1.6.5beta1.md | 7 +++++++ 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 docs/Versions/v1.6.5beta1.json create mode 100644 docs/Versions/v1.6.5beta1.md diff --git a/Configuration.xcconfig b/Configuration.xcconfig index 435caa2..95dffaa 100644 --- a/Configuration.xcconfig +++ b/Configuration.xcconfig @@ -9,7 +9,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.13 PRODUCT_BUNDLE_IDENTIFIER = info.marcel-dierkes.KeepingYouAwake -MARKETING_VERSION = 1.6.5 +MARKETING_VERSION = 1.6.5beta1 CURRENT_PROJECT_VERSION = 1060500 GENERATE_INFOPLIST_FILE = YES diff --git a/docs/Versions/v1.6.5beta1.json b/docs/Versions/v1.6.5beta1.json new file mode 100644 index 0000000..62e20d4 --- /dev/null +++ b/docs/Versions/v1.6.5beta1.json @@ -0,0 +1,9 @@ +{ + "date": "2023-09-03 11:45:00", + "file_url": "https://github.com/newmarcel/KeepingYouAwake/releases/download/1.6.5beta1/KeepingYouAwake-1.6.5beta1.zip", + "file_length": 2005238, + "file_version": "1060500", + "file_short_version": "1.6.5beta1", + "minimum_system_version": "10.13", + "is_prerelease": true +} \ No newline at end of file diff --git a/docs/Versions/v1.6.5beta1.md b/docs/Versions/v1.6.5beta1.md new file mode 100644 index 0000000..6f389a9 --- /dev/null +++ b/docs/Versions/v1.6.5beta1.md @@ -0,0 +1,7 @@ +# Version 1.6.5beta1: Translation Updates + +- updated the Traditional Chinese translation ([#198](https://github.com/newmarcel/KeepingYouAwake/pull/198)) + - *Thank you [YuerLee](https://github.com/YuerLee)!* +- updated the French translation ([#201](https://github.com/newmarcel/KeepingYouAwake/pull/201)) + - *Thank you [tmuguet](https://github.com/tmuguet)!* +- removed the advanced setting "Disable menu bar icon highlight color", this behavior can still be enabled using the `defaults` command: `defaults write info.marcel-dierkes.KeepingYouAwake info.marcel-dierkes.KeepingYouAwake.MenuBarIconHighlightDisabled -bool YES`