diff --git a/CHANGELOG.md b/CHANGELOG.md index 68842806..9644a80b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Changelog ========== +Version 1.1.0 *(2024-12-27)* +---------------------------- + +* Replaced checkboxes with switches +* Removed support for Android 7 and older versions +* Fixed various issues related to importing/exporting messages +* Fixed keyword blocking for MMS messages +* Fixed issue with messages draft deletion +* Improved app lock logic and interface +* Other minor bug fixes and improvements +* Added more translations + Version 1.0.1 *(2024-02-09)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/3.txt b/fastlane/metadata/android/en-US/changelogs/3.txt new file mode 100644 index 00000000..4429a2ca --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/3.txt @@ -0,0 +1,8 @@ +* Replaced checkboxes with switches +* Removed support for Android 7 and older versions +* Fixed various issues related to importing/exporting messages +* Fixed keyword blocking for MMS messages +* Fixed issue with messages draft deletion +* Improved app lock logic and interface +* Other minor bug fixes and improvements +* Added more translations \ No newline at end of file