Skip to content

Commit 86b5bf8

Browse files
chore(release): v1.6.0 (18) (#575)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent d4e8102 commit 86b5bf8

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-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.5.0
2+
1.6.0

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.6.0] - 2025-10-29
910
### Changed
1011
- Compatibility updates for Android 15 & 16
1112
- Calling now works directly without launching dialpad ([#562])
1213
- Search bar is now pinned to the top when scrolling
14+
- Updated translations
1315

1416
### Fixed
1517
- Fixed freezing when sending messages ([#574])
@@ -195,11 +197,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
195197
[#376]: https://github.com/FossifyOrg/Messages/issues/376
196198
[#456]: https://github.com/FossifyOrg/Messages/issues/456
197199
[#461]: https://github.com/FossifyOrg/Messages/issues/461
198-
[#561]: https://github.com/FossifyOrg/Messages/pull/561
200+
[#561]: https://github.com/FossifyOrg/Messages/issues/561
199201
[#562]: https://github.com/FossifyOrg/Messages/issues/562
200202
[#574]: https://github.com/FossifyOrg/Messages/issues/574
201203

202-
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.5.0...HEAD
204+
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.6.0...HEAD
205+
[1.6.0]: https://github.com/FossifyOrg/Messages/compare/1.5.0...1.6.0
203206
[1.5.0]: https://github.com/FossifyOrg/Messages/compare/1.4.0...1.5.0
204207
[1.4.0]: https://github.com/FossifyOrg/Messages/compare/1.3.0...1.4.0
205208
[1.3.0]: https://github.com/FossifyOrg/Messages/compare/1.2.3...1.3.0
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Changed:
2+
3+
• Compatibility updates for Android 15 & 16
4+
• Calling now works directly without launching dialpad
5+
• Search bar is now pinned to the top when scrolling
6+
• Updated translations
7+
8+
Fixed:
9+
10+
• Fixed freezing when sending messages
11+

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.5.0
7-
VERSION_CODE=17
6+
VERSION_NAME=1.6.0
7+
VERSION_CODE=18
88
APP_ID=org.fossify.messages

0 commit comments

Comments
 (0)