diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 0965dbe6..cc27b19a 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.4.0 +1.5.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 92e29315..7720b6d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.5.0] - 2025-12-16 +### Changed +- Updated translations + ### Fixed - Fixed invisible navigation bars in contact viewer ([#415]) - Fixed search highlighting for characters with accents and diacritics ([#12]) @@ -110,7 +115,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#360]: https://github.com/FossifyOrg/Contacts/issues/360 [#415]: https://github.com/FossifyOrg/Contacts/issues/415 -[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.4.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.5.0...HEAD +[1.5.0]: https://github.com/FossifyOrg/Contacts/compare/1.4.0...1.5.0 [1.4.0]: https://github.com/FossifyOrg/Contacts/compare/1.3.0...1.4.0 [1.3.0]: https://github.com/FossifyOrg/Contacts/compare/1.2.5...1.3.0 [1.2.5]: https://github.com/FossifyOrg/Contacts/compare/1.2.4...1.2.5 diff --git a/fastlane/metadata/android/en-US/changelogs/12.txt b/fastlane/metadata/android/en-US/changelogs/12.txt new file mode 100644 index 00000000..afcf923c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/12.txt @@ -0,0 +1,9 @@ +Changed: + +• Updated translations + +Fixed: + +• Fixed invisible navigation bars in contact viewer +• Fixed search highlighting for characters with accents and diacritics + diff --git a/gradle.properties b/gradle.properties index c4f5ee49..8de2ea88 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ android.nonTransitiveRClass=true org.gradle.jvmargs=-Xmx8192m # Versioning -VERSION_NAME=1.4.0 -VERSION_CODE=11 +VERSION_NAME=1.5.0 +VERSION_CODE=12 APP_ID=org.fossify.contacts