python-musicpd Changes List
===========================
-Changes in 0.6.1 UNRELEASED
+Changes in 0.6.0 UNRELEASED
---------------------------
* Switch back to gztar (even though official python doc mention xztar, PEP 527
considers only gztar and zip)
+* Add binarylimit command
Changes in 0.5.1
kill -> None
password <str> -> fetch_nothing
ping -> fetch_nothing
+binarylimit <str> -> fetch_nothing
tagtypes -> fetch_list
tagtypes disable <str> [<str>]... -> fetch_nothing
tagtypes enable <str> [<str>]... -> fetch_nothing
# python-musicpd: Python MPD client library
-# Copyright (C) 2012-2020 kaliko <kaliko@azylum.org>
+# Copyright (C) 2012-2021 kaliko <kaliko@azylum.org>
# Copyright (C) 2019 Naglis Jonaitis <naglis@mailbox.org>
# Copyright (C) 2019 Bart Van Loon <bbb@bbbart.be>
# Copyright (C) 2008-2010 J. Alexander Treuman <jat@spatialrift.net>
"kill": None,
"password": self._fetch_nothing,
"ping": self._fetch_nothing,
+ "binarylimit": self._fetch_nothing,
"tagtypes": self._fetch_list,
"tagtypes disable": self._fetch_nothing,
"tagtypes enable": self._fetch_nothing,