Skip to content

Releases: jellyfin-archive/jellyfin-apiclient-javascript

v1.4.0

08 Jul 10:48
Compare
Choose a tag to compare

Breaking changes

  • Rework the SyncPlay API client to make more sense (#57)

v1.3.1

03 Jul 19:27
Compare
Choose a tag to compare
  • Fixes an issue with the SyncPlay endpoint being changed to GET instead of POST (#56)

v1.3.0

29 Jun 12:36
Compare
Choose a tag to compare
  • Remove session_id from SyncPlay API endpoint (#54)
  • Try to connect on both HTTP and HTTPS (#53)

v1.2.2

07 Jun 09:05
Compare
Choose a tag to compare
  • Fix user creation (#50)

v1.2.1

28 May 21:59
Compare
Choose a tag to compare
  • Fixed user creation (c4cac41)
  • Fix issues with errors thrown during authentication (#49)

v1.1.2

25 May 11:28
Compare
Choose a tag to compare
  • Remove updateClass parameter from plugin installation method
  • Fix an issue with user creation

v1.1.1

07 May 11:00
Compare
Choose a tag to compare
  • Removed unused files from the built NPM package
  • Updated the build dependencies

v1.1.0

01 May 12:00
d59e6a7
Compare
Choose a tag to compare
  • Made the API client compatible with the jellyfin-web repository
  • Backported changes from jellyfin-web