From 89fff76937db05ed6817bc8c095d8e5e9e0b482f Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Mon, 28 Feb 2022 13:16:10 +1100 Subject: [PATCH] Update changelog --- ui/v2.5/src/components/Changelog/versions/v0130.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/v2.5/src/components/Changelog/versions/v0130.md b/ui/v2.5/src/components/Changelog/versions/v0130.md index e4ac38166..f87947c3f 100644 --- a/ui/v2.5/src/components/Changelog/versions/v0130.md +++ b/ui/v2.5/src/components/Changelog/versions/v0130.md @@ -10,6 +10,7 @@ * Added support for submitting performer/scene drafts to stash-box. ([#2234](https://github.com/stashapp/stash/pull/2234)) ### 🎨 Improvements +* Removed generate options from Tasks -> Generate. These should be set in System -> Preview Generation instead. ([#2342](https://github.com/stashapp/stash/pull/2342)) * Added gallery icon on Image cards. ([#2324](https://github.com/stashapp/stash/pull/2324)) * Made Performer page consistent with Studio and Tag pages. ([#2200](https://github.com/stashapp/stash/pull/2200)) * Added gender icons to performers. ([#2179](https://github.com/stashapp/stash/pull/2179)) @@ -17,6 +18,8 @@ * Show counts on list tabs in Performer, Studio and Tag pages. ([#2169](https://github.com/stashapp/stash/pull/2169)) ### 🐛 Bug fixes +* Fix performer checksum not being updated when name updated via batch stash-box tag. ([#2345](https://github.com/stashapp/stash/pull/2345)) +* Fix studios/performers/tags with unicode characters not being auto-tagged. ([#2336](https://github.com/stashapp/stash/pull/2336)) * Preview Generation now uses defaults defined in System settings unless overridden in the Generate options. ([#2328](https://github.com/stashapp/stash/pull/2328)) * Fix image exclude regex not being honoured when scanning in zips. ([#2317](https://github.com/stashapp/stash/pull/2317)) * Delete funscripts when deleting scene files. ([#2265](https://github.com/stashapp/stash/pull/2265))