File tree Expand file tree Collapse file tree
src/main/play/release-notes/en-GB Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 2.6.0] - 07-07-2020
8+ ### Added
9+ - Added list of interfaces
10+
11+ ### Changed
12+ - Load CA certificates instead of disabling check
13+
14+
715## [ 2.5.3] - 09-04-2020
816### Added
917- Added feature to import/export configuration and session
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ android {
1414 applicationId " com.gianlu.aria2android"
1515 minSdkVersion 21
1616 targetSdkVersion 29
17- versionCode 67
18- versionName " 2.5.3 "
17+ versionCode 68
18+ versionName " 2.6.0 "
1919 }
2020
2121 if (isTravis) {
Original file line number Diff line number Diff line change 11### Added
2- - Added feature to import/export configuration and session
2+ - Added list of interfaces
3+
4+ ### Changed
5+ - Load CA certificates instead of disabling check
You can’t perform that action at this time.
0 commit comments