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.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
55
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+
622## [ 1.1.4] - 2019-02-28
723### Added
824- Nightly builds available at https://rebrand.ly/ddm-nightly
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >1.1.4 </string >
20+ <string >1.1.5 </string >
2121 <key >CFBundleVersion </key >
2222 <string >0 </string >
2323 <key >ITSAppUsesNonExemptEncryption </key >
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >1.1.4 </string >
20+ <string >1.1.5 </string >
2121 <key >CFBundleVersion </key >
2222 <string >0 </string >
2323 <key >ITSAppUsesNonExemptEncryption </key >
You can’t perform that action at this time.
0 commit comments