From d2589763580f88ebb805348dcccb676644f84d2c Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Fri, 22 Dec 2023 14:13:29 +1100 Subject: [PATCH] Update changelog --- ui/v2.5/src/docs/en/Changelog/v0240.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/v2.5/src/docs/en/Changelog/v0240.md b/ui/v2.5/src/docs/en/Changelog/v0240.md index 49eba4874..e157ee49a 100644 --- a/ui/v2.5/src/docs/en/Changelog/v0240.md +++ b/ui/v2.5/src/docs/en/Changelog/v0240.md @@ -18,6 +18,7 @@ * Made the random sorting more random. ([#4246](https://github.com/stashapp/stash/pull/4246)) * Added more VR projection modes. ([#3799](https://github.com/stashapp/stash/pull/3799)) * Improved the filtering behaviour when selecting a folder. ([#4277](https://github.com/stashapp/stash/pull/4277)) +* Added support for setting plugins path from the UI. ([#4382](https://github.com/stashapp/stash/pull/4382)) ### 🐛 Bug fixes * Fixed submitting to stash-box not working after switching to another scene using the queue. ([#4354](https://github.com/stashapp/stash/pull/4354)) @@ -28,6 +29,8 @@ * Fixed organized being set to false if `Mark as Organized on save` is false when saving a scene in the tagger. ([#4213](https://github.com/stashapp/stash/pull/4213)) * Fixed URLs not populating correctly when scraping galleries. ([#4206](https://github.com/stashapp/stash/pull/4206)) * Fixed not being able to click next/previous scene if the applicable scenes had not been loaded by the queue. ([#4325](https://github.com/stashapp/stash/pull/4325)) +* Fixed confirmation dialog not appearing on some screens when using the delete keyboard shortcut. ([#4387](https://github.com/stashapp/stash/pull/4387)) * Fixed desktop notifications not appearing on macos. ([#4153](https://github.com/stashapp/stash/pull/4153)) * Fixed video sometimes pausing when clicking on the scene scrubber. ([#4295](https://github.com/stashapp/stash/pull/4295)) * Fixed file paths not being shown when deleting image clips. ([#4323](https://github.com/stashapp/stash/pull/4323)) +* Fixed image o-counts not being included in stats page. ([#4386](https://github.com/stashapp/stash/pull/4323))