File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ android {
26
26
applicationId = " dev.yashgarg.qbit"
27
27
minSdk = 24
28
28
targetSdk = 33
29
- versionCode = 7
29
+ versionCode = 8
30
30
versionName = " v0.1.$versionCode -$commitHash "
31
31
32
32
multiDexEnabled = true
Original file line number Diff line number Diff line change 2
2
- Fix crashes on some devices caused due to foreground service and layouts
3
3
- Misc. improvements and dependency updates
4
4
5
- Please report any issues faced at https://github.com/Yash-Garg/qBittorrent-Manager/issues
5
+ Please report any issues faced at https://github.com/Yash-Garg/qBittorrent-Manager/issues
Original file line number Diff line number Diff line change
1
+ - Fixed an issue where the app wouldn't navigate after adding a config.
2
+ - Added multi-line titles for torrent details view.
3
+ - Added speed limits toggle implementation.
4
+ - Other misc. improvements and dependency updates.
5
+
6
+ Please report any issues faced at https://github.com/Yash-Garg/qBittorrent-Manager/issues
Original file line number Diff line number Diff line change
1
+ - Added toggle for allowing usage of self-signed certificates.
2
+ - Fixed an issue where the app wouldn't connect with ports due to proxies (leaving the port empty should work now).
3
+ - Other misc. improvements and dependency updates.
4
+
5
+ Please report any issues faced at https://github.com/Yash-Garg/qBittorrent-Manager/issues
You can’t perform that action at this time.
0 commit comments