diff --git a/ui/v2.5/src/docs/en/Changelog/v0220.md b/ui/v2.5/src/docs/en/Changelog/v0220.md index ea2a7d96739..86d2ecb58d7 100644 --- a/ui/v2.5/src/docs/en/Changelog/v0220.md +++ b/ui/v2.5/src/docs/en/Changelog/v0220.md @@ -20,6 +20,11 @@ * Added support for `-v/--version` command line flag. ([#3883](https://github.com/stashapp/stash/pull/3883)) ### 🐛 Bug fixes +* **[0.22.1]** Fixed Batch Update Performers not working correctly. ([#4024](https://github.com/stashapp/stash/pull/4024)) +* **[0.22.1]** Fixed panic when creating Studios during Identify task. ([#4024](https://github.com/stashapp/stash/pull/4024)) +* **[0.22.1]** Added explicit option to store blobs in database at setup, and fixed default blobs path. ([#4038](https://github.com/stashapp/stash/pull/4038)) +* **[0.22.1]** Fixed dropdown appearing beneath other controls on the Performer and Tag pages. ([#4039](https://github.com/stashapp/stash/pull/4039)) +* **[0.22.1]** Fixed buttons moving around when setting marker time when creating a new marker. ([#4040](https://github.com/stashapp/stash/pull/4040)) * 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))