Update changelog for bugfix release

This commit is contained in:
WithoutPants 2023-12-29 14:29:49 +11:00 committed by GitHub
parent 5a6504b4ba
commit bd7d4ac7ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@
* Added support for setting plugins path from the UI. ([#4382](https://github.com/stashapp/stash/pull/4382)) * Added support for setting plugins path from the UI. ([#4382](https://github.com/stashapp/stash/pull/4382))
### 🐛 Bug fixes ### 🐛 Bug fixes
* **[0.24.1]** Fixed external player button not working correctly. ([#4403](https://github.com/stashapp/stash/pull/4403))
* **[0.24.1]** Fixed image thumbnail generation on arm devices. ([#4402](https://github.com/stashapp/stash/pull/4402))
* **[0.24.1]** Reverted change to modal button order. ([#4400](https://github.com/stashapp/stash/pull/4400))
* Fixed submitting to stash-box not working after switching to another scene using the queue. ([#4354](https://github.com/stashapp/stash/pull/4354)) * Fixed submitting to stash-box not working after switching to another scene using the queue. ([#4354](https://github.com/stashapp/stash/pull/4354))
* Fixed UI crash when clearing a value from a URL or alias list. ([#4344](https://github.com/stashapp/stash/pull/4344)) * Fixed UI crash when clearing a value from a URL or alias list. ([#4344](https://github.com/stashapp/stash/pull/4344))
* Fixed panic when exporting galleries. ([#4311](https://github.com/stashapp/stash/pull/4311)) * Fixed panic when exporting galleries. ([#4311](https://github.com/stashapp/stash/pull/4311))