From d3e7cd2d1ae614591c71daebd1cfd9b106efcd6c Mon Sep 17 00:00:00 2001 From: Gianlu Date: Wed, 16 Dec 2020 12:32:07 +0100 Subject: [PATCH] Release 5.9.5 (217) --- CHANGELOG.md | 10 ++++++++++ app/build.gradle | 4 ++-- app/src/main/play/release-notes/en-GB/production.txt | 6 ++++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2dbc39c2..51370338f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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.5] - 09-12-2020 +### Added +- Added option to toggle clearing WebView cookies +- Added menu option to clear cookies + +### Fixed +- Fixed DirectDownload download not cancelling when failed +- Fixed DirectDownload download path not being calculated correctly + + ## [5.9.4] - 09-12-2020 ### Added - Added support for FTP and SFTP relative path diff --git a/app/build.gradle b/app/build.gradle index 0091bef16..ec059e6dd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.gianlu.aria2app" minSdkVersion 21 targetSdkVersion 29 - versionCode 216 - versionName "5.9.4" + versionCode 217 + versionName "5.9.5" } 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 0a91b2f21..07c75e05e 100644 --- a/app/src/main/play/release-notes/en-GB/production.txt +++ b/app/src/main/play/release-notes/en-GB/production.txt @@ -1,5 +1,7 @@ ### Added -- Added support for FTP and SFTP relative path +- Added option to toggle clearing WebView cookies +- Added menu option to clear cookies ### Fixed -- Fixed crash when leaving activity with dialog +- Fixed DirectDownload download not cancelling when failed +- Fixed DirectDownload download path not being calculated correctly \ No newline at end of file