Skip to content

Commit 3258aa9

Browse files
chore(release): v1.8.0 (20) (#643)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 21abf8f commit 3258aa9

File tree

4 files changed

+25
-5
lines changed

4 files changed

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

CHANGELOG.md

Lines changed: 5 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.8.0] - 2026-01-30
810
### Added
911
- Added support for custom fonts
1012
- Added "Copy number to clipboard" option inside chat overflow menu ([#651])
1113

1214
### Changed
1315
- Improved multi-message copy formatting with timestamps and sender names
16+
- Updated translations
1417

1518
### Fixed
1619
- Fixed missing notifications in some cases ([#159])
@@ -207,7 +210,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
207210
[#209]: https://github.com/FossifyOrg/Messages/issues/209
208211
[#217]: https://github.com/FossifyOrg/Messages/issues/217
209212
[#225]: https://github.com/FossifyOrg/Messages/issues/225
210-
[#232]: https://github.com/FossifyOrg/Messages/issues/232
211213
[#234]: https://github.com/FossifyOrg/Messages/issues/234
212214
[#243]: https://github.com/FossifyOrg/Messages/issues/243
213215
[#262]: https://github.com/FossifyOrg/Messages/issues/262
@@ -237,7 +239,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
237239
[#644]: https://github.com/FossifyOrg/Messages/issues/644
238240
[#651]: https://github.com/FossifyOrg/Messages/issues/651
239241

240-
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.7.0...HEAD
242+
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.8.0...HEAD
243+
[1.8.0]: https://github.com/FossifyOrg/Messages/compare/1.7.0...1.8.0
241244
[1.7.0]: https://github.com/FossifyOrg/Messages/compare/1.6.0...1.7.0
242245
[1.6.0]: https://github.com/FossifyOrg/Messages/compare/1.5.0...1.6.0
243246
[1.5.0]: https://github.com/FossifyOrg/Messages/compare/1.4.0...1.5.0
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Added:
2+
3+
• Added support for custom fonts
4+
• Added "Copy number to clipboard" option inside chat overflow menu
5+
6+
Changed:
7+
8+
• Improved multi-message copy formatting with timestamps and sender names
9+
• Updated translations
10+
11+
Fixed:
12+
13+
• Fixed missing notifications in some cases
14+
• Fixed incorrect blocking of MMS messages in some rare cases
15+
• Fixed issue with importing alphanumeric blocked numbers
16+
• Fixed issue where scheduled messages were not sent after a reboot or app updates
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.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)