Skip to content

Commit

Permalink
Release 5.7.2 (208)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Apr 10, 2020
1 parent bf3b09b commit 6b7a37a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.7.2] - 10-04-2020
### Fixed
- Fixed crash when intercepting URL with WebView
- Fixed add URI dialog appearing when intercepting with WebView


## [5.7.1] - 09-04-2020
### Fixed
- Fixed file name not being decoded when using WebView
Expand All @@ -12,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- WebView should intercept more requests


## [5.7.0] - 05-04-2020
### Added
- Added ability to export/import session and conf file (#95)
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 207
versionName "5.7.1"
versionCode 208
versionName "5.7.2"
}

if (isTravis) {
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### Fixed
- Fixed file name not being decoded when using WebView
- Fixed search displaying wrong results
- Fixed crash when intercepting URL with WebView
- Fixed add URI dialog appearing when intercepting with WebView

### Changed
- WebView should intercept more requests

0 comments on commit 6b7a37a

Please sign in to comment.