Skip to content

Commit

Permalink
Release 5.9.5 (217)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Dec 16, 2020
1 parent c2f57eb commit d3e7cd2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 216
versionName "5.9.4"
versionCode 217
versionName "5.9.5"
}

if (isTravis) {
Expand Down
6 changes: 4 additions & 2 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d3e7cd2

Please sign in to comment.