From 479e7163853bc7e9bd811a6fd0c3d2e905e6147c Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Sat, 14 Oct 2023 10:46:49 +1100 Subject: [PATCH] Update changelog for bugfix release --- ui/v2.5/src/docs/en/Changelog/v0230.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ui/v2.5/src/docs/en/Changelog/v0230.md b/ui/v2.5/src/docs/en/Changelog/v0230.md index 3534d259fa5..eefb15d3574 100644 --- a/ui/v2.5/src/docs/en/Changelog/v0230.md +++ b/ui/v2.5/src/docs/en/Changelog/v0230.md @@ -14,9 +14,12 @@ * Refactored the Saved Filter format. ([#4054](https://github.com/stashapp/stash/pull/4054)) ### 🐛 Bug fixes +* **[0.23.1]** Fixed Performers not being set correctly from the Scene scrape dialog. ([#4199](https://github.com/stashapp/stash/pull/4199)) +* **[0.23.1]** Fixed Gallery URLs not being set correctly from the scrape dialog. ([#4187](https://github.com/stashapp/stash/pull/4187)) +* **[0.23.1]** Fixed default slideshow delay value. ([#4186](https://github.com/stashapp/stash/pull/4186)) * Fixed data corruption that occurred when stash detected a folder had been moved. ([#4169](https://github.com/stashapp/stash/pull/4169)) * Convert movie duration from seconds during scrape if provided as a number. ([#4144](https://github.com/stashapp/stash/pull/4144)) * Fixed image clip videos not autoplaying when a page is first loaded. ([#4131](https://github.com/stashapp/stash/pull/4131)) * Fixed display of cards on the front page on mobile devices. ([#4057](https://github.com/stashapp/stash/pull/4057)) * Fixed nil pointer dereference when merging scenes. ([#4119](https://github.com/stashapp/stash/pull/4119)) -* Fixed nil pointer dereference when identifying scenes. ([#4171](https://github.com/stashapp/stash/pull/4171)) \ No newline at end of file +* Fixed nil pointer dereference when identifying scenes. ([#4171](https://github.com/stashapp/stash/pull/4171))