Skip to content

Commit 9a11300

Browse files
chore(release): v1.4.0 (16)
1 parent b26d449 commit 9a11300

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
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: 5 additions & 1 deletion
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-01
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 contact number selection when adding members to a group ([#456])
@@ -159,7 +162,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
159162
[#456]: https://github.com/FossifyOrg/Messages/issues/456
160163
[#461]: https://github.com/FossifyOrg/Messages/issues/461
161164

162-
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.3.0...HEAD
165+
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.4.0...HEAD
166+
[1.4.0]: https://github.com/FossifyOrg/Messages/compare/1.3.0...1.4.0
163167
[1.3.0]: https://github.com/FossifyOrg/Messages/compare/1.2.3...1.3.0
164168
[1.2.3]: https://github.com/FossifyOrg/Messages/compare/1.2.2...1.2.3
165169
[1.2.2]: https://github.com/FossifyOrg/Messages/compare/1.2.1...1.2.2
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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 contact number selection when adding members to a group
14+
• Fixed a glitch in pattern lock after incorrect attempts
15+

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)