Skip to content

Commit f63e2b9

Browse files
committed
Release 1.7.0-beta1
1 parent e848c34 commit f63e2b9

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

HISTORY

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
Husky 1.6.1 - 2024-11-27
211
- Updated dependencies and Gradle.
312
- Fix: Fix NPE when opening links from quoted statuses

husky/appinfo.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ buildVersions.versionName = "1.6.1"
1818
def beta = [:]
1919
beta.suffix = "beta"
2020
beta.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"
2525
buildVersions.beta = beta
2626

2727
// Dev version info

0 commit comments

Comments
 (0)