From cd2f0922ab1c9cf64521e6ac78a519a82405690e Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Wed, 6 Mar 2024 10:12:53 +1100 Subject: [PATCH] Update changelog --- ui/v2.5/src/docs/en/Changelog/v0250.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/v2.5/src/docs/en/Changelog/v0250.md b/ui/v2.5/src/docs/en/Changelog/v0250.md index 6d7535c23..50b2d9089 100644 --- a/ui/v2.5/src/docs/en/Changelog/v0250.md +++ b/ui/v2.5/src/docs/en/Changelog/v0250.md @@ -43,6 +43,7 @@ * Fixed `baseURL` not being applied to some links. ([#4501](https://github.com/stashapp/stash/pull/4501)) * Fixed country selector in bulk performer edit dialog. ([#4565](https://github.com/stashapp/stash/pull/4565)) * Fixed image clips not upscaling in lightbox. ([#4569](https://github.com/stashapp/stash/pull/4569)) +* Fixed `bmp` files being treated as video files in the lightbox. ([#4653](https://github.com/stashapp/stash/pull/4653)) * Fixed performer penis length being truncated to integer. ([#4630](https://github.com/stashapp/stash/pull/4630)) * Fixed heatmap generating repeated segments where there is no action. ([#4557](https://github.com/stashapp/stash/pull/4557)) * Fixed media decode error not switching to next streaming format. ([#4506](https://github.com/stashapp/stash/pull/4506))