Skip to content

Commit bef997c

Browse files
chore(release): v1.9.0 (22)
1 parent b75ead0 commit bef997c

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-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: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ 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])
12+
- Updated translations
1013

1114
### Fixed
1215
- Fixed overlap between editor controls and preview ([#752])
1316
- Fixed crash when viewing photos with extended details enabled ([#754])
14-
- Fixed cropped copies being saved in app data when setting wallpaper ([#759])
17+
- Fixed cropped copies being saved in app data when setting wallpaper ([#759])
1518
- Fixed overlap between player controls and navigation bars in landscape mode
1619

1720
## [1.8.1] - 2025-11-04
@@ -233,12 +236,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
233236
[#734]: https://github.com/FossifyOrg/Gallery/issues/734
234237
[#743]: https://github.com/FossifyOrg/Gallery/issues/743
235238
[#747]: https://github.com/FossifyOrg/Gallery/issues/747
236-
[#752]: https://github.com/FossifyOrg/Gallery/issues/752
237239
[#749]: https://github.com/FossifyOrg/Gallery/issues/749
240+
[#752]: https://github.com/FossifyOrg/Gallery/issues/752
238241
[#754]: https://github.com/FossifyOrg/Gallery/issues/754
239242
[#759]: https://github.com/FossifyOrg/Gallery/issues/759
240243

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

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)