Skip to content

Releases: iBicha/playlet

v0.22.0

25 Mar 01:34
7ce3b26
Compare
Choose a tag to compare

[0.22.0] - 2024-03-24

Added

  • Context menu sort options for channel videos and playlists
  • Localization support and French translations
  • Channel releases

Changed

  • Colors to be more broadcast safe

Fixed

  • A bug where instance testing is not immediately cancelled when the testing page is closed
  • A bug in the web app where "upcoming" videos show up as "live"
  • Search sort filters

v0.21.2

10 Mar 15:16
910d577
Compare
Choose a tag to compare

[0.21.2] - 2024-03-10

Fixed

  • Deeplinking required for certification

v0.21.1

10 Mar 04:00
1ba5184
Compare
Choose a tag to compare

[0.21.1] - 2024-03-09

Added

  • Subscriber count in the channel page

Fixed

  • A bug where videos that did not premiere yet would error with a playback error
  • A bug where a playback error dialog is dismissed too fast before playing the next video

v0.21.0

08 Mar 03:32
15841cf
Compare
Choose a tag to compare

[0.21.0] - 2024-03-07

Added

  • Support for multiple profiles. You can now use multiple Invidious accounts.
  • When a video error dialog shows, a timer with 10 seconds starts to play the next video

Fixed

  • A bug where the loading screen does not disappear if search results are empty.
  • Empty invidious instance in preferences when default instance is being used

v0.20.2

26 Feb 23:59
bb0a072
Compare
Choose a tag to compare

[0.20.2] - 2024-02-26

Added

  • Small improvement in the context menu of the Playlist view
  • Videos can be paused and resumed using the Ok remote button

Fixed

  • Device connected notification only show once every 30 minutes per device to avoid spam
  • SponsorBlock category "highlight" was not visible in chapter label

Changed

  • UI focus images are now with rounded corners, and with a slight glow

v0.20.1

23 Feb 23:26
436078b
Compare
Choose a tag to compare

[0.20.1] - 2024-02-23

Fixed

  • Device connected notification showing repeatedly

v0.20.0

22 Feb 00:41
1112070
Compare
Choose a tag to compare

[0.20.0] - 2024-02-21

Added

  • Support for casting from the YouTube app (also known as Lounge API, or LeanBack)
    • Connect to Playlet from the YouTube mobile app or from certain browsers (such as Chrome)
    • Connect to Playlet from local network, or through the TV code.
    • On the cast dialog in your YouTube mobile app, you might see two listings for the same device. E.g. Roku TV and Playlet on Roku TV. Use the Playlet on one to cast to Playlet, and the other one to cast to the regular YouTube TV app.
    • The functionality is still experiemntal, and has some limitations. To name a few:
      • The queue does not perfectly sync between the mobile app and Playlet, espeically if it gets modified by the web app or in Playlet.
      • Many functions (such as d-pad controls or setting the volume) are not working due to OS limitations
      • Many functions (such as changing the subtitle settings) are not currently implemented
    • ATTENTION: This feature is not very privacy friendly. When connected to a lounge, all network traffic (videos played, queued, etc) go through YouTube servers. For this reason, certain measures are taken:
      • While Playlet broadcasts its casting capabilities to the local network, it does not connect to a lounge for the first time until:
        • A device connects to Playlet (using DIAL/Connect using Wi-Fi)
        • A Link with TV code is generated, by visiting the Remote -> Link with TV code tab.
      • Playlet disconnects from previous lounge sessions on start, and joins a new one instead of one continous session. In other words, restarting Playlet will disconnect your second device. This is a feature, not a bug.
      • Playlet does not expose device details, and uses a randomly generated id on each start, instead of consistent device id.

Changed

  • The queue no longer contains playlists. When a playlist is added to the queue, the entire playlist is loaded.
    • It can take a few seconds to load large playlist before it can be added to the queue
    • This is done to be more compatible more the lounge, which does not contain "Playlists in the queue" concept.
  • The Web App tab is now called Remote. It can be used to open the web app, or connect using Lounge (cast from YouTube)
  • Removed fields from Invidious requests, as per iv-org/invidious#4276
  • The POST /api/queue/ no longer returns the current queue. Instead it returns a 204.

Fixed

  • [Perf] improved some caching of videos in the queue

v0.19.2

11 Feb 15:53
93ea822
Compare
Choose a tag to compare

[0.19.2] - 2024-02-11

Fixed

  • [Attempt #2] to fix a crash caused by execution timeout when stopping a video takes too long
  • Wrong hint on the "added to queue" notification when in fullscreen
  • A rare crash when listing Invidious public instances
  • Restoring video to full screen not working when on certain screens

v0.19.1

13 Jan 16:44
1172a82
Compare
Choose a tag to compare

[0.19.1] - 2024-01-13

Added

  • A hint on how to restore video to full screen

Changed

  • Bookmarks are now added to the top of the list
  • The search screen keyboard to make it easier to clear the search field

Fixed

  • A bug with request retry mechanism introduced in 0.19.0

v0.19.0

10 Jan 22:14
9df1b70
Compare
Choose a tag to compare

[0.19.0] - 2024-01-10

Added

  • A home screen editor allowing to enable/disable feeds, and change their order.
    • The editor can be accessed from the Settings screen.

Fixed

  • HTTP/0.9 when not allowed errors by adding a retry to web requests
  • Issue where a bookmarked video is no longer valid (such as a video made private, or a live stream that ended)
  • [Perf] App loads slightly faster (~500ms)