Skip to content

Commit 3b8a290

Browse files
committed
Release 2.5.3 (67)
1 parent 7315516 commit 3b8a290

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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) {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
### Changed
2-
- Using Android logging utils
1+
### Added
2+
- Added feature to import/export configuration and session

app/src/main/res/raw/translators.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,20 @@
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
]

0 commit comments

Comments
 (0)