File tree Expand file tree Collapse file tree 4 files changed +24
-4
lines changed
Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ 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.5.3] - 09-04-2020
8+ ### Added
9+ - Added feature to import/export configuration and session
10+
11+
712## [ 2.5.2] - 17-03-2020
813### Changed
914- Using Android logging utils
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 66
18- versionName " 2.5.2 "
17+ versionCode 67
18+ versionName " 2.5.3 "
1919 }
2020
2121 if (isTravis) {
Original file line number Diff line number Diff line change 1- ### Changed
2- - Using Android logging utils
1+ ### Added
2+ - Added feature to import/export configuration and session
Original file line number Diff line number Diff line change 55 "languages" : [
66 " Chinese (simplified)"
77 ]
8+ },
9+ {
10+ "name" : " Xu Eric" ,
11+ "link" : " https://crowdin.com/profile/spice2wolf" ,
12+ "languages" : [
13+ " Chinese (simplified)"
14+ ]
15+ },
16+ {
17+ "name" : " Marcin" ,
18+ "link" : " https://crowdin.com/profile/spid301" ,
19+ "languages" : [
20+ " Chinese (simplified)" ,
21+ " Chinese (traditional)"
22+ ]
823 }
924]
You can’t perform that action at this time.
0 commit comments