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

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ApolloZhu committed Sep 23, 2019
1 parent 71d11e1 commit 793a48f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Dynamic Dark Mode.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down Expand Up @@ -866,7 +866,7 @@
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VERSION = 1.5.1;
VERSION = 1.5.2;
};
name = Release;
};
Expand Down

0 comments on commit 793a48f

Please sign in to comment.