diff --git a/CHANGELOG.md b/CHANGELOG.md index 9644a80b..08f3c9db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/4.txt b/fastlane/metadata/android/en-US/changelogs/4.txt new file mode 100644 index 00000000..780c1670 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/4.txt @@ -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 \ No newline at end of file