diff --git a/CHANGELOG.md b/CHANGELOG.md index 84f86eba9..f2dbc39c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 66a63fbea..0091bef16 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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) { diff --git a/app/src/main/play/release-notes/en-GB/production.txt b/app/src/main/play/release-notes/en-GB/production.txt index c8ee626b4..0a91b2f21 100644 --- a/app/src/main/play/release-notes/en-GB/production.txt +++ b/app/src/main/play/release-notes/en-GB/production.txt @@ -1,2 +1,5 @@ +### Added +- Added support for FTP and SFTP relative path + ### Fixed -- Fixed crash with some DirectDownload profiles \ No newline at end of file +- Fixed crash when leaving activity with dialog