chore(release): v1.4.0 (16) (#529)

Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
This commit is contained in:
fossifybot[bot] 2025-10-13 09:06:28 +05:30 committed by GitHub
parent 4371e264af
commit c3f5cc0ef9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 26 additions and 5 deletions

View file

@ -1,2 +1,2 @@
# Auto-generated file. DO NOT EDIT. # Auto-generated file. DO NOT EDIT.
1.3.0 1.4.0

View file

@ -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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [1.4.0] - 2025-10-12
### Added ### Added
- Ability to save multiple attachments ([#75]) - Ability to save multiple attachments ([#75])
- Ability to select numbers that aren't starred when starting a new conversation ([#153]) - Ability to select numbers that aren't starred when starting a new conversation ([#153])
### Changed ### Changed
- Reordered menu options throughout the app - Reordered menu options throughout the app
- Updated translations
### Fixed ### Fixed
- Fixed keyword blocking for MMS messages ([#99]) - 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 [#115]: https://github.com/FossifyOrg/Messages/issues/115
[#135]: https://github.com/FossifyOrg/Messages/issues/135 [#135]: https://github.com/FossifyOrg/Messages/issues/135
[#153]: https://github.com/FossifyOrg/Messages/issues/153 [#153]: https://github.com/FossifyOrg/Messages/issues/153
[#165]: https://github.com/FossifyOrg/Messages/issues/165
[#180]: https://github.com/FossifyOrg/Messages/issues/180 [#180]: https://github.com/FossifyOrg/Messages/issues/180
[#209]: https://github.com/FossifyOrg/Messages/issues/209 [#209]: https://github.com/FossifyOrg/Messages/issues/209
[#217]: https://github.com/FossifyOrg/Messages/issues/217 [#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 [#334]: https://github.com/FossifyOrg/Messages/issues/334
[#349]: https://github.com/FossifyOrg/Messages/issues/349 [#349]: https://github.com/FossifyOrg/Messages/issues/349
[#359]: https://github.com/FossifyOrg/Messages/issues/359 [#359]: https://github.com/FossifyOrg/Messages/issues/359
[#165]: https://github.com/FossifyOrg/Messages/issues/165
[#456]: https://github.com/FossifyOrg/Messages/issues/456 [#456]: https://github.com/FossifyOrg/Messages/issues/456
[#461]: https://github.com/FossifyOrg/Messages/issues/461 [#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.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.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 [1.2.2]: https://github.com/FossifyOrg/Messages/compare/1.2.1...1.2.2

View file

@ -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

View file

@ -3,6 +3,6 @@ android.useAndroidX=true
org.gradle.jvmargs=-Xmx8192m org.gradle.jvmargs=-Xmx8192m
# Versioning # Versioning
VERSION_NAME=1.3.0 VERSION_NAME=1.4.0
VERSION_CODE=15 VERSION_CODE=16
APP_ID=org.fossify.messages APP_ID=org.fossify.messages