File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ Husky 1.7.0-beta1 - 2025-09-06
2+ - Updated dependencies and Gradle.
3+ - Fix: Reload instance settings when changing an account.
4+ - Fix: Potential crash when showing the notifications tab.
5+ - Fix: Potential crash with null account.
6+ - Fix: Attempt to stop downloaded files being deleted by Android.
7+ - Add: Custom emoji reactions for statuses.
8+ - Add: Keep screen on during video playback.
9+
110Husky 1.6.1 - 2024-11-27
211 - Updated dependencies and Gradle.
312 - Fix: Fix NPE when opening links from quoted statuses
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ buildVersions.versionName = "1.6.1"
1818def beta = [:]
1919beta. suffix = " beta"
2020beta. applicationId = " su.xash.husky.${ beta.suffix} "
21- beta. versionSuffix = " 4 "
21+ beta. versionSuffix = " 1 "
2222
23- beta. versionCode = 6
24- beta. versionName = " 1.6 .0"
23+ beta. versionCode = 7
24+ beta. versionName = " 1.7 .0"
2525buildVersions. beta = beta
2626
2727// Dev version info
You can’t perform that action at this time.
0 commit comments