Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Husky 1.7.0-beta1 - 2025-09-06
- Updated dependencies and Gradle.
- Fix: Reload instance settings when changing an account.
- Fix: Potential crash when showing the notifications tab.
- Fix: Potential crash with null account.
- Fix: Attempt to stop downloaded files being deleted by Android.
- Add: Custom emoji reactions for statuses.
- Add: Keep screen on during video playback.

Husky 1.6.1 - 2024-11-27
- Updated dependencies and Gradle.
- Fix: Fix NPE when opening links from quoted statuses
Expand Down
6 changes: 3 additions & 3 deletions husky/appinfo.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ buildVersions.versionName = "1.6.1"
def beta = [:]
beta.suffix = "beta"
beta.applicationId = "su.xash.husky.${beta.suffix}"
beta.versionSuffix = "4"
beta.versionSuffix = "1"

beta.versionCode = 6
beta.versionName = "1.6.0"
beta.versionCode = 7
beta.versionName = "1.7.0"
buildVersions.beta = beta

// Dev version info
Expand Down