diff --git a/CHANGELOG.md b/CHANGELOG.md index 863585225..9b956422b 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.7.1] - 09-04-2020 +### Fixed +- Fixed file name not being decoded when using WebView +- Fixed search displaying wrong results + +### Changed +- WebView should intercept more requests + ## [5.7.0] - 05-04-2020 ### Added - Added ability to export/import session and conf file (#95) diff --git a/app/build.gradle b/app/build.gradle index 190b3505c..0d7bfd28c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.gianlu.aria2app" minSdkVersion 21 targetSdkVersion 29 - versionCode 206 - versionName "5.7.0" + versionCode 207 + versionName "5.7.1" } 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 e4c7dd6c3..62be948fc 100644 --- a/app/src/main/play/release-notes/en-GB/production.txt +++ b/app/src/main/play/release-notes/en-GB/production.txt @@ -1,9 +1,6 @@ -### Added -- Added ability to export/import session and conf file - ### Fixed -- Fixed WebView URL parse issue +- Fixed file name not being decoded when using WebView +- Fixed search displaying wrong results ### Changed -- Using Android logging now! -- Do not check aria2 version for In-App Downloader \ No newline at end of file +- WebView should intercept more requests \ No newline at end of file diff --git a/aria2lib b/aria2lib index e090bf669..7ba74b0d7 160000 --- a/aria2lib +++ b/aria2lib @@ -1 +1 @@ -Subproject commit e090bf669295affde1fc066ee2017a3c8c41036d +Subproject commit 7ba74b0d7c1566aa033119f56ecb548f95556bbd