File tree Expand file tree Collapse file tree 4 files changed +19
-5
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 11# Auto-generated file. DO NOT EDIT.
2- 1.5 .0
2+ 1.6 .0
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ android.useAndroidX=true
33org.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
88APP_ID =org.fossify.messages
You can’t perform that action at this time.
0 commit comments