Skip to content

Commit c3f5cc0

Browse files
chore(release): v1.4.0 (16) (#529)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 4371e26 commit c3f5cc0

File tree

4 files changed

+26
-5
lines changed

4 files changed

+26
-5
lines changed

.fossify/release-marker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto-generated file. DO NOT EDIT.
2-
1.3.0
2+
1.4.0

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.4.0] - 2025-10-12
810
### Added
911
- Ability to save multiple attachments ([#75])
1012
- Ability to select numbers that aren't starred when starting a new conversation ([#153])
1113

1214
### Changed
1315
- Reordered menu options throughout the app
16+
- Updated translations
1417

1518
### Fixed
1619
- 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
144147
[#115]: https://github.com/FossifyOrg/Messages/issues/115
145148
[#135]: https://github.com/FossifyOrg/Messages/issues/135
146149
[#153]: https://github.com/FossifyOrg/Messages/issues/153
150+
[#165]: https://github.com/FossifyOrg/Messages/issues/165
147151
[#180]: https://github.com/FossifyOrg/Messages/issues/180
148152
[#209]: https://github.com/FossifyOrg/Messages/issues/209
149153
[#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
159163
[#334]: https://github.com/FossifyOrg/Messages/issues/334
160164
[#349]: https://github.com/FossifyOrg/Messages/issues/349
161165
[#359]: https://github.com/FossifyOrg/Messages/issues/359
162-
[#165]: https://github.com/FossifyOrg/Messages/issues/165
163166
[#456]: https://github.com/FossifyOrg/Messages/issues/456
164167
[#461]: https://github.com/FossifyOrg/Messages/issues/461
165168

166-
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.3.0...HEAD
169+
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.4.0...HEAD
170+
[1.4.0]: https://github.com/FossifyOrg/Messages/compare/1.3.0...1.4.0
167171
[1.3.0]: https://github.com/FossifyOrg/Messages/compare/1.2.3...1.3.0
168172
[1.2.3]: https://github.com/FossifyOrg/Messages/compare/1.2.2...1.2.3
169173
[1.2.2]: https://github.com/FossifyOrg/Messages/compare/1.2.1...1.2.2
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Added:
2+
3+
• Ability to save multiple attachments
4+
• Ability to select numbers that aren't starred when starting a new conversation
5+
6+
Changed:
7+
8+
• Reordered menu options throughout the app
9+
• Updated translations
10+
11+
Fixed:
12+
13+
• Fixed keyword blocking for MMS messages
14+
• Fixed contact number selection when adding members to a group
15+
• Fixed a glitch in pattern lock after incorrect attempts
16+
• Fixed disabled send button when sending images without text
17+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ android.useAndroidX=true
33
org.gradle.jvmargs=-Xmx8192m
44

55
# Versioning
6-
VERSION_NAME=1.3.0
7-
VERSION_CODE=15
6+
VERSION_NAME=1.4.0
7+
VERSION_CODE=16
88
APP_ID=org.fossify.messages

0 commit comments

Comments
 (0)