Skip to content

Commit

Permalink
Version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartuzen committed Sep 3, 2023
1 parent 4a68188 commit 90cb268
Show file tree
Hide file tree
Showing 2 changed files with 9 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 = 33
versionCode = 13
versionName = "0.8.0"
versionCode = 14
versionName = "0.8.1"
}

buildTypes {
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Added swipe actions on torrent list
- Added subcategory support (for qBittorrent version 4.6.0 and above)
- Added ability to search in RSS feeds
- Country flags are now shown on torrent peers
- Fixed minor issues and crashes

Check GitHub release for all changes.

0 comments on commit 90cb268

Please sign in to comment.