Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
captainepoch committed Jul 29, 2024
1 parent c82a22a commit f5e408f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Husky 1.6.0 - 2024-XX-YY
Husky 1.6.0 - 2024-07-29
- Add: Quotes and quoting support, and navigating from quote to the
correspondent post.
- Add: AVIF support.
Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/203.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Husky 1.6.0

Changelog:
- Add: Quotes and quoting support, and navigating from quote to the
correspondent post.
- Add: AVIF support.
- Add: Expiring posts per account.
- Add: Replay videos preference (Global).
- Fix: Emoji reactions not showing.
- Fix: Possible fix for null notifications.
- Updated translations.
- Update dependencies.
4 changes: 2 additions & 2 deletions husky/appinfo.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ buildVersions.encoding = "UTF-8"

buildVersions.testinstrunner = "androidx.test.runner.AndroidJUnitRunner"

buildVersions.versionCode = 202
buildVersions.versionName = "1.5.4"
buildVersions.versionCode = 203
buildVersions.versionName = "1.6.0"

// Beta version info
def beta = [:]
Expand Down

0 comments on commit f5e408f

Please sign in to comment.