Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 914ec54

Browse files
committed
Changelog for 1.4.0
1 parent f09bb96 commit 914ec54

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,20 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [1.4.0] - 2019-09-08
7+
### Added
8+
- Dynamic wallpaper based on current appearance (#72)
9+
10+
### Fixed
11+
- Automatic appearance switch based on screen brightness works on macOS Mojave 10.14.4 and above (#65, #71)
12+
- Switching apperance steals focus from some application and fails to return it (#70, #62, #18)
13+
614
## [1.3.0] - 2019-05-17
715
### Added
8-
- Let's move to /Applications
16+
- Let's move to `/Applications`
917

1018
### Fixed
11-
- Crash on launch when not installed to /Applications folder by asking them to move (#16, #49)
19+
- Crash on launch when not installed to `/Applications` folder by asking them to move (#16, #49)
1220
- Switching theme no longer steal focus from focused application (#62)
1321

1422
### Removed
@@ -17,7 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1725
## [1.2.0] - 2019-05-07
1826
### Added
1927
- Disable adjust for brightness when scheduled dark mode on
20-
- Quick dark mode toggle in touch bar through DFRFoundation
28+
- Quick dark mode toggle in touch bar through `DFRFoundation`
2129
- Update schedule when network status changes
2230

2331
## [1.1.5] - 2019-05-02
@@ -28,7 +36,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2836
### Changed
2937
- Updated the program and its dependencies to Swift 5
3038
- Updated Chinese, Esperanto, and Russian translations
31-
- Using fatalError or debugPrint instead of os.log
39+
- Using `fatalError` or `debugPrint` instead of `os.log`
3240

3341
### Fixed
3442
- "nil: estimatedNextExecution" should no longer appear (#59)

0 commit comments

Comments
 (0)