Skip to content

Commit 1a1d211

Browse files
chore(release): v1.8.0 (20)
1 parent a59d4ac commit 1a1d211

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.7.0
2+
1.8.0

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ 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.8.0] - 2025-12-23
810
### Added
911
- Added "Copy number to clipboard" option inside chat overflow menu ([#651])
1012

1113
### Changed
1214
- Made "Add number to contact" option visible for alphanumeric senders ([#232])
15+
- Updated translations
1316

1417
### Fixed
1518
- Fixed missing notifications in some cases ([#159])
@@ -204,6 +207,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
204207
[#209]: https://github.com/FossifyOrg/Messages/issues/209
205208
[#217]: https://github.com/FossifyOrg/Messages/issues/217
206209
[#225]: https://github.com/FossifyOrg/Messages/issues/225
210+
[#232]: https://github.com/FossifyOrg/Messages/issues/232
207211
[#234]: https://github.com/FossifyOrg/Messages/issues/234
208212
[#243]: https://github.com/FossifyOrg/Messages/issues/243
209213
[#262]: https://github.com/FossifyOrg/Messages/issues/262
@@ -231,7 +235,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
231235
[#644]: https://github.com/FossifyOrg/Messages/issues/644
232236
[#651]: https://github.com/FossifyOrg/Messages/issues/651
233237

234-
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.7.0...HEAD
238+
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.8.0...HEAD
239+
[1.8.0]: https://github.com/FossifyOrg/Messages/compare/1.7.0...1.8.0
235240
[1.7.0]: https://github.com/FossifyOrg/Messages/compare/1.6.0...1.7.0
236241
[1.6.0]: https://github.com/FossifyOrg/Messages/compare/1.5.0...1.6.0
237242
[1.5.0]: https://github.com/FossifyOrg/Messages/compare/1.4.0...1.5.0
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Added:
2+
3+
• Added "Copy number to clipboard" option inside chat overflow menu
4+
5+
Changed:
6+
7+
• Made "Add number to contact" option visible for alphanumeric senders
8+
• Updated translations
9+
10+
Fixed:
11+
12+
• Fixed missing notifications in some cases
13+
• Fixed incorrect blocking of MMS messages in some rare cases
14+

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.7.0
7-
VERSION_CODE=19
6+
VERSION_NAME=1.8.0
7+
VERSION_CODE=20
88
APP_ID=org.fossify.messages

0 commit comments

Comments
 (0)