Merge remote-tracking branch 'upstream/main'

This commit is contained in:
adbenitez
2025-02-27 20:51:22 +01:00
2 changed files with 20 additions and 2 deletions
+18
View File
@@ -1,5 +1,23 @@
# ArcaneChat Android Changelog
## v1.54.1
2025-02
* allow to add any chat to the home screen
* update "forward message" icon and organize the messages actions bar
* do not allow non-members to change ephemeral timer settings of groups
* properly display padlock when the message is not sent over the network
* sync message deletion to other devices
* allow scanning multiple QR-invitation codes without needing to wait for completion to scan the next one
* when reactions are seen in one device, remove notification from your other devices
* don't disturb with notification when someone leave a group
* detect incompatible profiles from newer app version when importing them
* prepare the app for receiving edited messages
* prepare the app for receiving message deletion requests
* do some small bug fixes
* update translations
* update to core 1.156.0
## v1.54.0
2025-02
+2 -2
View File
@@ -33,8 +33,8 @@ android {
useLibrary 'org.apache.http.legacy'
defaultConfig {
versionCode 30000711
versionName "1.54.1"
versionCode 30000712
versionName "1.54.2"
applicationId "chat.delta.lite"
multiDexEnabled true