0.7.0 (2026-01-07)
Features
- add copy link functionality to downloadable item detail screen, add a bit of padding (efdb434)
- Add setting for bypassing cache on start (30d087c)
- Automatically reload on start, refactor: rename DownloadsPage and DownloadsPageState to LibraryPage and LibraryPageState (490f79f)
- Focus on search field when toggling it on (2bbcb58)
- implement streaming from library #57, switch video player to media_kit for better compatibility (a5defbf)
- restructure video player implementation with platform-specific controls (48c4622)
- Simple attempt to add some web compatibility (0efb5ba)
- use better copy icon, unfiy fullscreen/normal player layouts, enable mobile player gestures, (192f418)
- use url_launcher for opening URLs in DetailsPage (trailers) and JobsStatusPage (92bde90)
Bug Fixes
- Add web compatibility (b9ec86e)
- Prevent uncache double load on start (e3b4179)
- change caching db path to cache directory (192f418)
Maintenance
- bump gradle, kotlin versions (192f418)