From e387bf610eba7d1de72f576249142eb537f4b739 Mon Sep 17 00:00:00 2001 From: Naveen Singh Date: Tue, 1 Apr 2025 12:47:29 +0530 Subject: [PATCH] Update changelog --- CHANGELOG.md | 20 ++++++++++++++----- .../metadata/android/en-US/changelogs/10.txt | 3 +++ 2 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/10.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index e960d6c6..f65972de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========== +Version 1.1.7 *(2025-04-01)* +---------------------------- + +* Fixed incorrect cursor position when reopening the app (#349) +* Fixed scrolling issue on conversation details screen (#359) +* Added more translations + Version 1.1.6 *(2025-03-24)* ---------------------------- @@ -27,27 +34,30 @@ Version 1.1.4 *(2025-01-23)* Version 1.1.3 *(2025-01-05)* ---------------------------- -* Fixed issues with conversation date update (https://github.com/FossifyOrg/Messages/issues/225, https://github.com/FossifyOrg/Messages/issues/274) +* Fixed issues with conversation date + update (https://github.com/FossifyOrg/Messages/issues/225, https://github.com/FossifyOrg/Messages/issues/274) * Added more translations Version 1.1.2 *(2025-01-05)* ---------------------------- -* Fixed issues with conversation date update (https://github.com/FossifyOrg/Messages/issues/225, https://github.com/FossifyOrg/Messages/issues/274) +* Fixed issues with conversation date + update (https://github.com/FossifyOrg/Messages/issues/225, https://github.com/FossifyOrg/Messages/issues/274) * Added more translations 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) +* 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 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/10.txt b/fastlane/metadata/android/en-US/changelogs/10.txt new file mode 100644 index 00000000..1f5d68c7 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10.txt @@ -0,0 +1,3 @@ +* Fixed incorrect cursor position when reopening the app +* Fixed scrolling issue on conversation details screen +* Added more translations \ No newline at end of file