Update changelog

This commit is contained in:
WithoutPants 2022-10-11 14:27:26 +11:00 committed by GitHub
parent a6fd577f03
commit 6488a4236e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,10 @@ After migrating, please run a scan on your entire library to populate missing da
* Moved Changelogs to Settings page. ([#2726](https://github.com/stashapp/stash/pull/2726))
### 🐛 Bug fixes
* Fix live transcoded videos hanging at end. ([#2996](https://github.com/stashapp/stash/pull/2996))
* Fix display of scene markers when title is empty. ([#2994](https://github.com/stashapp/stash/pull/2994))
* Fix tag marker count sorting. ([#2993](https://github.com/stashapp/stash/pull/2993))
* Fix studio/tag alias and caption null filtering. ([#2990](https://github.com/stashapp/stash/pull/2990))
* Fix generated file naming algorithm being set incorrectly in certain circumstances. ([#2496](https://github.com/stashapp/stash/pull/2946))
* Fix continue queue checkbox value not persisting. ([#2895](https://github.com/stashapp/stash/pull/2895))
* Fix `autostartVideoOnPlaySelected` option not applying when navigating from scene queue. ([#2896](https://github.com/stashapp/stash/pull/2896))