diff --git a/CHANGELOG.md b/CHANGELOG.md index 26883419d..f00c351bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed overlap between extended details and bottom actions ([#418]) +- Fixed loading big JXL images ([#622]) ## [1.7.0] - 2025-10-16 ### Added @@ -198,6 +199,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#565]: https://github.com/FossifyOrg/Gallery/issues/565 [#567]: https://github.com/FossifyOrg/Gallery/issues/567 [#621]: https://github.com/FossifyOrg/Gallery/issues/621 +[#622]: https://github.com/FossifyOrg/Gallery/issues/622 [#630]: https://github.com/FossifyOrg/Gallery/issues/630 [#642]: https://github.com/FossifyOrg/Gallery/issues/642 [#648]: https://github.com/FossifyOrg/Gallery/issues/648 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a4a1fd1cb..69acb9623 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,7 +25,7 @@ androidImageCropper = "4.6.0" animationAndroid = "3.0.5" glideCompiler = "5.0.5" zjupureWebpdecoder = "2.7.4.16.0" -jxlDecoder = "2.3.0.1" +jxlDecoder = "2.5.2" gestureviews = "e706487a14" androidsvgAar = "1.4" androidphotofilters = "193f2ae509"