Skip to content

Releases: dbusjs/mpris-service

Version 2.1.2

10 Apr 16:10
81665c4
Compare
Choose a tag to compare

This version updates the dbus-next dependency (#47).

2.1.0

04 Apr 16:54
v2.1.0
ee50820
Compare
Choose a tag to compare
mpris-service 2.1.0

Simon Ser (1):
      Bump version to 2.1.0

Tony Crisci (14):
      Change bus name validation logic
      Check properties changed for deep equality
      Documentation update
      Make MaximumRate and MinimumRate readonly
      PlaybackStatus and LoopStatus enums and validators
      Position int coercion and validation
      Ignore null metadata values
      update jest dependencies
      tests: ping with ListNames
      Player error handling
      Set Jest environment to "node"
      Use the Peer interface of the player to ping
      Support multiple instances
      Update to dbus-next 0.5.1

emersion (1):
      Add CI

v2.0.0

05 Mar 21:29
dd882ec
Compare
Choose a tag to compare

This release is a huge rewrite to use the new dbus-next library. It should fix most of the known bugs.

The only breaking changes are the seek event and the seeked method on the Player API. See #18 for details.

Special thanks to @acrisci for this work.

1.1.4

23 Oct 16:48
1c44ad3
Compare
Choose a tag to compare

Migrate to node-dbus v1.0.3 (@acrisci)

1.1.3

20 Mar 15:09
f4e805d
Compare
Choose a tag to compare

Fixes #9 (dbus commands all time out)