Releases: hrkfdn/mpdas
Releases · hrkfdn/mpdas
mpdas-0.4.5
mpdas-0.4.4
Changes
- Fix parsing of passwords containing special characters
- Fix handshake bug caused by passwords containing special characters such as ampersands
- Also load configuration file from $XDG_CONFIG_HOME/mpdasrc or ~/.config/mpdasrc, if the former is not set
mpdas-0.4.3
Changes
- Use HTTPS for communication
- Move away from the deprecated authToken authentication.
- NOTE: This requires you to change your configuration. Your Last.fm password now needs to be set as plaintext, not an MD5 hash (as before).
mpdas-0.4.2
Changes
- LibreFM support
- MPD message command to unlove tracks
- Bug fixes (better timeout/cURL error handling)
mpdas-0.4.1
Maintenance release
- Fix memory leak (see #27)
mpdas-0.4.0
New release!
- Feature: A track can be set as 'loved' on Last.fm
- e.g. with 'mpc sendmessage mpdas love'
- Migrate to libmpdclient instead of deprecated libmpd along with some code refactoring
- Fix typo that would result in an incorrent setgid()-call
- Fix in the handshake to communicate properly with the new Last.fm site
- Several other crash fixes and optimizations
mpdas-0.3.2
Contains small bug-fixes and plugs some memory leaks