diff --git a/ui/v2.5/src/docs/en/Changelog/v0250.md b/ui/v2.5/src/docs/en/Changelog/v0250.md index b80916d45..6d7535c23 100644 --- a/ui/v2.5/src/docs/en/Changelog/v0250.md +++ b/ui/v2.5/src/docs/en/Changelog/v0250.md @@ -26,6 +26,7 @@ * Improved scene tagger matching prioritisation. ([#4618](https://github.com/stashapp/stash/pull/4618)) * Added support for disabling mobile media-viewer's fullscreen auto-rotate. ([#4416](https://github.com/stashapp/stash/pull/4416)) * Defer loading edit panel data until needed. ([#4564](https://github.com/stashapp/stash/pull/4564)) +* Performer stash-box draft now includes the Disambiguation field. ([#4122](https://github.com/stashapp/stash/pull/4122)) ### 🐛 Bug fixes * Fixed invalid share causing error during cleaning. ([#4570](https://github.com/stashapp/stash/pull/4570)) @@ -42,9 +43,11 @@ * 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 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)) -* Fix media decode error not switching to next streaming format. ([#4506](https://github.com/stashapp/stash/pull/4506)) -* Fix broken favicon after logging in using Firefox. ([#4498](https://github.com/stashapp/stash/pull/4498)) +* Fixed media decode error not switching to next streaming format. ([#4506](https://github.com/stashapp/stash/pull/4506)) +* Fixed image scraping not using proxy. ([#4637](https://github.com/stashapp/stash/pull/4637)) +* Fixed broken favicon after logging in using Firefox. ([#4498](https://github.com/stashapp/stash/pull/4498)) * Moved tag hover popover to the right. ([#4593](https://github.com/stashapp/stash/pull/4593)) * Fixed weird 404 behaviour in plugin assets handler. ([#4597](https://github.com/stashapp/stash/pull/4597))