From 95d0e5dd345076b4372dd7c98198a3c0189fe7bb Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:13:13 +1100 Subject: [PATCH] Update changelog --- ui/v2.5/src/docs/en/Changelog/v0250.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/v2.5/src/docs/en/Changelog/v0250.md b/ui/v2.5/src/docs/en/Changelog/v0250.md index 50b2d90893d..579833def77 100644 --- a/ui/v2.5/src/docs/en/Changelog/v0250.md +++ b/ui/v2.5/src/docs/en/Changelog/v0250.md @@ -29,6 +29,11 @@ * Performer stash-box draft now includes the Disambiguation field. ([#4122](https://github.com/stashapp/stash/pull/4122)) ### 🐛 Bug fixes +* **[0.25.1]** Fixed captions with embedded timestamps rendering incorrectly. ([#4682](https://github.com/stashapp/stash/pull/4682)) +* **[0.25.1]** Fixed buffering time included in scene play time. ([#4670](https://github.com/stashapp/stash/pull/4670)) +* **[0.25.1]** Fixed medium fingerprint match colour. ([#4662](https://github.com/stashapp/stash/pull/4662)) +* **[0.25.1]** Fixed image clip webm files not being cleaned by Clean Generate task. ([#4657](https://github.com/stashapp/stash/pull/4657)) +* **[0.25.1]** Fixed ffmpeg error when transcoding files where max transcode size is set. ([#4660](https://github.com/stashapp/stash/pull/4660)) * Fixed invalid share causing error during cleaning. ([#4570](https://github.com/stashapp/stash/pull/4570)) * Fixed stash ids being removed when tagging Studio using the Studio Tagger. ([#4572](https://github.com/stashapp/stash/pull/4572)) * Fixed Plugin manager failing to get any updates if any installed sources are not found. ([#4591](https://github.com/stashapp/stash/pull/4591))