Release Notes
v0.18.0 - 2022-11-30
✨ New Features
- Added ability to track play count and duration for scenes. (#3055)
- Scenes now optionally show the last point watched, and can be resumed from that point. (#3055)
- Added ability to select rating system in the Interface settings, allowing 5 stars with full-, half- or quarter-stars, or numeric score out of 10 with one decimal point. (#2830)
- Support creation of scenes without files. (#3006)
- Added ability to reassign files to other scenes. (#3006)
- Added ability to split and merge scenes. (#3006)
- Added Director and Studio Code fields to scenes. (#3051)
- Added custom javascript option. (#3132)
- Added support for filtering stash ids by endpoint. (#3005)
- Added filter criteria for Birthdate, Death Date, Date, Created At and Updated At fields. (#2834)
- Added selector for Country field. (#1922)
- Added tag description filter criterion. (#3011)
🎨 Improvements
- Jump back/forward buttons on mobile have been replaced with double-tap gestures on mobile. (#3120)
- Added shift- and ctrl-keybinds for seeking for shorter and longer intervals, respectively. (#3120)
- Limit number of items in selector drop-downs to 200. (#3062)
- Changed Performer height to be numeric, and changed filtering accordingly. (#3060)
- Improved performance viewing galleries with many images. (#3183)
- Generated heatmaps now only show ranges within the duration of the scene. (#3182)
- Added File Modification Time to File Info panels. (#3054)
- Added counter to File Info tabs for objects with multiple files. (#3054)
- Added file count in Scene Duplicate Checker for scenes with multiple files. (#3054)
- Also show imperial units for performer height and weight. (#3097)
- Added Estonian and Russian Language translations. Added in-progress Languages for Persian, Ukrainian, Bengali, Thai, Romainian, Hungarian, and Czech. (#3024)
🐛 Bug fixes
- Fixed
database is locked
errors when performing operations while running a scan. (#3153) - Fixed hang when deleting scene when video has started playing in Firefox. (#3169)
- Fixed database backup in incorrect directory during migration when database location is an absolute path. (#3140)
- Fixed autotag error when tagging a large amount of objects. (#3106)
- Scene Player no longer always resumes playing when seeking. (#3020)
- Fixed error when editing paths when metadata directory is overridden. (#3212)
- Fixed sort direction sometimes not being set when selecting a saved filter. (#3206)
- Fixed gallery create post hook not being fired during gallery creation. (#3134)
- Fixed Gallery title being incorrectly marked as mandatory for file- and folder-based galleries. (#3110)
- Fixed Saved Filters not ordered by name. (#3101)
- Fixed space bar sometimes no playing/pausing the scene player. (#3020)
- Fixed scrubber thumbnails not disappearing when seeking on mobile. (#3020)
- Fixed path filter behaviour to be consistent with previous behaviour. (#3041)
- Fixed
index.html
not correctly served from custom mapped folders. (#3168)