From 2bb04a623fd6816f4880accc73a2a27bb2a60af1 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Fri, 11 Aug 2023 11:06:05 +1000 Subject: [PATCH] Update changelog --- ui/v2.5/src/docs/en/Changelog/v0220.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/v2.5/src/docs/en/Changelog/v0220.md b/ui/v2.5/src/docs/en/Changelog/v0220.md index 6754bd785..ea2a7d967 100644 --- a/ui/v2.5/src/docs/en/Changelog/v0220.md +++ b/ui/v2.5/src/docs/en/Changelog/v0220.md @@ -15,10 +15,15 @@ * Added age, gender, country and image to Performer stash-box results. ([#3964](https://github.com/stashapp/stash/pull/3964)) * Refactored graphql client cache invalidation to improve performance when creating objects. ([#3912](https://github.com/stashapp/stash/pull/3912)) * Added Gallery card to the Gallery tab on the Scene page. ([#3927](https://github.com/stashapp/stash/pull/3927)) +* Added logging when deleting files. ([#4004](https://github.com/stashapp/stash/pull/4004)) * Added more stats to the stats page. ([#3812](https://github.com/stashapp/stash/pull/3812)) * Added support for `-v/--version` command line flag. ([#3883](https://github.com/stashapp/stash/pull/3883)) ### 🐛 Bug fixes +* Fixing sorting of performer tags. ([#4018](https://github.com/stashapp/stash/pull/4018)) +* Fixed scene URLs being cleared when merging scenes. ([#4005](https://github.com/stashapp/stash/pull/4005)) +* Fixed setting the Create Missing flag in the Identify dialog not working. ([#4008](https://github.com/stashapp/stash/pull/4008)) +* Fixed scene marker previews not being renamed when a file hash is changed. ([#3988](https://github.com/stashapp/stash/pull/3988)) * Fixed parent/child tags not showing popover. ([#3968](https://github.com/stashapp/stash/pull/3968)) * Fixed scrape not returning any results if only relationship fields were set. ([#3954](https://github.com/stashapp/stash/pull/3954)) * Fixed rotating in iOS causing scene player to exit fullscreen. ([#3919](https://github.com/stashapp/stash/pull/3919))