diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index d5223c93..c030b17f 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.3.0 +1.3.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 361f1d02..697732a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,13 @@ 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.1] - 2025-10-05 +### Changed +- Updated translations + ### Fixed -- Fixed app crash when location service is disabled on Android 10 and prior ([#177]) +- Fixed app crash when location service is disabled on Android 10 and prior ([#177]) ## [1.3.0] - 2025-09-17 ### Changed @@ -56,8 +61,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#20]: https://github.com/FossifyOrg/Camera/issues/20 [#97]: https://github.com/FossifyOrg/Camera/issues/97 [#157]: https://github.com/FossifyOrg/Camera/issues/157 +[#177]: https://github.com/FossifyOrg/Camera/issues/177 -[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.3.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.3.1...HEAD +[1.3.1]: https://github.com/FossifyOrg/Camera/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/FossifyOrg/Camera/compare/1.2.0...1.3.0 [1.2.0]: https://github.com/FossifyOrg/Camera/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/FossifyOrg/Camera/compare/1.0.4...1.1.0 diff --git a/fastlane/metadata/android/en-US/changelogs/9.txt b/fastlane/metadata/android/en-US/changelogs/9.txt new file mode 100644 index 00000000..19b95734 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/9.txt @@ -0,0 +1,8 @@ +Changed: + +• Updated translations + +Fixed: + +• Fixed app crash when location service is disabled on Android 10 and prior + diff --git a/gradle.properties b/gradle.properties index 6e2d04f3..5ff3fb04 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,6 +11,6 @@ org.gradle.unsafe.configuration-cache-problems=warn android.nonTransitiveRClass=true # Versioning -VERSION_NAME=1.3.0 -VERSION_CODE=8 +VERSION_NAME=1.3.1 +VERSION_CODE=9 APP_ID=org.fossify.camera