Skip to content

Commit fce71ed

Browse files
committed
docs: add changelog and bump up version
1 parent 5bc7d0f commit fce71ed

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
applicationId = "dev.yashgarg.qbit"
2727
minSdk = 24
2828
targetSdk = 33
29-
versionCode = 7
29+
versionCode = 8
3030
versionName = "v0.1.$versionCode-$commitHash"
3131

3232
multiDexEnabled = true

fastlane/metadata/android/en-US/changelogs/5.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
- Fix crashes on some devices caused due to foreground service and layouts
33
- Misc. improvements and dependency updates
44

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
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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

0 commit comments

Comments
 (0)