Skip to content

Commit

Permalink
Version 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartuzen committed Feb 24, 2024
1 parent 0ee7f7c commit 13b6799
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -22,8 +22,8 @@ android {
applicationId = "dev.bartuzen.qbitcontroller"
minSdk = 21
targetSdk = 34
versionCode = 17
versionName = "0.8.4"
versionCode = 18
versionName = "0.8.5"
}

buildTypes {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Added inactive seeding time limit to torrent options
- Alternative speed limits option is moved to speed limits dialog
- Reverted internal changes that created problems, especially on older qBittorrent versions

Check GitHub release for all changes.

0 comments on commit 13b6799

Please sign in to comment.