Update changelog

This commit is contained in:
WithoutPants 2026-03-18 16:04:18 +11:00
parent 93fbb4be80
commit b76dd089f5

View file

@ -21,6 +21,7 @@
* Extended duplicate criterion to filter by duplicated titles and stash IDs. ([#6344](https://github.com/stashapp/stash/pull/6344))
* Extended missing criterion to add full coverage of fields. ([#6565](https://github.com/stashapp/stash/pull/6565))
* Identify settings now allows for selecting included genders. ([#6557](https://github.com/stashapp/stash/pull/6557))
* Added option to ignore files in zip files while cleaning. ([#6700](https://github.com/stashapp/stash/pull/6700))
* Backup now provides an option to include blobs in a backup zip. ([#6586](https://github.com/stashapp/stash/pull/6586))
* Added checkbox selection on wall and tagger views. ([#6476](https://github.com/stashapp/stash/pull/6476))
* Performer career length field has been replaced with career start and end fields. ([#6449](https://github.com/stashapp/stash/pull/6449))
@ -49,6 +50,7 @@
* Installed plugins/scrapers no longer show in the available list. ([#6443](https://github.com/stashapp/stash/pull/6443))
* Name is now populated when searching by stash-box. ([#6447](https://github.com/stashapp/stash/pull/6447))
* Improved performance of group queries on large systems. ([#6478](https://github.com/stashapp/stash/pull/6478))
* Added support for `{phash}` in `queryURL` scraper field. ([#6701](https://github.com/stashapp/stash/pull/6701))
* Systray notification now shows the port stash is running on. ([#6448](https://github.com/stashapp/stash/pull/6448))
### 🐛 Bug fixes
@ -61,6 +63,7 @@
* Scanning no longer scans zip contents when the zip file is unchanged. ([#6633](https://github.com/stashapp/stash/pull/6633))
* Captions are now correctly detected in a single scan. ([#6634](https://github.com/stashapp/stash/pull/6634))
* Fixed mis-clicks on cards navigating to new page when selecting items. ([#6599](https://github.com/stashapp/stash/pull/6599), [#6649](https://github.com/stashapp/stash/pull/6649))
* Select dropdown now retains focus after creating a new option. ([#6697](https://github.com/stashapp/stash/pull/6697))
* Fixed custom field filtering not working correctly when query value was provided. ([#6614](https://github.com/stashapp/stash/pull/6614))
* Fixed stale thumbnails after file content is changed. ([#6622](https://github.com/stashapp/stash/pull/6622))
* Clicking on the scrubber in the scene player no longer pauses the video. ([#6336](https://github.com/stashapp/stash/pull/6336))