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,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+ ## [ 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
Original file line number Diff line number Diff 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) {
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments