Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .fossify/release-marker.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Auto-generated file. DO NOT EDIT.
1.8.1
1.9.0
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ 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])
- Updated translations

### 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
Expand Down Expand Up @@ -233,12 +236,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
Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/22.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Changed:

• Restored ability to show/hide notch area
• Updated translations

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

4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading