Skip to content

Commit 331fbd9

Browse files
chore(release): v1.11.0 (25)
1 parent ce21551 commit 331fbd9

4 files changed

Lines changed: 26 additions & 5 deletions

File tree

.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.10.0
2+
1.11.0

CHANGELOG.md

Lines changed: 6 additions & 2 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.11.0] - 2026-01-30
810
### Added
911
- Added support for custom fonts
1012
- Added option to toggle Ultra HDR rendering (Android 14+) ([#564])
1113
- Long press gesture to play videos at 2x speed in separate video player ([#830])
1214

1315
### Changed
1416
- Mute button is now disabled for videos without an audio track ([#876])
17+
- Updated translations
1518

1619
### Fixed
1720
- Fixed issue with separate video player not respecting paused state when seeking ([#831])
@@ -274,12 +277,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
274277
[#754]: https://github.com/FossifyOrg/Gallery/issues/754
275278
[#759]: https://github.com/FossifyOrg/Gallery/issues/759
276279
[#786]: https://github.com/FossifyOrg/Gallery/issues/786
280+
[#800]: https://github.com/FossifyOrg/Gallery/issues/800
277281
[#830]: https://github.com/FossifyOrg/Gallery/issues/830
278282
[#831]: https://github.com/FossifyOrg/Gallery/issues/831
279-
[#800]: https://github.com/FossifyOrg/Gallery/issues/800
280283
[#876]: https://github.com/FossifyOrg/Gallery/issues/876
281284

282-
[Unreleased]: https://github.com/FossifyOrg/Gallery/compare/1.10.0...HEAD
285+
[Unreleased]: https://github.com/FossifyOrg/Gallery/compare/1.11.0...HEAD
286+
[1.11.0]: https://github.com/FossifyOrg/Gallery/compare/1.10.0...1.11.0
283287
[1.10.0]: https://github.com/FossifyOrg/Gallery/compare/1.9.1...1.10.0
284288
[1.9.1]: https://github.com/FossifyOrg/Gallery/compare/1.9.0...1.9.1
285289
[1.9.0]: https://github.com/FossifyOrg/Gallery/compare/1.8.1...1.9.0
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Added:
2+
3+
• Added support for custom fonts
4+
• Added option to toggle Ultra HDR rendering (Android 14+)
5+
• Long press gesture to play videos at 2x speed in separate video player
6+
7+
Changed:
8+
9+
• Mute button is now disabled for videos without an audio track
10+
• Updated translations
11+
12+
Fixed:
13+
14+
• Fixed issue with separate video player not respecting paused state when seeking
15+
• Fixed misplacement of extended information during slideshow
16+
• Fixed double-tap to zoom for WebP images
17+

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.10.0
8-
VERSION_CODE=24
7+
VERSION_NAME=1.11.0
8+
VERSION_CODE=25
99
APP_ID=org.fossify.gallery

0 commit comments

Comments
 (0)