Skip to content

Commit

Permalink
Version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartuzen committed Apr 9, 2023
1 parent cdcc6c3 commit b887a9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId = "dev.bartuzen.qbitcontroller"
minSdk = 21
targetSdk = 33
versionCode = 10
versionName = "0.7.1"
versionCode = 11
versionName = "0.7.2"
}

buildTypes {
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Added option to sort torrents by ratio
- Fixed incorrect scroll behavior on torrent list
- Fixed some trackers throwing exceptions when they can't be parsed
- Fixed priority icons being the same color as background in light theme

Check GitHub release for all changes.

0 comments on commit b887a9c

Please sign in to comment.