Skip to content

Commit

Permalink
Release 5.9.4 (216)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Dec 9, 2020
1 parent 659218e commit 13993e9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.9.4] - 09-12-2020
### Added
- Added support for FTP and SFTP relative path

### Fixed
- Fixed crash when leaving activity with dialog


## [5.9.3] - 05-11-2020
### Fixed
- Fixed crash with some DirectDownload profiles
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 "com.gianlu.aria2app"
minSdkVersion 21
targetSdkVersion 29
versionCode 215
versionName "5.9.3"
versionCode 216
versionName "5.9.4"
}

if (isTravis) {
Expand Down
5 changes: 4 additions & 1 deletion app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
### Added
- Added support for FTP and SFTP relative path

### Fixed
- Fixed crash with some DirectDownload profiles
- Fixed crash when leaving activity with dialog

0 comments on commit 13993e9

Please sign in to comment.