Skip to content

Commit 588e0bf

Browse files
chore(release): v1.9.0 (22) (#757)
* chore(release): v1.9.0 (22) * docs(changelog): remove translations entry * docs(changelog): remove translations entry --------- Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com> Co-authored-by: Naveen Singh <[email protected]>
1 parent b1e422c commit 588e0bf

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

.fossify/release-marker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto-generated file. DO NOT EDIT.
2-
1.8.1
2+
1.9.0

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.9.0] - 2025-11-08
810
### Changed
9-
- Restored ability to show/hide notch area ([#749])
11+
- Restored ability to show/hide notch area ([#749])
1012

1113
### Fixed
1214
- Fixed overlap between editor controls and preview ([#752])
1315
- Fixed crash when viewing photos with extended details enabled ([#754])
14-
- Fixed cropped copies being saved in app data when setting wallpaper ([#759])
16+
- Fixed cropped copies being saved in app data when setting wallpaper ([#759])
1517
- Fixed overlap between player controls and navigation bars in landscape mode
1618

1719
## [1.8.1] - 2025-11-04
@@ -233,12 +235,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
233235
[#734]: https://github.com/FossifyOrg/Gallery/issues/734
234236
[#743]: https://github.com/FossifyOrg/Gallery/issues/743
235237
[#747]: https://github.com/FossifyOrg/Gallery/issues/747
236-
[#752]: https://github.com/FossifyOrg/Gallery/issues/752
237238
[#749]: https://github.com/FossifyOrg/Gallery/issues/749
239+
[#752]: https://github.com/FossifyOrg/Gallery/issues/752
238240
[#754]: https://github.com/FossifyOrg/Gallery/issues/754
239241
[#759]: https://github.com/FossifyOrg/Gallery/issues/759
240242

241-
[Unreleased]: https://github.com/FossifyOrg/Gallery/compare/1.8.1...HEAD
243+
[Unreleased]: https://github.com/FossifyOrg/Gallery/compare/1.9.0...HEAD
244+
[1.9.0]: https://github.com/FossifyOrg/Gallery/compare/1.8.1...1.9.0
242245
[1.8.1]: https://github.com/FossifyOrg/Gallery/compare/1.8.0...1.8.1
243246
[1.8.0]: https://github.com/FossifyOrg/Gallery/compare/1.7.0...1.8.0
244247
[1.7.0]: https://github.com/FossifyOrg/Gallery/compare/1.6.0...1.7.0
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Changed:
2+
3+
• Restored ability to show/hide notch area
4+
5+
Fixed:
6+
7+
• Fixed overlap between editor controls and preview
8+
• Fixed crash when viewing photos with extended details enabled
9+
• Fixed cropped copies being saved in app data when setting wallpaper
10+
• Fixed overlap between player controls and navigation bars in landscape mode
11+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ android.useAndroidX=true
44
org.gradle.jvmargs=-Xmx8192m
55

66
# Versioning
7-
VERSION_NAME=1.8.1
8-
VERSION_CODE=21
7+
VERSION_NAME=1.9.0
8+
VERSION_CODE=22
99
APP_ID=org.fossify.gallery

0 commit comments

Comments
 (0)