Skip to content

Commit f87fb70

Browse files
committed
Version 1.3.0
Update the version number and changelog for a new release.
1 parent 9ae052d commit f87fb70

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

4+
[1.3.0](../../releases/tag/v1.3.0) - 2019-12-02
5+
-----------------------------------------------
6+
### Added
7+
- support for multiple identical displays
8+
9+
### Fixed
10+
- crashes with several Mac models by disabling reading the brightness from the display by default
11+
412
[1.2.0](../../releases/tag/v1.2.0) - 2019-10-19
513
-----------------------------------------------
614
### 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.2.0</string>
18+
<string>1.3.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>5</string>
20+
<string>8</string>
2121
<key>LSApplicationCategoryType</key>
2222
<string>public.app-category.utilities</string>
2323
<key>LSBackgroundOnly</key>

0 commit comments

Comments
 (0)