Skip to content

Commit aebf3e6

Browse files
committed
Version 1.2.0
Update the version number and changelog for a new release.
1 parent a46f0f5 commit aebf3e6

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
[1.2.0](../../releases/tag/v1.2.0) - 2019-10-19
5+
-----------------------------------------------
6+
### Added
7+
- support for listening to the brightness keys on the Magic Keyboard
8+
- support for keeping the brightness changes even when the display powers off
9+
### Fixed
10+
- reading the maximum brightness from the display
11+
- support for displays with serial number larger than or equal to 0x80000000
12+
- relaunching the app when the path to the app contains a space
13+
### Changed
14+
- 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
15+
416
[1.1.0](../../releases/tag/v1.1.0) - 2019-10-08
517
-----------------------------------------------
618
### Added

src/ExternalDisplayBrightness/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.0</string>
18+
<string>1.2.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1.1.0</string>
20+
<string>5</string>
2121
<key>LSApplicationCategoryType</key>
2222
<string>public.app-category.utilities</string>
2323
<key>LSBackgroundOnly</key>

0 commit comments

Comments
 (0)