Update changelog

This commit is contained in:
Naveen Singh 2025-01-04 16:52:20 +05:30
parent 379af321ba
commit 55c4e84ddc
No known key found for this signature in database
GPG key ID: AF5D43C216778C0B
2 changed files with 19 additions and 0 deletions

View file

@ -1,6 +1,18 @@
Changelog
==========
Version 1.1.1 *(2025-01-04)*
----------------------------
* Improved third party SMS/MMS intent parsing (https://github.com/FossifyOrg/Messages/issues/217, https://github.com/FossifyOrg/Messages/issues/243)
* Modified short code check to exclude emails (https://github.com/FossifyOrg/Messages/issues/115)
* Fixed issue with messages draft deletion (https://github.com/FossifyOrg/Messages/issues/13)
* Fixed multiple toast errors for MMS messages (https://github.com/FossifyOrg/Messages/issues/70, https://github.com/FossifyOrg/Messages/issues/262)
* Fixed some layout issues in message thread (https://github.com/FossifyOrg/Messages/issues/135)
* Other minor bug fixes and improvements
* Added more translations
Version 1.1.0 *(2024-12-27)*
----------------------------

View file

@ -0,0 +1,7 @@
* Improved third party SMS/MMS intent parsing
* Modified short code check to exclude emails
* Fixed issue with messages draft deletion (again)
* Fixed multiple toast errors for MMS messages
* Fixed some layout issues in message thread
* Other minor bug fixes and improvements
* Added more translations