Skip to content

Commit 5bf897f

Browse files
committed
Release 5.9.8 (220)
1 parent 15249e8 commit 5bf897f

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

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+
## [5.9.8] - 28-06-2021
8+
### Fixed
9+
- Fixed crash when trying to open local file
10+
11+
712
## [5.9.7] - 19-06-2021
813
### Added
914
- Lots of translations

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.aria2app"
1515
minSdkVersion 21
1616
targetSdkVersion 30
17-
versionCode 219
18-
versionName "5.9.7"
17+
versionCode 220
18+
versionName "5.9.8"
1919
}
2020

2121
if (isCi) {
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
### Added
2-
- Lots of translations
3-
41
### Fixed
5-
- Fixed open file button not working
6-
- Minor bugs
2+
- Fixed crash when trying to open local file

0 commit comments

Comments
 (0)