Update changelog for bugfix release

This commit is contained in:
WithoutPants
2023-08-21 09:51:23 +10:00
committed by GitHub
parent 58b6ca3f4b
commit 113f0b7d77

View File

@@ -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))