Skip to content

Commit

Permalink
0.17.0.2 -> 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
btimofeev committed Oct 9, 2020
1 parent 563d293 commit 9507dcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#### 0.17.1 (October 9, 2020)
- File operations are performed in an open application, and not in a background service as before.
- Completed work is notified as a pop-up message, not in the notification area.
- Translations are now managed on https://hosted.weblate.org/projects/unipatcher/
- Added Turkish language (thanks to Oğuz Ersen)
- Translations are now managed on https://hosted.weblate.org/engage/unipatcher/

#### 0.17 (September 18, 2020)
- Replaced the built-in file manager with the standard Storage Access Framework. Work with files on SD card and cloud hosting (e.g. Google Drive). Applying patches requires more time and free disk space. File checksum view temporarily removed.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "org.emunix.unipatcher"
minSdkVersion 21
targetSdkVersion 30
versionCode 170002
versionName "0.17"
versionCode 170100
versionName "0.17.1"
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
Expand Down

0 comments on commit 9507dcf

Please sign in to comment.