Beta Release - 0.17.0-beta.66
Pre-release
Pre-release
·
115 commits
to main
since this release
Date: 2026-08-05
Highlights
- Explore page
- Includes recently added/updated/released folders/series'
- Includes recently uploaded videos/music
- Has a spotlight/hero section
- Has a recent activity feed
- Improved NGINX cache strategy
- Improved Docker build times
Hot Fixes
- None
What's Changed
✨ Features
- add explore page to readme (87c91a8)
- refetch or clear queries that depend on the user on login/logout (efa5d36)
- add blurhash for folder images (27ba389)
- improved screenreader usability (eb496e2)
- home activity feed (5076697)
- hero carousel (18e1aa4)
- restore bfcache by bypassing vue-router listener (29b514e)
- improve nginx cache strategy for new image layout (0169dbf)
- recently added music (15d5878)
- add extraction but not conversion capability for hdmv_pgs subtitles (097ff74)
🐛 Bug Fixes
- login page calls auth twice before navigation and has a large payload, making it feel slow and buggy (189619c)
- folder card subtext says episodes for folders that only contain normal files (bcbf721)
- personal view count tag is blank on small screens when not logged in (70e3c93)
- library folders are sorted by id by default and series is not indexed by title (73291ed)
- total number of files per library is based on episode counts and not file counts (fe1ead3)
- dashboard library grid counts should be based on total length and not subset length (e3e666a)
- clicking january in date picker does not work and closes datepicker (04a1e73)
- bfcache workaround doesnt work on compiled js (fe23fc5)
- video src points to blank url on page load (66c62b1)
- dockerfile runs npm ci everytime code changes (1099daa)
- translate z on spinner breaks animation (156127e)
- spinners on horizontal lazy load images cause high cpu usage (8900395)
- directory controller resolves integers to names before ids (136d0d6)
- watch progress is hidden on hover even when no storyboard exists (9c1d43d)
PRs
- Feat/browse page by @aminnausin in #349
Full Changelog: 0.17.0-beta.65...0.17.0-beta.66