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.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
55
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+
616## [ 1.5.1] - 2019-09-18
717### Added
818- Import Spanish translations from Crowdin
Original file line number Diff line number Diff line change 811811 SDKROOT = macosx;
812812 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
813813 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
814- VERSION = 1.5.1 ;
814+ VERSION = 1.5.2 ;
815815 };
816816 name = Debug;
817817 };
866866 SDKROOT = macosx;
867867 SWIFT_COMPILATION_MODE = wholemodule;
868868 SWIFT_OPTIMIZATION_LEVEL = "-O";
869- VERSION = 1.5.1 ;
869+ VERSION = 1.5.2 ;
870870 };
871871 name = Release;
872872 };
You can’t perform that action at this time.
0 commit comments