diff --git a/CHANGELOG.md b/CHANGELOG.md index fbee4ca..6ad15f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [1.5.2] - 2019-09-23 +### Changed +- Switches dark mode with SkyLight when missing AppleScript permission +- Behavior of buttons to adapt to system schedule +- Updated French translation + +### Fixed +- Wrong sunset/sunrise date when UTC time is in next day +- Version number now works with Sparkle + ## [1.5.1] - 2019-09-18 ### Added - Import Spanish translations from Crowdin diff --git a/Dynamic Dark Mode.xcodeproj/project.pbxproj b/Dynamic Dark Mode.xcodeproj/project.pbxproj index c555827..a9e5a73 100644 --- a/Dynamic Dark Mode.xcodeproj/project.pbxproj +++ b/Dynamic Dark Mode.xcodeproj/project.pbxproj @@ -811,7 +811,7 @@ SDKROOT = macosx; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - VERSION = 1.5.1; + VERSION = 1.5.2; }; name = Debug; }; @@ -866,7 +866,7 @@ SDKROOT = macosx; SWIFT_COMPILATION_MODE = wholemodule; SWIFT_OPTIMIZATION_LEVEL = "-O"; - VERSION = 1.5.1; + VERSION = 1.5.2; }; name = Release; };