diff --git a/ui/v2.5/src/components/Changelog/versions/v0160.md b/ui/v2.5/src/components/Changelog/versions/v0160.md index ec68a3cab..48ea881e9 100644 --- a/ui/v2.5/src/components/Changelog/versions/v0160.md +++ b/ui/v2.5/src/components/Changelog/versions/v0160.md @@ -1,4 +1,5 @@ ### ✨ New Features +* Added hotkeys to scrub scene by 10% duration. ([#2678](https://github.com/stashapp/stash/pull/2678)) * 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)) @@ -6,6 +7,9 @@ * Moved Filter and Saved Filters buttons out of the query input field. ([#2668](https://github.com/stashapp/stash/pull/2668)) ### 🐛 Bug fixes +* Fix query results not updating when clearing search query field. ([#2686](https://github.com/stashapp/stash/pull/2686)) +* Fix incorrect field name in movie export json. ([#2664](https://github.com/stashapp/stash/pull/2664)) +* Fix ffprobe showing window on some systems. ([#2685](https://github.com/stashapp/stash/pull/2685)) * Fix portrait videos orienting incorrectly in full-screen mode. ([#2665](https://github.com/stashapp/stash/pull/2665)) * 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))