From 6488a4236e03f98c22c2bae4bb42c18c8351e37f Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Tue, 11 Oct 2022 14:27:26 +1100 Subject: [PATCH] Update changelog --- ui/v2.5/src/docs/en/Changelog/v0170.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/v2.5/src/docs/en/Changelog/v0170.md b/ui/v2.5/src/docs/en/Changelog/v0170.md index 57bed7487..9ae387585 100644 --- a/ui/v2.5/src/docs/en/Changelog/v0170.md +++ b/ui/v2.5/src/docs/en/Changelog/v0170.md @@ -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))