Skip to content

Commit

Permalink
Version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartuzen committed Jan 6, 2024
1 parent a03f016 commit ed757ab
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 @@ -23,8 +23,8 @@ android {
applicationId = "dev.bartuzen.qbitcontroller"
minSdk = 21
targetSdk = 34
versionCode = 15
versionName = "0.8.2"
versionCode = 16
versionName = "0.8.3"
}

buildTypes {
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Added reset filter option to search result
- Minor UI changes
- Fixed default Auto TMM option not working when adding torrent
- Fixed minor issues

Check GitHub release for all changes.

0 comments on commit ed757ab

Please sign in to comment.