Skip to content

Tags: Mic92/python-mpd2

Tags

v3.1.2

Toggle v3.1.2's commit message
fix release task

v3.1.1

Toggle v3.1.1's commit message
prepare v3.1.1 release

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge #202

202: bump version r=Mic92 a=Mic92



Co-authored-by: Jörg Thalheim <joerg@thalheim.io>

v3.0.5

Toggle v3.0.5's commit message
bump version

v3.0.4

Toggle v3.0.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Mic92 Jörg Thalheim
Better error messages

* exposes failure responses in CommandError exceptions

v3.0.3

Toggle v3.0.3's commit message

Verified

This tag was signed with the committer’s verified signature.
Mic92 Jörg Thalheim
asyncio fixes

- tolerate early disconnects

v3.0.2

Toggle v3.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
Mic92 Jörg Thalheim
Asyncio fixes

v3.0.1

Toggle v3.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Mic92 Jörg Thalheim
Revert typing annotations

Last release contained wip code.

v3.0.0

Toggle v3.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Mic92 Jörg Thalheim
Happy Christmas

* Breaking changes: albumart now returns dictionary :code:`{"size": "...",
"binary": b"..."}` instead of just a string
* add readpicture command
* add partition, newpartition and delpartition commands
* add moveoutput command
* removed deprecated `send_` and `fetch_` commands. Use the asyncio or twisted API instead for asynchronous mpd commands.

v2.0.1

Toggle v2.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Mic92 Jörg Thalheim
Re-add use_unicode

- 2.0.0 also dropped use_unicode parameter with no backwards
  compatibility. This versions just deprecates the parameter.