mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
Add changelog entry for gallery performer age sorting
This commit is contained in:
parent
dbb29d88f1
commit
1898b4b0f1
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@
|
|||
* Added support for sorting scenes and images by resolution. ([#6441](https://github.com/stashapp/stash/pull/6441))
|
||||
* Added support for sorting performers and studios by latest scene. ([#6501](https://github.com/stashapp/stash/pull/6501))
|
||||
* Added support for sorting performers, studios and tags by total scene file size. ([#6642](https://github.com/stashapp/stash/pull/6642))
|
||||
* Added support for sorting galleries by performer age (`performer_age`), with clear multi-performer semantics (ASC uses youngest performer, DESC uses oldest performer) and deterministic handling for missing birthdates. This was validated with sqlite query tests, including dedicated cases for null birthdates and mixed/multi-performer gallery fixtures.
|
||||
* Added support for filtering by stash ID count. ([#6437](https://github.com/stashapp/stash/pull/6437))
|
||||
* Added support for filtering group by scene count. ([#6593](https://github.com/stashapp/stash/pull/6593))
|
||||
* Updated Tag list view to be consistent with other list views. ([#6703](https://github.com/stashapp/stash/pull/6703))
|
||||
|
|
|
|||
Loading…
Reference in a new issue