]> kaliko git repositories - python-musicpd.git/blob - CHANGES.txt
Add current year in documentation copyright
[python-musicpd.git] / CHANGES.txt
1 python-musicpd Changes List
2 ===========================
3
4 Changes in 0.#.# UNRELEASED
5 ----------------------------
6
7 * ...
8
9 Changes in 0.4.4
10 ----------------
11
12 * Add tcp socket timeout, exposed in musicpd.CONNECTION_TIMEOUT, defaults to 5s
13   (Thanks to Bart Van Loon)
14 * Add partition commands (Thanks Naglis Jonaitis)
15 * Add listfiles command
16 * Add tagtypes (disable|enable|clear|all) commands
17 * Add albumart command
18
19 Changes in 0.4.3
20 ----------------
21
22 * Use setuptools
23 * Add sphinx documentation
24 * Add sensible defaults and honor environment variables
25   Use MPD_HOST/MPD_PORT (honor password setting in MPD_HOST)
26   If MPD_HOST is not set, tries to find a socket in
27   ${XDG_RUNTIME_DIR:-/run}/mpd/socket
28
29 Changes in 0.4.2
30 ----------------
31
32 * Add unittest (requires mock)
33 * Add mounts and neighbors commands (mount, unmount, listmounts and
34   listneighbors)
35 * Add rangeid command
36 * Add tag editing commands (addtagid and cleartagid)
37 * Add missing priority commands (prio and prioid)
38 * Add config command
39
40 Changes in 0.4.1
41 ----------------
42
43 * Fixed noidle command
44
45 Changes in 0.4.0
46 ----------------
47
48 * support range
49
50 Changes in 0.3.1 UNRELEASED
51 ---------------------------
52
53 * renamed musicpd
54 * python3 port
55 * no python2 support
56 * added searchadd and searchaddpl commands
57 * added seekcur command
58 * added client to client commands
59 * added readcomments and toggleoutput commands
60
61 Changes in 0.3.0
62 ----------------
63
64 * added replay_gain_mode and replay_gain_status commands
65 * added mixrampdb and mixrampdelay commands
66 * added findadd and rescan commands
67 * added decoders command
68 * changed license to LGPL
69 * added sticker commands
70 * correctly handle errors in command lists (fixes a longstanding bug)
71 * raise IteratingError instead of breaking horribly when called wrong
72 * added fileno() to export socket FD (for polling with select et al.)
73 * asynchronous API (use send_<cmd> to queue, fetch_<cmd> to retrieve)
74 * support for connecting to unix domain sockets
75 * added consume and single commands
76 * added idle and noidle commands
77 * added listplaylists command
78
79 Changes in 0.2.1
80 ----------------
81
82 * connect() no longer broken on Windows
83
84 Changes in 0.2.0
85 ----------------
86
87 * support for IPv6 and multi-homed hostnames
88 * connect() will fail if already connected
89 * commands may now raise ConnectionError
90 * addid and update may now return None