Merge pull request #354 from FossifyOrg/1.1.6

Release 1.1.6 (9)
This commit is contained in:
Naveen Singh 2025-03-24 03:05:55 +05:30 committed by GitHub
commit 4832d69e07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 2 deletions

View file

@ -1,6 +1,15 @@
Changelog
==========
Version 1.1.6 *(2025-03-24)*
----------------------------
* Fixed crash when viewing messages
* Fixes incorrect author name in group messages (#180)
* Removed storage permission requirement (#309)
* Other minor fixes and improvements
* Added more translations
Version 1.1.5 *(2025-02-02)*
----------------------------

View file

@ -0,0 +1,5 @@
* Fixed crash when viewing messages
* Fixes incorrect author name in group messages
* Removed storage permission requirement
* Other minor fixes and improvements
* Added more translations

View file

@ -31,8 +31,8 @@ ez-vcard = "0.11.3"
shortcut-badger = "1.1.22"
#versioning
app-version-appId = "org.fossify.messages"
app-version-versionCode = "8"
app-version-versionName = "1.1.5"
app-version-versionCode = "9"
app-version-versionName = "1.1.6"
[libraries]
#AndroidX
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }