From b2ac0223575f84256c7d0355eff60c3e4149312e Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Wed, 18 May 2022 12:11:56 +1000 Subject: [PATCH] Update changelog for #2594 --- ui/v2.5/src/components/Changelog/versions/v0150.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/v2.5/src/components/Changelog/versions/v0150.md b/ui/v2.5/src/components/Changelog/versions/v0150.md index 5da3402fd..50319ac31 100644 --- a/ui/v2.5/src/components/Changelog/versions/v0150.md +++ b/ui/v2.5/src/components/Changelog/versions/v0150.md @@ -10,6 +10,7 @@ * Display error message on fatal error when running stash with double-click in Windows. ([#2543](https://github.com/stashapp/stash/pull/2543)) ### 🐛 Bug fixes +* Fix gallery zip files being rescanned unnecessarily. ([#2594](https://github.com/stashapp/stash/pull/2594)) * Fix long Handy initialisation delay. ([#2555](https://github.com/stashapp/stash/pull/2555)) * Fix lightbox autoplaying while offscreen. ([#2563](https://github.com/stashapp/stash/pull/2563)) * Fix playback rate resetting when seeking. ([#2550](https://github.com/stashapp/stash/pull/2550))