From c3f5cc0ef9845a76e7b6b253e22db147927b8756 Mon Sep 17 00:00:00 2001 From: "fossifybot[bot]" <212866877+fossifybot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 09:06:28 +0530 Subject: [PATCH] chore(release): v1.4.0 (16) (#529) Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com> --- .fossify/release-marker.txt | 2 +- CHANGELOG.md | 8 ++++++-- .../metadata/android/en-US/changelogs/16.txt | 17 +++++++++++++++++ gradle.properties | 4 ++-- 4 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/16.txt 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