From 6892c7151c6d79640b5b3dedb21f1ad4f55bcda9 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Tue, 25 Nov 2025 17:28:12 +1100 Subject: [PATCH] Update changelog --- ui/v2.5/src/docs/en/Changelog/v0300.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ui/v2.5/src/docs/en/Changelog/v0300.md b/ui/v2.5/src/docs/en/Changelog/v0300.md index aaf07c234..128be4cf7 100644 --- a/ui/v2.5/src/docs/en/Changelog/v0300.md +++ b/ui/v2.5/src/docs/en/Changelog/v0300.md @@ -1,15 +1,23 @@ ### ✨ 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)) +* 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 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 experimental support for JPEG XL images. ([#6184](https://github.com/stashapp/stash/pull/6184)) ### 🎨 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)) * 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 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 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)) @@ -20,4 +28,8 @@ * Added keyboard shortcuts to generate scene screenshot at current time (`c c`) and to regenerate default screenshot (`c d`). ([#5984](https://github.com/stashapp/stash/pull/5984)) ### 🐛 Bug fixes -* stash-ids are now set when creating new objects from the scrape dialog. ([#6269](https://github.com/stashapp/stash/pull/6269)) \ No newline at end of file +* 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)) \ No newline at end of file