CHANGELOG.md 🔗
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.17.6
+
+* Add ability to show message bubbles left-aligned
+
### Version 2.17.5
* Move message bubbles closer together instead of merging them
Daniel Gultsch created
CHANGELOG.md | 4 ++++
build.gradle | 4 ++--
fastlane/metadata/android/en-US/changelogs/4212704.txt | 1 +
3 files changed, 7 insertions(+), 2 deletions(-)
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.17.6
+
+* Add ability to show message bubbles left-aligned
+
### Version 2.17.5
* Move message bubbles closer together instead of merging them
@@ -111,8 +111,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
- versionCode 42126
- versionName "2.17.5"
+ versionCode 42127
+ versionName "2.17.6"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
@@ -0,0 +1 @@
+* Add ability to show message bubbles left-aligned