diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index f192ffb2a..4391d3fce 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.7.3 +1.8.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf17a0af..49f3000af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.8.0] - 2025-10-29 ### Changed - Compatibility updates for Android 15 & 16 +- Updated translations ### Fixed - Fixed incoming call screen hidden by lock screen ([#165]) @@ -224,7 +226,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#585]: https://github.com/FossifyOrg/Phone/issues/585 [#594]: https://github.com/FossifyOrg/Phone/issues/594 -[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.7.3...HEAD +[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.8.0...HEAD +[1.8.0]: https://github.com/FossifyOrg/Phone/compare/1.7.3...1.8.0 [1.7.3]: https://github.com/FossifyOrg/Phone/compare/1.7.2...1.7.3 [1.7.2]: https://github.com/FossifyOrg/Phone/compare/1.7.1...1.7.2 [1.7.1]: https://github.com/FossifyOrg/Phone/compare/1.7.0...1.7.1 diff --git a/fastlane/metadata/android/en-US/changelogs/17.txt b/fastlane/metadata/android/en-US/changelogs/17.txt new file mode 100644 index 000000000..22204f5ec --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/17.txt @@ -0,0 +1,9 @@ +Changed: + +• Compatibility updates for Android 15 & 16 +• Updated translations + +Fixed: + +• Fixed incoming call screen hidden by lock screen + diff --git a/gradle.properties b/gradle.properties index 8061804ad..edd6a7bb5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,6 +22,6 @@ android.nonTransitiveRClass=false kotlin.code.style=official # Versioning -VERSION_NAME=1.7.3 -VERSION_CODE=16 +VERSION_NAME=1.8.0 +VERSION_CODE=17 APP_ID=org.fossify.phone