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.
3
3
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
5
5
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
+
6
17
## [ 1.2.0] - 2019-05-07
7
18
### Added
8
19
- 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/).
17
28
### Changed
18
29
- Updated the program and its dependencies to Swift 5
19
30
- 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
21
32
22
33
### Fixed
23
34
- "nil: estimatedNextExecution" should no longer appear (#59 )
Original file line number Diff line number Diff line change 796
796
SDKROOT = macosx;
797
797
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
798
798
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
799
- VERSION = 1.2 .0;
799
+ VERSION = 1.3 .0;
800
800
};
801
801
name = Debug;
802
802
};
851
851
SDKROOT = macosx;
852
852
SWIFT_COMPILATION_MODE = wholemodule;
853
853
SWIFT_OPTIMIZATION_LEVEL = "-O";
854
- VERSION = 1.2 .0;
854
+ VERSION = 1.3 .0;
855
855
};
856
856
name = Release;
857
857
};
Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- LetsMove (1.24)
3
3
- MASShortcut (2.3.6)
4
- - Schedule (2.0.1 )
4
+ - Schedule (2.0.2 )
5
5
- Solar (2.1.0)
6
6
7
7
DEPENDENCIES:
@@ -22,13 +22,13 @@ EXTERNAL SOURCES:
22
22
23
23
CHECKOUT OPTIONS:
24
24
Schedule:
25
- :commit: 06071cd47b22b66cba75c60691ecb9a2188b650e
25
+ :commit: 6d51d83b493d663f885742b2ba768ea65bde14a7
26
26
:git: https://github.com/luoxiu/Schedule.git
27
27
28
28
SPEC CHECKSUMS:
29
29
LetsMove: fefe56bc7bc7fb7d37049e28a14f297961229fc5
30
30
MASShortcut: 9c215e8a8a78f3d01ce56da48e2730ab66b538fa
31
- Schedule: 8a15d82693cfa880704cd40af4bccb14bdecdddf
31
+ Schedule: 937b2b998a1502e943e37d1b67f38c9e53429c7e
32
32
Solar: 2dc6e7cc39186cb0c8228fa08df76fb50c7d8f24
33
33
34
34
PODFILE CHECKSUM: 8ffe68c48f54016f463965996da2e2d2cdb3b0fe
You can’t perform that action at this time.
0 commit comments