mirror of
https://github.com/stashapp/stash.git
synced 2026-05-05 02:52:32 +02:00
* add descriptions to tags * display tag description and tag image on hover Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
3.2 KiB
3.2 KiB
After migrating, please run a scan on your entire library to populate missing data, and to ingest identical files which were previously ignored.
💥 Known issues and other changes
- Missing covers are not currently regenerated.
- Import/export schema has changed and is incompatible with the previous version.
✨ New Features
- Added description field to Tags. (#2708)
- Added option to include sub-studio/sub-tag content in Studio/Tag page. (#2832)
- Added backup location configuration setting. (#2953)
- Allow overriding UI localisation strings. (#2837)
- Populate name from query field when creating new performer/studio/tag/gallery. (#2701)
- Added support for identical files. Identical files are assigned to the same scene/gallery/image and can be viewed in File Info. (#2676)
- Added support for filtering and sorting by file count. (#2744)
- Added release notes dialog. (#2726)
🎨 Improvements
- Optionally show Tag card when hovering over tag badge. (#2708)
- Show default thumbnails for scenes and images where the actual image is not found. (#2949)
- Added unix timestamp parsing in the
parseDatescraper post processor. (#2817) - Improve matching scene order in the tagger to prioritise matching phashes and durations. (#2840)
- Encode reserved characters in query URLs. (#2899)
- Object titles are now displayed as the file basename if the title is not explicitly set. The
Don't include file extension as part of the titlescan flag is no longer supported. Set name, date, details from embedded file metadatascan flag is no longer supported. This functionality may be implemented as a built-in scraper in the future.- Moved Changelogs to Settings page. (#2726)
🐛 Bug fixes
- Fix generated file naming algorithm being set incorrectly in certain circumstances. (#2496)
- Fix continue queue checkbox value not persisting. (#2895)
- Fix
autostartVideoOnPlaySelectedoption not applying when navigating from scene queue. (#2896) - Fix incorrect gallery value in Scene edit tab after navigating from scene queue. (#2897)
- Fix https schema not being used over some https connections. (#2900)
- Fix scene files not deleting correctly when streaming over https. (#2900)
- Fix panic when custom performer image location is invalid. (#2894)