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

Commit 793a48f

Browse files
committed
1.5.2
1 parent 71d11e1 commit 793a48f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
33

44
The 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

Dynamic Dark Mode.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@
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
};
@@ -866,7 +866,7 @@
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
};

0 commit comments

Comments
 (0)