diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 40159584a..1639ece39 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.8.1 +1.9.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 715da4ee0..d3f263f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,15 @@ 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.9.0] - 2025-11-08 ### Changed -- Restored ability to show/hide notch area ([#749]) +- Restored ability to show/hide notch area ([#749]) ### Fixed - Fixed overlap between editor controls and preview ([#752]) - Fixed crash when viewing photos with extended details enabled ([#754]) -- Fixed cropped copies being saved in app data when setting wallpaper ([#759]) +- Fixed cropped copies being saved in app data when setting wallpaper ([#759]) - Fixed overlap between player controls and navigation bars in landscape mode ## [1.8.1] - 2025-11-04 @@ -233,12 +235,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#734]: https://github.com/FossifyOrg/Gallery/issues/734 [#743]: https://github.com/FossifyOrg/Gallery/issues/743 [#747]: https://github.com/FossifyOrg/Gallery/issues/747 -[#752]: https://github.com/FossifyOrg/Gallery/issues/752 [#749]: https://github.com/FossifyOrg/Gallery/issues/749 +[#752]: https://github.com/FossifyOrg/Gallery/issues/752 [#754]: https://github.com/FossifyOrg/Gallery/issues/754 [#759]: https://github.com/FossifyOrg/Gallery/issues/759 -[Unreleased]: https://github.com/FossifyOrg/Gallery/compare/1.8.1...HEAD +[Unreleased]: https://github.com/FossifyOrg/Gallery/compare/1.9.0...HEAD +[1.9.0]: https://github.com/FossifyOrg/Gallery/compare/1.8.1...1.9.0 [1.8.1]: https://github.com/FossifyOrg/Gallery/compare/1.8.0...1.8.1 [1.8.0]: https://github.com/FossifyOrg/Gallery/compare/1.7.0...1.8.0 [1.7.0]: https://github.com/FossifyOrg/Gallery/compare/1.6.0...1.7.0 diff --git a/fastlane/metadata/android/en-US/changelogs/22.txt b/fastlane/metadata/android/en-US/changelogs/22.txt new file mode 100644 index 000000000..f30e46033 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/22.txt @@ -0,0 +1,11 @@ +Changed: + +• Restored ability to show/hide notch area + +Fixed: + +• Fixed overlap between editor controls and preview +• Fixed crash when viewing photos with extended details enabled +• Fixed cropped copies being saved in app data when setting wallpaper +• Fixed overlap between player controls and navigation bars in landscape mode + diff --git a/gradle.properties b/gradle.properties index 9ccf41b9d..b205271f2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ android.useAndroidX=true org.gradle.jvmargs=-Xmx8192m # Versioning -VERSION_NAME=1.8.1 -VERSION_CODE=21 +VERSION_NAME=1.9.0 +VERSION_CODE=22 APP_ID=org.fossify.gallery