summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdolfo Santiago <epoch@adol.pw>2023-11-21 16:10:36 +0100
committerAdolfo Santiago <epoch@adol.pw>2023-11-21 16:10:36 +0100
commit4b50136fac8aa5c8d91c75e986ed6f5a0004315a (patch)
treebfeac6c1212539ce20d230c0fe9168e71fbb663d
parent8b11ce286549912463bb3e9e2530d09e06ffb0a1 (diff)
Release 1.5.11.5.1
-rw-r--r--HISTORY6
-rw-r--r--fastlane/metadata/android/en-US/changelogs/199.txt7
-rw-r--r--husky/appinfo.gradle4
3 files changed, 15 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 5ded86d..64489f1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,3 +1,9 @@
+Husky 1.5.1 - 2023-11-21
+ - Update up to Android 14 (API 34).
+ - Fix: Allow the instance to not have a default profile image (causing some
+ issues when login in the first time).
+ - Fix: Null issue when opening an attachment from another instance.
+
Husky 1.5.0 - 2023-11-02
- Add: Add any user to a list from the profile.
diff --git a/fastlane/metadata/android/en-US/changelogs/199.txt b/fastlane/metadata/android/en-US/changelogs/199.txt
new file mode 100644
index 0000000..1aaade7
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/199.txt
@@ -0,0 +1,7 @@
+Husky 1.5.1
+
+Changelog:
+ - Update up to Android 14 (API 34).
+ - Fix: Allow the instance to not have a default profile image (causing some
+ issues when login in the first time).
+ - Fix: Null issue when opening an attachment from another instance.
diff --git a/husky/appinfo.gradle b/husky/appinfo.gradle
index 81ecc81..63dc48c 100644
--- a/husky/appinfo.gradle
+++ b/husky/appinfo.gradle
@@ -11,8 +11,8 @@ buildVersions.encoding = "UTF-8"
buildVersions.testinstrunner = "androidx.test.runner.AndroidJUnitRunner"
-buildVersions.versionCode = 198
-buildVersions.versionName = "1.5.0"
+buildVersions.versionCode = 199
+buildVersions.versionName = "1.5.1"
// Dev version info
def dev = [:]