diff --git a/ui/v2.5/src/docs/en/Changelog/v0280.md b/ui/v2.5/src/docs/en/Changelog/v0280.md index 0ca2e2c0a..fd568a799 100644 --- a/ui/v2.5/src/docs/en/Changelog/v0280.md +++ b/ui/v2.5/src/docs/en/Changelog/v0280.md @@ -13,12 +13,15 @@ * Changed modifier buttons to be selectable options in object filter selectors. ([#5203](https://github.com/stashapp/stash/pull/5203)) * Changed Group Details images to be a flippable front/back rather than showing both at once. ([#5367](https://github.com/stashapp/stash/pull/5367)) +* Performer select now shows the performer age based on the date field. ([#5110](https://github.com/stashapp/stash/pull/5110)) * Stash IDs now have an Updated At field. ([#5259](https://github.com/stashapp/stash/pull/5259)) * Performer Death Date is now fetched from stash-box. ([#5653](https://github.com/stashapp/stash/pull/5653)) * Batch Performer Update now handles Performers merged on stash-box. ([#5664](https://github.com/stashapp/stash/pull/5664)) * ETA is now shown for tasks. ([#5535](https://github.com/stashapp/stash/pull/5535)) * Scene Updated At field is now updated when Interactive Heatmap is generated. ([#5401](https://github.com/stashapp/stash/pull/5401)) * Handy now resyncs automatically. ([#5581](https://github.com/stashapp/stash/pull/5581)) +* It is now possible to query by scene name in a stash scraper. ([#5722](https://github.com/stashapp/stash/pull/5722)) +* Added Scene Code sort by option. ([#5708](https://github.com/stashapp/stash/pull/5708)) ### 🐛 Bug fixes @@ -38,6 +41,9 @@ * Fixed race condition when registering plugin custom routes. ([#5523](https://github.com/stashapp/stash/pull/5523)) * Fixed scraping multiple URLs using the mapped scrapers. ([#5677](https://github.com/stashapp/stash/pull/5677)) * Fixed excluded tags not being excluded when identifying scenes. ([#5686](https://github.com/stashapp/stash/pull/5686)) +* Fixed database locked error messages after migrating. ([#5723](https://github.com/stashapp/stash/pull/5723)) +* Fixed issue where scraped tags that resolve to the same tag would result in no scraped tags being shown. ([#5733](https://github.com/stashapp/stash/pull/5733)) * Fixed Image Wall Margin setting not working correctly. ([#5496](https://github.com/stashapp/stash/pull/5496)) * Fixed scraper errors when scraping from a stash instance. ([#5474](https://github.com/stashapp/stash/pull/5474)) * Fixed duplicate Groups Scene filter criterion option. ([#5504](https://github.com/stashapp/stash/pull/5504)) +* Fixed back button returning to non-existing tag after merging. ([#5712](https://github.com/stashapp/stash/pull/5712))