Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 845 Bytes

CHANGELOG.md

File metadata and controls

27 lines (14 loc) · 845 Bytes

0.2.0

Disallowed null in androidNotificationChannelId

0.1.5

Made the library closer to DBus specs

0.1.4

Replaced logging function from debugPrint() to log()

0.1.3

Removed mpris:trackid from metadata object. It's useless until org.mpris.MediaPlayer2.TrackList interface implementation

0.1.2

Fixed additional issue: all received MediaItem ids are being mapped to uuid strings that allows to avoid invalid dbus path object creation for trackId field of org.mpris.MediaPlayer2.Player.Metadata property.

0.1.1

Fixed issue #1: androidNotificationChannelId is used as a part of dbus interface name for an application instance now.

0.1.0

First release