Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
Update the version number and changelog for a new release.
  • Loading branch information
fnesveda committed Oct 19, 2019
1 parent a46f0f5 commit aebf3e6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions src/ExternalDisplayBrightness/Info.plist
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.2.0</string>
<key>CFBundleVersion</key>
<string>1.1.0</string>
<string>5</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSBackgroundOnly</key>
Expand Down

0 comments on commit aebf3e6

Please sign in to comment.