commit
4832d69e07
3 changed files with 16 additions and 2 deletions
|
|
@ -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)*
|
||||
----------------------------
|
||||
|
||||
|
|
|
|||
5
fastlane/metadata/android/en-US/changelogs/9.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/9.txt
Normal 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
|
||||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue