Skip to content

Releases: iBicha/playlet

v0.9.0

21 Apr 20:45
322232a
Compare
Choose a tag to compare

[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

  • A crash where the metadata of a video is not validated #57
  • A crash where the video details in home screen are null #56
  • A crash where the video details are not returned in json #63
  • Revert to using DASH instead of 720p by default
  • A crash where request cache fails #62

v0.8.0

02 Mar 21:37
6adbe94
Compare
Choose a tag to compare

[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

05 Feb 00:07
e4489cd
Compare
Choose a tag to compare

[0.7.0] - 2023-02-04

Added

  • A script to sync between Youtube profile and and Invidious profile
  • Moved most of Playlet logic to Playlet Lib
  • Support for multiple caption languages

Fixed

  • Issue where auto-play keeps playing the same videos in a loop

v0.6.0

10 Jan 23:14
Compare
Choose a tag to compare

[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

v0.5.0

02 Dec 21:41
68fd91b
Compare
Choose a tag to compare

[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

25 Nov 01:08
f3fbe68
Compare
Choose a tag to compare

[0.4.0] - 2022-11-24

Added

  • Play video API
  • Play video by ID/URL in web app
  • Metadata to Video Player
  • Support for DASH and Live videos
  • Log out button to web app
  • Search Screen
  • Very basic UI to customize/change invidious instance

v0.3.0

19 Nov 19:14
f2877b0
Compare
Choose a tag to compare

[0.3.0] - 2022-11-19

Changed

  • App name! new name: Playlet

Added

  • Nav bar / menu
  • Web server now always on
  • Settings page with QR Code
  • API Refactor
  • New UI

v0.2.0

06 Nov 21:54
Compare
Choose a tag to compare

[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
  • 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

v0.1.0

30 Oct 20:23
Compare
Choose a tag to compare

[0.1.0] - 2022-10-30

Added

  • Initial version
  • Reads feeds from popular and trending videos using Invidious APIs
  • Skips sections using SponsorBlock