Skip to content

Commit e9e584c

Browse files
chore(release): v1.6.0 (13) (#458)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent dba4d70 commit e9e584c

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

.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 & 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.6.0] - 2026-01-30
810
### Added
911
- Added support for custom fonts
1012

1113
### Changed
1214
- Tapping contact photo in lists now launches the contact details page ([#452])
15+
- Updated translations
1316

1417
### Fixed
1518
- Fixed incorrect spacing between prefix and last name ([#157])
@@ -125,7 +128,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
125128
[#415]: https://github.com/FossifyOrg/Contacts/issues/415
126129
[#452]: https://github.com/FossifyOrg/Contacts/issues/452
127130

128-
[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.5.0...HEAD
131+
[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.6.0...HEAD
132+
[1.6.0]: https://github.com/FossifyOrg/Contacts/compare/1.5.0...1.6.0
129133
[1.5.0]: https://github.com/FossifyOrg/Contacts/compare/1.4.0...1.5.0
130134
[1.4.0]: https://github.com/FossifyOrg/Contacts/compare/1.3.0...1.4.0
131135
[1.3.0]: https://github.com/FossifyOrg/Contacts/compare/1.2.5...1.3.0
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Added:
2+
3+
• Added support for custom fonts
4+
5+
Changed:
6+
7+
• Tapping contact photo in lists now launches the contact details page
8+
• Updated translations
9+
10+
Fixed:
11+
12+
• Fixed incorrect spacing between prefix and last name
13+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ android.nonTransitiveRClass=true
44
org.gradle.jvmargs=-Xmx8192m
55

66
# Versioning
7-
VERSION_NAME=1.5.0
8-
VERSION_CODE=12
7+
VERSION_NAME=1.6.0
8+
VERSION_CODE=13
99
APP_ID=org.fossify.contacts

0 commit comments

Comments
 (0)