stash/ui/v2.5/src/components/Changelog/versions/v0100.md
gitgiggety be94e52f21
Add movie count to performer and studio card (#1760)
* Add movies and movie_count properties to Performer type

Extend the GraphQL API to allow getting the movies and movie count by
performer.

* Add movies count to performer card

* Add movies and movie_count properties to Studio type

Extend the GraphQL API to allow getting the movies and movie count by
studio.

* Add movies count to studio card
2021-09-27 11:31:49 +10:00

3.2 KiB

💥 Note: Please check your logs after migrating to this release. A log warning will be generated on startup if duplicate image checksums exist in your system. Search for the images using the logged checksums, and remove the unwanted ones.

New Features

  • Support subpaths when serving stash via reverse proxy. (#1719)
  • Added options to generate webp and static preview files for markers. (#1604)
  • Added sort by option for gallery rating. (#1720)
  • Added support for querying scene scrapers using keywords. (#1712)
  • Added support for Studio aliases. (#1660)
  • Added support for Tag hierarchies. (#1519)
  • Added native support for Apple Silicon / M1 Macs. (#1646)
  • Added Movies to Scene bulk edit dialog. (#1676)
  • Added Movies tab to Studio and Performer pages. (#1675)
  • Support filtering Movies by Performers. (#1675)

🎨 Improvements

  • Added movie count to performer and studio cards. (#1760)
  • Added date and details to Movie card, and move scene count to icon. (#1758)
  • Added date and details to Gallery card, and move image count to icon. (#1763)
  • Optimised image thumbnail generation (optionally using libvips) and made optional. (#1655)
  • Added missing image table indexes, resulting in a significant performance improvement. (#1740)
  • Support scraper script logging to specific log levels. (#1648)
  • Added sv-SE language option. (#1691)

🐛 Bug fixes

  • Fix criteria being incorrectly applied when clicking back button. (#1765)
  • Show first page and fix order direction not being maintained when clicking on card popover button. (#1765)
  • Fix panic in autotagger when backslash character present in tag/performer/studio name. (#1753)
  • Fix Scene Player CLS issue (#1739)
  • Fix Scene Edit Panel form layout for mobile and desktop. (#1737)
  • Fix Gallery create plugin hook not being invoked when creating Gallery from folder. (#1731)
  • Fix tag aliases not being matched when autotagging from the tasks page. (#1713)
  • Disabled float-on-scroll player on mobile devices. (#1721)
  • Fix Create Marker form on small devices. (#1718)