diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 03dad688..d5223c93 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.2.5 +1.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index b85c7329..9529384e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,14 @@ 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.3.0] - 2025-10-09 ### Added - Support for importing contacts from vCards shared by other apps ([#321]) +### Changed +- Updated translations + ### Fixed - Fixed search not matching full phone numbers @@ -94,7 +99,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#339]: https://github.com/FossifyOrg/Contacts/issues/339 [#360]: https://github.com/FossifyOrg/Contacts/issues/360 -[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.2.5...HEAD +[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.3.0...HEAD +[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 [1.2.4]: https://github.com/FossifyOrg/Contacts/compare/1.2.3...1.2.4 [1.2.3]: https://github.com/FossifyOrg/Contacts/compare/1.2.2...1.2.3 diff --git a/fastlane/metadata/android/en-US/changelogs/10.txt b/fastlane/metadata/android/en-US/changelogs/10.txt new file mode 100644 index 00000000..4140c469 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10.txt @@ -0,0 +1,12 @@ +Added: + +• Support for importing contacts from vCards shared by other apps + +Changed: + +• Updated translations + +Fixed: + +• Fixed search not matching full phone numbers + diff --git a/gradle.properties b/gradle.properties index c1aaaf10..4f32eb7d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ android.nonTransitiveRClass=true org.gradle.jvmargs=-Xmx8192m # Versioning -VERSION_NAME=1.2.5 -VERSION_CODE=9 +VERSION_NAME=1.3.0 +VERSION_CODE=10 APP_ID=org.fossify.contacts