Add changelog entry for gallery performer age sorting

This commit is contained in:
Slick Daddy 2026-04-30 18:52:42 +03:00
parent dbb29d88f1
commit 1898b4b0f1

View file

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