Skip to content

Commit d295de7

Browse files
authored
fix: downgrade io.github.awxkee:jxl-coder-glide from 2.4.0.7 to 2.3.0.1 (#579)
* fix: downgrade jxl decoder to 2.3.0.1 Regression in 2.4.0.7 See: #567 * docs: update changelog
1 parent 303dda3 commit d295de7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Fixed
1313
- Fixed broken looping in videos shorter than one second ([#565])
1414
- Slideshows now automatically start in full-screen mode ([#529])
15+
- Fixed pixelation and artifacts in some JPEG XL images ([#567])
1516

1617
## [1.4.0] - 2025-07-14
1718
### Added
@@ -135,6 +136,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
135136
[#475]: https://github.com/FossifyOrg/Gallery/issues/475
136137
[#525]: https://github.com/FossifyOrg/Gallery/issues/525
137138
[#529]: https://github.com/FossifyOrg/Gallery/issues/529
139+
[#567]: https://github.com/FossifyOrg/Gallery/issues/567
138140

139141
[Unreleased]: https://github.com/FossifyOrg/Gallery/compare/1.4.0...HEAD
140142
[1.4.0]: https://github.com/FossifyOrg/Gallery/compare/1.3.1...1.4.0

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ apng = "3.0.5"
2424
awebp = "3.0.5"
2525
glideCompiler = "4.16.0"
2626
zjupureWebpdecoder = "2.7.4.16.0"
27-
jxlDecoder = "2.4.0.7"
27+
jxlDecoder = "2.3.0.1"
2828
gestureviews = "e706487a14"
2929
androidsvgAar = "1.4"
3030
androidphotofilters = "193f2ae509"

0 commit comments

Comments
 (0)