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

Commit b723634

Browse files
committed
1.1.5
1 parent 3093a8b commit b723634

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ 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.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

Dynamic/Supporting Files/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>

DynamicLauncher/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>

0 commit comments

Comments
 (0)