Update changelog

This commit is contained in:
WithoutPants 2023-12-22 14:13:29 +11:00 committed by GitHub
parent afda6decf2
commit d258976358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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))