mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Add date filters (#2834)
* graphql: support date and timestamp filter types * sql: add support for date & timestamp criterions * ui: add support for date and timestamp criterions * scenes: add support for filtering by date, created at and updated at * image: support filtering by created at and updated at * gallery: support filtering by date, created at and updated at * movie: support filtering by date, created at and updated at * studio: support filtering by date, created at and updated at * tag: support filtering by date, created at and updated at * performer: support filtering by bitrh & death date and created & updated at * marker: support filtering by created & updated at and scene date, created & updated at
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
### ✨ New Features
|
||||
* Added filter criteria for Birthdate, Death Date, Date, Created At and Updated At fields. ([#2834](https://github.com/stashapp/stash/pull/2834))
|
||||
* Support creation of scenes without files. ([#3006](https://github.com/stashapp/stash/pull/3006))
|
||||
* Added ability to reassign files to other scenes. ([#3006](https://github.com/stashapp/stash/pull/3006))
|
||||
* Added ability to split and merge scenes. ([#3006](https://github.com/stashapp/stash/pull/3006))
|
||||
|
||||
Reference in New Issue
Block a user