1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
mpDris2 v0.8 (unreleased)
- "Playing" and "Paused" notifications now show song information (#71).
mpDris2 v0.7 (December 18, 2015)
- Now compatible with both pygobject 2.x and 3.x (#62).
- When using pygobject 3.x, PyNotify is no longer needed – native GObject
bindings are used instead (#62).
- Changed 'CanGoNext' to always return 'true' (#65).
- Configurable cover matching regexp
- music_dir setting moved in Library section
- Systemd user service file
- New dutch translations
mpDris2 v0.6 (November 6, 2014)
- Fix updating of stream metadata (#60).
- Fix embedded cover images showing up as truncated/damaged.
- Show file name for tracks with no title (#54).
mpDris2 v0.5 (March 9, 2014)
- Now compatible with both Python 2 and Python 3.
- Works better with various Python mpd bindings.
- Added support for embedded cover art using Mutagen (optional).
- Shows up in GNOME notification settings.
mpDris2 v0.4 (February 2, 2013)
- Use the 'idle client' mpd feature to subscribe to updates, instead of
refreshing every 2 seconds. This makes updates instant when they happen
*and* greatly reduces CPU usage (and network traffic) in other cases.
- Support single-track repeat.
- Fix: Support multiple artist & composer values.
- Accept non-local music library paths.
- Support old python-mpd versions (Fedora 17 has v0.2).
- Honor $XDG_CONFIG_HOME and _DIRS. (Previously ~/.config was hardcoded.)
mpDris2 v0.3 (October 14, 2012)
- Export playback rate properties over DBus.
- Fix: Use correct DBus types for metadata.
mpDris2 v0.2 (June 23, 2012)
- Fix: Do not crash if music dir is not set.
mpDris2 v0.1 (February 15, 2012)
- Initial release.
|