Skip to content

Commit

Permalink
Version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartuzen committed Jun 4, 2023
1 parent aaade7f commit b091a36
Show file tree
Hide file tree
Showing 2 changed files with 10 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 = 12
versionName = "0.7.3"
versionCode = 13
versionName = "0.8.0"
}

buildTypes {
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- Added search support
- Added RSS auto-download rules support
- Added ability to refresh all RSS feeds
- Added ability to shutdown qBittorrent
- Torrent details screen now also shows seeding time
- Fixed some crashes

Check GitHub release for all changes.

0 comments on commit b091a36

Please sign in to comment.