@@ -3,12 +3,20 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
5
5
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
+
6
14
## [ 1.3.0] - 2019-05-17
7
15
### Added
8
- - Let's move to /Applications
16
+ - Let's move to ` /Applications `
9
17
10
18
### 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 )
12
20
- Switching theme no longer steal focus from focused application (#62 )
13
21
14
22
### Removed
@@ -17,7 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
17
25
## [ 1.2.0] - 2019-05-07
18
26
### Added
19
27
- 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 `
21
29
- Update schedule when network status changes
22
30
23
31
## [ 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/).
28
36
### Changed
29
37
- Updated the program and its dependencies to Swift 5
30
38
- Updated Chinese, Esperanto, and Russian translations
31
- - Using fatalError or debugPrint instead of os.log
39
+ - Using ` fatalError ` or ` debugPrint ` instead of ` os.log `
32
40
33
41
### Fixed
34
42
- "nil: estimatedNextExecution" should no longer appear (#59 )
0 commit comments