M HISTORY => HISTORY +16 -0
@@ 1,3 1,19 @@
+Husky 1.4.0-beta3 - 2022-12-11
+ - Feature: Show visibility icon and description for local posts (fruye).
+ - Feature: Support sending posts with local visibility (fruye).
+ - Feature: Add 'local' and 'direct' options to default post visibility setting
+ (fruye).
+ - Feature: Mark posts that were edited (fruye).
+ - Fix: Search is now working again (SekthDroid).
+ - More views to ViewBinding.
+
+ Update dependencies:
+ - buildTools (32.0.0 -> 33.0.1).
+ - fragmentKtx (1.5.4 -> 1.5.5).
+ - gradlePluginVersions (0.42.0 -> 0.44.0).
+ - kotlin (1.7.21 -> 1.7.22).
+ - materialDrawerTypeface (3.0.1.4.original-kotlin@aar -> 4.0.0.2-kotlin).
+
Husky 1.4.0-beta2 - 2022-11-27
- Feature: Support for Akkoma bubble timeline (thanks to Tristan Henderson).
- Changed DI from Dagger to Koin.
A fastlane/metadata/android/en-US/changelogs/189.txt => fastlane/metadata/android/en-US/changelogs/189.txt +9 -0
@@ 0,0 1,9 @@
+Husky 1.4.0-beta3
+
+Changelog:
+ - Feature: Show visibility icon and description for local posts (fruye).
+ - Feature: Support sending posts with local visibility (fruye).
+ - Feature: Add 'local' and 'direct' options to default post visibility setting
+ (fruye).
+ - Feature: Mark posts that were edited (fruye).
+ - Fix: Search is now working again (SekthDroid).
M husky/appinfo.gradle => husky/appinfo.gradle +2 -2
@@ 9,7 9,7 @@ buildVersions.jdkVersion = "${buildVersions.javaCompat}"
buildVersions.encoding = "UTF-8"
-buildVersions.versionCode = 188
+buildVersions.versionCode = 189
buildVersions.versionName = "1.4.0"
// Beta version info
@@ 17,7 17,7 @@ def beta = [:]
beta.suffix = "beta"
beta.applicationId = "su.xash.husky.${beta.suffix}"
-beta.versionSuffix = "2"
+beta.versionSuffix = "3"
buildVersions.beta = beta
// Dev version info