Update changelog

This commit is contained in:
WithoutPants 2025-11-25 17:28:12 +11:00
parent d6a2953371
commit 6892c7151c

View file

@ -1,15 +1,23 @@
### ✨ New Features ### ✨ New Features
* Added SFW content mode option to settings and setup wizard. ([#6262](https://github.com/stashapp/stash/pull/6262))
* Added stash-ids to Tags. ([#6255](https://github.com/stashapp/stash/pull/6255)) * Added stash-ids to Tags. ([#6255](https://github.com/stashapp/stash/pull/6255))
* Logs can now be compressed after reaching a configurable size. ([#5696](https://github.com/stashapp/stash/pull/5696))
* Added ability to edit multiple studios at once. ([#6238](https://github.com/stashapp/stash/pull/6238))
* Added ability to edit multiple scene markers at once. ([#6239](https://github.com/stashapp/stash/pull/6239))
* Added support for multiple Studio URLs. ([#6223](https://github.com/stashapp/stash/pull/6223)) * Added support for multiple Studio URLs. ([#6223](https://github.com/stashapp/stash/pull/6223))
* Added option to add markers to front page. ([#6065](https://github.com/stashapp/stash/pull/6065)) * Added option to add markers to front page. ([#6065](https://github.com/stashapp/stash/pull/6065))
* Added duration filter to scene list sidebar. ([#6264](https://github.com/stashapp/stash/pull/6264)) * Added duration filter to scene list sidebar. ([#6264](https://github.com/stashapp/stash/pull/6264))
* Added experimental support for JPEG XL images. ([#6184](https://github.com/stashapp/stash/pull/6184)) * Added experimental support for JPEG XL images. ([#6184](https://github.com/stashapp/stash/pull/6184))
### 🎨 Improvements ### 🎨 Improvements
* Added performer age slider to scene filter sidebar. ([#6267](https://github.com/stashapp/stash/pull/6267))
* Added markers option to scene filter sidebar. ([#6270](https://github.com/stashapp/stash/pull/6270))
* Selected stash-box is now remembered in the scene tagger view. ([#6192](https://github.com/stashapp/stash/pull/6192)) * Selected stash-box is now remembered in the scene tagger view. ([#6192](https://github.com/stashapp/stash/pull/6192))
* Added hardware encoding support for Rockchip RKMPP devices. ([#6182](https://github.com/stashapp/stash/pull/6182)) * Added hardware encoding support for Rockchip RKMPP devices. ([#6182](https://github.com/stashapp/stash/pull/6182))
* stash now uses the Media Session API when playing scenes. ([#6298](https://github.com/stashapp/stash/pull/6298))
* Added `inputURL` and `inputHostname` fields to scraper specs. ([#6250](https://github.com/stashapp/stash/pull/6250)) * Added `inputURL` and `inputHostname` fields to scraper specs. ([#6250](https://github.com/stashapp/stash/pull/6250))
* Added extra studio fields to scraper specs. ([#6249](https://github.com/stashapp/stash/pull/6249)) * Added extra studio fields to scraper specs. ([#6249](https://github.com/stashapp/stash/pull/6249))
* Added o-count to studio cards and details page. ([#5982](https://github.com/stashapp/stash/pull/5982))
* Added o-count to group cards. ([#6122](https://github.com/stashapp/stash/pull/6122)) * Added o-count to group cards. ([#6122](https://github.com/stashapp/stash/pull/6122))
* Added options to filter and sort groups by o-count. ([#6122](https://github.com/stashapp/stash/pull/6122)) * Added options to filter and sort groups by o-count. ([#6122](https://github.com/stashapp/stash/pull/6122))
* Added o-count to performer details page. ([#6171](https://github.com/stashapp/stash/pull/6171)) * Added o-count to performer details page. ([#6171](https://github.com/stashapp/stash/pull/6171))
@ -21,3 +29,7 @@
### 🐛 Bug fixes ### 🐛 Bug fixes
* stash-ids are now set when creating new objects from the scrape dialog. ([#6269](https://github.com/stashapp/stash/pull/6269)) * stash-ids are now set when creating new objects from the scrape dialog. ([#6269](https://github.com/stashapp/stash/pull/6269))
* partial dates are now correctly handled when scraping scenes. ([#6305](https://github.com/stashapp/stash/pull/6305))
* Fixed external player not loading on Android when a scene title has special characters. ([#6297](https://github.com/stashapp/stash/pull/6297))
* Fixed Macos version check pointing to incorrect location. ([#6289](https://github.com/stashapp/stash/pull/6289))
* stash will no longer try to generate marker previews where a marker start is set after the end of a scene's duration. ([#6290](https://github.com/stashapp/stash/pull/6290))