From aebf3e65ba71f6496cd6360ca55072f7c23e3cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frantis=CC=8Cek=20Nesveda?= Date: Sat, 19 Oct 2019 13:01:27 +0200 Subject: [PATCH] Version 1.2.0 Update the version number and changelog for a new release. --- CHANGELOG.md | 12 ++++++++++++ src/ExternalDisplayBrightness/Info.plist | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f2522..ac8d733 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Changelog ========= +[1.2.0](../../releases/tag/v1.2.0) - 2019-10-19 +----------------------------------------------- +### Added +- support for listening to the brightness keys on the Magic Keyboard +- support for keeping the brightness changes even when the display powers off +### Fixed +- reading the maximum brightness from the display +- support for displays with serial number larger than or equal to 0x80000000 +- relaunching the app when the path to the app contains a space +### Changed +- increased the minimum reply delay in I2C communication with the display to 40 milliseconds as per the DDC/CI standard, which could fix some freezes + [1.1.0](../../releases/tag/v1.1.0) - 2019-10-08 ----------------------------------------------- ### Added diff --git a/src/ExternalDisplayBrightness/Info.plist b/src/ExternalDisplayBrightness/Info.plist index 74fb96c..ed34c43 100644 --- a/src/ExternalDisplayBrightness/Info.plist +++ b/src/ExternalDisplayBrightness/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.0 + 1.2.0 CFBundleVersion - 1.1.0 + 5 LSApplicationCategoryType public.app-category.utilities LSBackgroundOnly