Skip to content

Commit

Permalink
Release 5.9.0 (212)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Sep 16, 2020
1 parent f085950 commit 350caea
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.0] - 16-09-2020
### Added
- Copy magnet link for BitTorrent download
- Added password toggles
- Added support for FTP, SFTP and Samba in DirectDownload


## [5.8.1] - 10-08-2020
### Fixed
- Fixed loading progress bar color
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 211
versionName "5.8.1"
versionCode 212
versionName "5.9.0"
}

if (isTravis) {
Expand Down
10 changes: 4 additions & 6 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
### Fixed
- Fixed loading progress bar color
- Fixed WebView reloading when changing orientation

### Changed
- Changes best trackers source
### Added
- Copy magnet link for BitTorrent download
- Added password toggles
- Added support for FTP, SFTP and Samba in DirectDownload
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.2.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.3.0'
}
}

Expand Down

0 comments on commit 350caea

Please sign in to comment.