Skip to content

Releases: hrkfdn/mpdas

mpdas-0.4.5

05 Feb 11:31
Compare
Choose a tag to compare

Changes

  • Remove C++11 code to fix compilation for older compilers
  • Re-add older authentication to fix scrobbling for Libre.fm (#43)
  • Also submit album artist if set in metadata (#48)
  • Some refactoring

mpdas-0.4.4

26 Aug 18:34
Compare
Choose a tag to compare

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

03 Jul 16:33
Compare
Choose a tag to compare

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

06 Jun 13:10
Compare
Choose a tag to compare

Changes

  • LibreFM support
  • MPD message command to unlove tracks
  • Bug fixes (better timeout/cURL error handling)

mpdas-0.4.1

03 Jan 13:42
Compare
Choose a tag to compare

Maintenance release

  • Fix memory leak (see #27)

mpdas-0.4.0

04 Sep 21:10
Compare
Choose a tag to compare

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

26 Sep 13:35
Compare
Choose a tag to compare

Contains small bug-fixes and plugs some memory leaks