Skip to content

Releases: dhleong/babbling

1.23.4

08 Aug 21:38
Compare
Choose a tag to compare

Notes:

  • Upgrade youtubish to fix resuming youtube playlists

1.23.3

17 Jul 01:45
Compare
Choose a tag to compare

Bug Fixes:

  • Fix: Disney+ "account.header" missing error

Notes:

  • Upgrade dependencies + fix audit warnings

1.23.2

02 Jul 00:59
Compare
Choose a tag to compare

Bug Fixes:

  • Use locking to prevent accidental simultaneous config file writes

1.23.1

01 Jul 01:32
Compare
Choose a tag to compare

Enhancements:

  • d+: Support resuming within a movie/episode

1.23.0

30 Jun 18:14
Compare
Choose a tag to compare

Enhancements:

  • Support Disney+ (#20)
  • Upgraded dependencies

1.22.0

27 Feb 15:10
Compare
Choose a tag to compare

Enhancements:

  • Enable YoutubeApp to auto-update its credentials

Bug Fixes:

  • Upgrade youtubish to fix Youtube playlists

Changes

  • Removed IPlaylistCache for YoutubeApp. This feature caused more problems
    than it solved, and deserves a better solution.

1.20.0

15 Dec 15:57
Compare
Choose a tag to compare

Enhancements:

  • Add queues to PrimeApp playback

1.19.0

16 Nov 16:54
Compare
Choose a tag to compare

Enhancements:

  • Add ChromecastDevice.detect() method (see 5864c9e)

1.18.1

08 Nov 14:20
Compare
Choose a tag to compare

Notes:

  • Return smaller but more reliable Hulu cover images

1.18.0

03 Nov 17:11
Compare
Choose a tag to compare

Enhancements:

  • Support querying for "recommended" media (#16)

Notes:

  • The IPlayerChannel API has been refactored so that it no longer optionally accepts app config options in the methods, but rather they are passed to App.createPlayerChannel so they can be passed once to the Channel's constructor