Skip to content

Commit f79ebb3

Browse files
chore(release): v1.8.1 (21) (#736)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent af500cc commit f79ebb3

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
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.0
2+
1.8.1

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.8.1] - 2025-11-04
10+
### Changed
11+
- Updated translations
12+
813
### Fixed
914
- Fixed missing resolution info in extended details for JXL images ([#659])
1015
- Fixed Gallery not appearing when opening photos from LineageOS Camera ([#411])
@@ -221,7 +226,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
221226
[#743]: https://github.com/FossifyOrg/Gallery/issues/743
222227
[#747]: https://github.com/FossifyOrg/Gallery/issues/747
223228

224-
[Unreleased]: https://github.com/FossifyOrg/Gallery/compare/1.8.0...HEAD
229+
[Unreleased]: https://github.com/FossifyOrg/Gallery/compare/1.8.1...HEAD
230+
[1.8.1]: https://github.com/FossifyOrg/Gallery/compare/1.8.0...1.8.1
225231
[1.8.0]: https://github.com/FossifyOrg/Gallery/compare/1.7.0...1.8.0
226232
[1.7.0]: https://github.com/FossifyOrg/Gallery/compare/1.6.0...1.7.0
227233
[1.6.0]: https://github.com/FossifyOrg/Gallery/compare/1.5.2...1.6.0
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Changed:
2+
3+
• Updated translations
4+
5+
Fixed:
6+
7+
• Fixed missing resolution info in extended details for JXL images
8+
• Fixed Gallery not appearing when opening photos from LineageOS Camera
9+
• Fixed extended details showing up in full-screen in some cases
10+
• Fixed full-screen view not working properly on some devices
11+
• Fixed full-screen requiring double taps in some cases
12+
• Fixed overlap between bottom actions and system bar when setting wallpaper
13+

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.0
8-
VERSION_CODE=20
7+
VERSION_NAME=1.8.1
8+
VERSION_CODE=21
99
APP_ID=org.fossify.gallery

0 commit comments

Comments
 (0)