Skip to content

Commit f67ba43

Browse files
chore(release): v1.10.0 (24) (#816)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 342f896 commit f67ba43

File tree

4 files changed

+23
-6
lines changed

4 files changed

+23
-6
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.9.1
2+
1.10.0

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ 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.10.0] - 2025-12-16
810
### Added
911
- Long press gesture to play videos at 2x speed ([#666])
1012

1113
### Changed
1214
- Player now respects play/pause state when seeking
15+
- Updated translations
1316

1417
### Fixed
1518
- Fixed opening JXL files from other apps ([#568])
@@ -239,14 +242,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
239242
[#525]: https://github.com/FossifyOrg/Gallery/issues/525
240243
[#529]: https://github.com/FossifyOrg/Gallery/issues/529
241244
[#565]: https://github.com/FossifyOrg/Gallery/issues/565
242-
[#568]: https://github.com/FossifyOrg/Gallery/issues/568
243245
[#567]: https://github.com/FossifyOrg/Gallery/issues/567
246+
[#568]: https://github.com/FossifyOrg/Gallery/issues/568
244247
[#621]: https://github.com/FossifyOrg/Gallery/issues/621
245248
[#622]: https://github.com/FossifyOrg/Gallery/issues/622
246249
[#630]: https://github.com/FossifyOrg/Gallery/issues/630
247250
[#642]: https://github.com/FossifyOrg/Gallery/issues/642
248251
[#648]: https://github.com/FossifyOrg/Gallery/issues/648
249252
[#659]: https://github.com/FossifyOrg/Gallery/issues/659
253+
[#666]: https://github.com/FossifyOrg/Gallery/issues/666
250254
[#718]: https://github.com/FossifyOrg/Gallery/issues/718
251255
[#734]: https://github.com/FossifyOrg/Gallery/issues/734
252256
[#743]: https://github.com/FossifyOrg/Gallery/issues/743
@@ -256,9 +260,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
256260
[#754]: https://github.com/FossifyOrg/Gallery/issues/754
257261
[#759]: https://github.com/FossifyOrg/Gallery/issues/759
258262
[#786]: https://github.com/FossifyOrg/Gallery/issues/786
259-
[#666]: https://github.com/FossifyOrg/Gallery/issues/666
260263

261-
[Unreleased]: https://github.com/FossifyOrg/Gallery/compare/1.9.1...HEAD
264+
[Unreleased]: https://github.com/FossifyOrg/Gallery/compare/1.10.0...HEAD
265+
[1.10.0]: https://github.com/FossifyOrg/Gallery/compare/1.9.1...1.10.0
262266
[1.9.1]: https://github.com/FossifyOrg/Gallery/compare/1.9.0...1.9.1
263267
[1.9.0]: https://github.com/FossifyOrg/Gallery/compare/1.8.1...1.9.0
264268
[1.8.1]: https://github.com/FossifyOrg/Gallery/compare/1.8.0...1.8.1
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Added:
2+
3+
• Long press gesture to play videos at 2x speed
4+
5+
Changed:
6+
7+
• Player now respects play/pause state when seeking
8+
• Updated translations
9+
10+
Fixed:
11+
12+
• Fixed opening JXL files from other apps
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.9.1
8-
VERSION_CODE=23
7+
VERSION_NAME=1.10.0
8+
VERSION_CODE=24
99
APP_ID=org.fossify.gallery

0 commit comments

Comments
 (0)