Releases: iBicha/playlet
Releases · iBicha/playlet
v0.9.0
[0.9.0] - 2023-04-21
Added
- Add watched videos to Invidious watch history
- App info screen
- A dev menu selector to test newer or older versions of playlet lib
- Makes it possible to test unstable releases before they officially release
Fixed
v0.8.0
[0.8.0] - 2023-03-02
This version was prematurely released in order to address [Bug] Slow loading time with DASH.
Videos now will play 720p by default instead of DASH (adaptive quality). This makes higher quality videos (4K) temporarily unavailable.
An additional release will follow once the bug is fixed in Invidious to restore DASH (adaptive quality) as the default quality.
Added
- SponsorBlock notification
- Invidious username to web app v1
Fixed
- Crash in case GetLocalIpAddress() returns invalid
- Use Format Stream (720p) instead of DASH (iv-org/invidious#3666)
v0.7.0
v0.6.0
[0.6.0] - 2023-01-10
Added
- Ability to clear search history from web app
- WebSocket server for realtime events
- SponsorBlock tracking
- Auto-generated tasks and the @AsyncTask annotation
- Show known video metadata while loading video details
- Caching for video details
Changed
- The License has changed from MIT to AGPL
- Now videos play the next related/recommended video once finished
- This does not take into account the videos in playlists
Fixed
- Bug where app freezes if metadata fails to fetch
- Bug where SponsorBlock returning videoDuration of zero causes the app to hang
- Bug where app would lose focus when casting from web app
- Bug where DASH stream is not compatible. Play format stream as a fallback
- Showing upcoming videos correctly
Removed
- Dependency on roku-promise
v0.5.0
[0.5.0] - 2022-12-02
Added
- Version check in settings page
- Support for web request body parsing
- Error dialog for video load fail
- SponsorBlock sections and category info
- Loading spinner
- Picture in picture support
- Deep linking support
- Both Launch arguments and Input arguments are supported, using the "contentId" key as the Youtube video id
- Error and Exit dialogs
Fixed
- Bug where playing and exiting a video too quickly would cause the video to play in the background.
- Bug where logging in causes issues if a video is already playing
- Bug where casting from web app while playing a video from the search
- Spinner for the video
- Bug where search sugggestions selected index is higher than total count
- Race condition where button group gains focus before suggestions are set in Search Page
v0.4.0
v0.3.0
v0.2.0
[0.2.0] - 2022-11-06
Added
- QrCode component to take user to invidious token page
- Web server allowing the recption of the token through call back
- The web server can also be used to serve a web app, facilitating the
configuration of the Roku app, as well as controlling the app itself
- The web server can also be used to serve a web app, facilitating the
auth/feed
, to read the subscriptions of the current user- Video information (Author, view count, release date)
- Trending categories, subscription view, and custom (hardcoded) search categories
- User Playlist support
- Added basic instructions