diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index d5223c93..0965dbe6 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.3.0 +1.4.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index db2283dc..3db7a9cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.4.0] - 2025-10-12 ### Added - Ability to save multiple attachments ([#75]) - Ability to select numbers that aren't starred when starting a new conversation ([#153]) ### Changed - Reordered menu options throughout the app +- Updated translations ### Fixed - Fixed keyword blocking for MMS messages ([#99]) @@ -144,6 +147,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#115]: https://github.com/FossifyOrg/Messages/issues/115 [#135]: https://github.com/FossifyOrg/Messages/issues/135 [#153]: https://github.com/FossifyOrg/Messages/issues/153 +[#165]: https://github.com/FossifyOrg/Messages/issues/165 [#180]: https://github.com/FossifyOrg/Messages/issues/180 [#209]: https://github.com/FossifyOrg/Messages/issues/209 [#217]: https://github.com/FossifyOrg/Messages/issues/217 @@ -159,11 +163,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#334]: https://github.com/FossifyOrg/Messages/issues/334 [#349]: https://github.com/FossifyOrg/Messages/issues/349 [#359]: https://github.com/FossifyOrg/Messages/issues/359 -[#165]: https://github.com/FossifyOrg/Messages/issues/165 [#456]: https://github.com/FossifyOrg/Messages/issues/456 [#461]: https://github.com/FossifyOrg/Messages/issues/461 -[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.3.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.4.0...HEAD +[1.4.0]: https://github.com/FossifyOrg/Messages/compare/1.3.0...1.4.0 [1.3.0]: https://github.com/FossifyOrg/Messages/compare/1.2.3...1.3.0 [1.2.3]: https://github.com/FossifyOrg/Messages/compare/1.2.2...1.2.3 [1.2.2]: https://github.com/FossifyOrg/Messages/compare/1.2.1...1.2.2 diff --git a/fastlane/metadata/android/en-US/changelogs/16.txt b/fastlane/metadata/android/en-US/changelogs/16.txt new file mode 100644 index 00000000..bf537379 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/16.txt @@ -0,0 +1,17 @@ +Added: + +• Ability to save multiple attachments +• Ability to select numbers that aren't starred when starting a new conversation + +Changed: + +• Reordered menu options throughout the app +• Updated translations + +Fixed: + +• Fixed keyword blocking for MMS messages +• Fixed contact number selection when adding members to a group +• Fixed a glitch in pattern lock after incorrect attempts +• Fixed disabled send button when sending images without text + diff --git a/gradle.properties b/gradle.properties index 24a228a6..4d7cbbf7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,6 +3,6 @@ android.useAndroidX=true org.gradle.jvmargs=-Xmx8192m # Versioning -VERSION_NAME=1.3.0 -VERSION_CODE=15 +VERSION_NAME=1.4.0 +VERSION_CODE=16 APP_ID=org.fossify.messages