diff --git a/CHANGELOG.md b/CHANGELOG.md index fdeb71d8f..e63de9b51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.3.0] - 17-09-2019 +### Added +- Import/export profiles feature + +### Changed +- List unknown IPs in top download/upload countries +- Fixed issue with DirectDownload address in setup +- Fixed issue with In-App Downloader navigation +- Fixed issue where the user wasn't able to pick a profile + + ## [5.2.4] - 28-08-2019 ### Changed - Fixed WiFi condition not working on Android 8.1+ due to missing permission diff --git a/app/build.gradle b/app/build.gradle index 020e039e9..c76d5a146 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.gianlu.aria2app" minSdkVersion 21 targetSdkVersion 29 - versionCode 187 - versionName "5.2.4" + versionCode 188 + versionName "5.3.0" } 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 ee3580111..508c87e26 100644 --- a/app/src/main/play/release-notes/en-GB/production.txt +++ b/app/src/main/play/release-notes/en-GB/production.txt @@ -1,8 +1,8 @@ -### Changed -- Fixed WiFi condition not working on Android 8.1+ due to missing permission -- Refactored profile creation -- Fixed notification service restarting as "Not started" -- Improved In-App Downloader configuration page +### Added +- Import/export profiles feature -### Removed -- Do not log GeoIP exceptions \ No newline at end of file +### Changed +- List unknown IPs in top download/upload countries +- Fixed issue with DirectDownload address in setup +- Fixed issue with In-App Downloader navigation +- Fixed issue where the user wasn't able to pick a profile \ No newline at end of file