Update changelog
This commit is contained in:
parent
aed04d7224
commit
e387bf610e
2 changed files with 18 additions and 5 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
|
@ -1,6 +1,13 @@
|
||||||
Changelog
|
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)*
|
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)*
|
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
|
* Added more translations
|
||||||
|
|
||||||
Version 1.1.2 *(2025-01-05)*
|
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
|
* Added more translations
|
||||||
|
|
||||||
Version 1.1.1 *(2025-01-04)*
|
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)
|
* 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 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)
|
* Fixed some layout issues in message thread (https://github.com/FossifyOrg/Messages/issues/135)
|
||||||
* Other minor bug fixes and improvements
|
* Other minor bug fixes and improvements
|
||||||
* Added more translations
|
* Added more translations
|
||||||
|
|
||||||
|
|
||||||
Version 1.1.0 *(2024-12-27)*
|
Version 1.1.0 *(2024-12-27)*
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
|
|
|
||||||
3
fastlane/metadata/android/en-US/changelogs/10.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/10.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
* Fixed incorrect cursor position when reopening the app
|
||||||
|
* Fixed scrolling issue on conversation details screen
|
||||||
|
* Added more translations
|
||||||
Loading…
Add table
Add a link
Reference in a new issue