This repository was archived by the owner on Jun 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Dynamic Dark Mode.xcodeproj Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,16 @@ 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.5.2] - 2019-09-23
7
+ ### Changed
8
+ - Switches dark mode with SkyLight when missing AppleScript permission
9
+ - Behavior of buttons to adapt to system schedule
10
+ - Updated French translation
11
+
12
+ ### Fixed
13
+ - Wrong sunset/sunrise date when UTC time is in next day
14
+ - Version number now works with Sparkle
15
+
6
16
## [ 1.5.1] - 2019-09-18
7
17
### Added
8
18
- Import Spanish translations from Crowdin
Original file line number Diff line number Diff line change 811
811
SDKROOT = macosx;
812
812
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
813
813
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
814
- VERSION = 1.5.1 ;
814
+ VERSION = 1.5.2 ;
815
815
};
816
816
name = Debug;
817
817
};
866
866
SDKROOT = macosx;
867
867
SWIFT_COMPILATION_MODE = wholemodule;
868
868
SWIFT_OPTIMIZATION_LEVEL = "-O";
869
- VERSION = 1.5.1 ;
869
+ VERSION = 1.5.2 ;
870
870
};
871
871
name = Release;
872
872
};
You can’t perform that action at this time.
0 commit comments