v2.7.1 2024-07-28
Track re-added markers and minor UI tweaks.
Changelog
All changes: v2.7.0...v2.7.1
New
- Track markers re-added by Plex after analysis and allow them to be re-deleted. See the wiki for more information (c6284b3, 7c0c4a7).
- NOTE: This feature has not been heavily tested.
- Move marker breakdown chart to 'More' menu (17f7015).
- Move purged marker check to Section Options header, and only show it if purged markers are detected (0435e0c).
- Various minor UI adjustments (070ee42).
- Bump node.js base to 20.16.0 for built binaries.
Fixed
- Overlays could display incorrectly if shown in quick succession (17f7015).
- Fix config setup in Docker (149ada5).
- Fix first-time setup validation (c5311f1).
Refactoring/Code Maintenance
- Remove 'inc' style subfolder (f158e6f).
Dev
- Faster initial page load:
- Embed core styles into index.html so the core layout is immediately available.
- Use webpack to minify and consolidate client-side JS, reducing the size and number of requests needed to load the application (built binaries only) (ef6de82).
- Use cache busting for JS/CSS/SVGs to allow for browser-side caching (built binaries only) (ef6de82, e051b4e).