From 900ba936a9d26ecb2bb6c38276611a604db55238 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Tue, 14 Jun 2022 10:41:35 +1000 Subject: [PATCH] Update changelog --- ui/v2.5/src/components/Changelog/versions/v0160.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/v2.5/src/components/Changelog/versions/v0160.md b/ui/v2.5/src/components/Changelog/versions/v0160.md index c8616373b..9f8de5760 100644 --- a/ui/v2.5/src/components/Changelog/versions/v0160.md +++ b/ui/v2.5/src/components/Changelog/versions/v0160.md @@ -1,8 +1,9 @@ ### ✨ New Features -* Support submitting stash-box scene updates for scenes with stash ids. ([#2577](https://github.com/stashapp/stash/pull/2577)) * Added support for customizing recommendations on home page. ([#2592](https://github.com/stashapp/stash/pull/2592)) +* Support submitting stash-box scene updates for scenes with stash ids. ([#2577](https://github.com/stashapp/stash/pull/2577)) ### 🐛 Bug fixes +* Fix scene scrubber stopping scrolling after editing scene or marker. ([#2600](https://github.com/stashapp/stash/pull/2600)) * Fix folder-based galleries not auto-tagging correctly if folder name contains `.` characters. ([#2658](https://github.com/stashapp/stash/pull/2658)) * Fix scene cover in scene edit panel not being updated when changing scenes. ([#2657](https://github.com/stashapp/stash/pull/2657)) * Fix moved gallery zip files not being rescanned. ([#2611](https://github.com/stashapp/stash/pull/2611))