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 +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,22 @@ 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.1.5] - 2019-05-02
7
+ ### Added
8
+ - Partial translations to Japanese and Korean
9
+ - Click on notification to create a new issue, or navigates the existing one for known bugs
10
+
11
+ ### Changed
12
+ - Updated the program and its dependencies to Swift 5
13
+ - Updated Chinese, Esperanto, and Russian translations
14
+ - fatalError or debugPrint are used instead of os.log
15
+
16
+ ### Fixed
17
+ - "nil: estimatedNextExecution" should no longer appear (#59 )
18
+
19
+ ### Removed
20
+ - No more legacy code for supporting macOS 10.13 (never released)
21
+
6
22
## [ 1.1.4] - 2019-02-28
7
23
### Added
8
24
- Nightly builds available at https://rebrand.ly/ddm-nightly
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >1.1.4 </string >
20
+ <string >1.1.5 </string >
21
21
<key >CFBundleVersion </key >
22
22
<string >0 </string >
23
23
<key >ITSAppUsesNonExemptEncryption </key >
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >1.1.4 </string >
20
+ <string >1.1.5 </string >
21
21
<key >CFBundleVersion </key >
22
22
<string >0 </string >
23
23
<key >ITSAppUsesNonExemptEncryption </key >
You can’t perform that action at this time.
0 commit comments