This repository was archived by the owner on Jun 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +17
-6
lines changed
Dynamic Dark Mode.xcodeproj Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,17 @@ 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.3.0] - 2019-05-17
7+ ### Added
8+ - Let's move to /Applications
9+
10+ ### Fixed
11+ - Crash on launch when not installed to /Applications folder by asking them to move (#16 , #49 )
12+ - Switching theme no longer steal focus from focused application (#62 )
13+
14+ ### Removed
15+ - The app is no longer restricted within an application sandbox (#63 )
16+
617## [ 1.2.0] - 2019-05-07
718### Added
819- Disable adjust for brightness when scheduled dark mode on
@@ -17,7 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1728### Changed
1829- Updated the program and its dependencies to Swift 5
1930- Updated Chinese, Esperanto, and Russian translations
20- - fatalError or debugPrint are used instead of os.log
31+ - Using fatalError or debugPrint instead of os.log
2132
2233### Fixed
2334- "nil: estimatedNextExecution" should no longer appear (#59 )
Original file line number Diff line number Diff line change 796796 SDKROOT = macosx;
797797 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
798798 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
799- VERSION = 1.2 .0;
799+ VERSION = 1.3 .0;
800800 };
801801 name = Debug;
802802 };
851851 SDKROOT = macosx;
852852 SWIFT_COMPILATION_MODE = wholemodule;
853853 SWIFT_OPTIMIZATION_LEVEL = "-O";
854- VERSION = 1.2 .0;
854+ VERSION = 1.3 .0;
855855 };
856856 name = Release;
857857 };
Original file line number Diff line number Diff line change 11PODS:
22 - LetsMove (1.24)
33 - MASShortcut (2.3.6)
4- - Schedule (2.0.1 )
4+ - Schedule (2.0.2 )
55 - Solar (2.1.0)
66
77DEPENDENCIES:
@@ -22,13 +22,13 @@ EXTERNAL SOURCES:
2222
2323CHECKOUT OPTIONS:
2424 Schedule:
25- :commit: 06071cd47b22b66cba75c60691ecb9a2188b650e
25+ :commit: 6d51d83b493d663f885742b2ba768ea65bde14a7
2626 :git: https://github.com/luoxiu/Schedule.git
2727
2828SPEC CHECKSUMS:
2929 LetsMove: fefe56bc7bc7fb7d37049e28a14f297961229fc5
3030 MASShortcut: 9c215e8a8a78f3d01ce56da48e2730ab66b538fa
31- Schedule: 8a15d82693cfa880704cd40af4bccb14bdecdddf
31+ Schedule: 937b2b998a1502e943e37d1b67f38c9e53429c7e
3232 Solar: 2dc6e7cc39186cb0c8228fa08df76fb50c7d8f24
3333
3434PODFILE CHECKSUM: 8ffe68c48f54016f463965996da2e2d2cdb3b0fe
You can’t perform that action at this time.
0 commit comments