File: NEWS

package info (click to toggle)
mpc 0.26-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 760 kB
  • ctags: 323
  • sloc: ansic: 3,046; sh: 1,541; makefile: 45
file content (183 lines) | stat: -rw-r--r-- 5,908 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
0.26 (2014/06/03)
* fix segfault when adding absolute paths
* "playlist" can show stored playlist
* "search" supports --format

0.25 (2013/11/09)
* fix "insert" with directory argument
* optimize tab completion commands
* do character set conversion for tab completion commands
* require libmpdclient 2.3, MPD 0.16

0.24 (2013/10/29)
* configure.ac: fix syntax error
* new command "toggleoutput"
* use the "volume" command on MPD 0.18
* fix search/find with "filename" constraint
* add search/find with "base" constraint
* don't strip trailing slashes from absolute URLs

0.23 (2013/04/09)
* do character set conversions on client-to-client messages
* allow trailing slashes in paths that can be directories
* make "mv" a shortcut for "move"
* new command "cdprev"
* support absolute paths in "add" and "update"
* enable/disable: support output names, multiple arguments, and "only" mode
* doc: document missing format keywords

0.22 (2012/02/04)
* implement the client-to-client protocol (MPD 0.17)
* sticker: fix crash bug
* print newline after volume level
* print status after no-op relative volume change

0.21 (2011/06/04)
* idle: fix assertion failure on unknown idle event
* new command "insert"
* show only playlists on command "lsplaylists"

0.20 (2011/01/03)
* require libmpdclient 2.2
* reactivate "search filename"
* MixRamp support
* support --format with "ls" and "listall"
* new command "clearerror"
* implement "current --wait"
* command "add": print the failed song

0.19 (2009/12/06)
* search: fix "mpc search any"
* idle: flush output after each idleloop iteration
* added command "sticker" (MPD 0.15)
* added command "replaygain" (MPD 0.16)
* implemented %position%, %id% for --format
* fixed bash completion

0.18 (2009/10/05)
* don't quote spaces in the "load" and "lstab"
* revert "disable character set conversion to/from pipe"
* don't use the deprecated "volume" command
* added option "update --wait"
* allow options before and after the command
* treat negative numbers as non-options
* using libmpdclient 2.0 instead of built-in libmpdclient
* don't print song numbers in the "playlist" command
* idle: added "mask" parameter
* added the "findadd" command

0.17 (2009/08/13)
* fixed busy loop while waiting for "idle" response
* added command "idleloop"

0.16 (2009/05/25)
* added command "current"
* support the new MPD modes "consume" and "single"
* added command "idle"

0.15 (2009/02/01)
* optimized and simplified the "add" command, don't obtain and print
  song list when adding directories
* same optimization for the "ls" command, which did some very
  expensive underscore matching logic using "listall"
* show MPD error message in "status"
* fixed special character handling in bash completion
* fixed two crash bugs due to wrong string pool usage
* don't fall back to ISO-Latin-1 in unknown locale
* disable character set conversion to/from pipe
* fix memory leak in songToFormatedString()
* fix memory leak in charset_set()

0.14.0 (2008/12/20)
1) Support for %date%, %genre%, %composer%, %performer%, %disc%, and %comment%
2) Added the following new commands: find, list, crop, toggle
3) Man and documentation updates
4) mpc add / which is an exception, adds the entire database
5) Add necessary stuff for a windows build
6) As usual tons of fixes merely from a newer libmpdclient
7) Character encoding fixes
8) Add ability to disable iconv
9) Fix percent bug
10) Remove addurl, replace by adding with add
11) Fix default port

0.13.0 (Skipped)

0.12.1 (2007/3/21)
1) Support for compiling on Windows
2) New output format for "mpc playlist"
3) Support for many more search types with "mpc search"
4) Add "mpc del 0" behavior to remove the currently playing song
5) Fixed compiling on Solaris
6) Allow some predefined escape sequences in --format strings
7) Removed support for "mpc search <type> -", as it was previously broken
8) Allow multiple pairs of search types/queries with "mpc search"
9) Various minor bugfixes

0.12.0 (2006/9/22)
1) Add outputs command
2) Add enable command
3) Add disable command
4) Add --no-status switch
5) Display total time in status output
6) Include mppledit, a bash script that edits playlists with a text editor
7) Allow "/" to be specified as a file to add to the playlist
8) Multiple bug fixes and cleanups

0.11.2 (2005/3/11)
1) Fix a very hard-to-trigger segfault in libmpdclient (Eric Wong)
2) Add new commands: crop, stats, toggle (avuton and Snark)
3) Add relative and exact-time seeking (mackstann)
4) Fix single-digit time formatting in status (Eric Wong)
5) fix formatting issue that occurs when a %label% is found, but no tag info
exists for it, it was then appending the %label% itself (Warren Dukes)

0.11.1 (2004/6/18)
1) Fix compiler problem for gcc < 3
2) Fix a bug in libmpdclient

0.11.0 (2004/6/18)
1) Add support for adding streams
2) Make add command more robust
3) Add --format option (thanks to danb)
4) Support for new update command

0.10.3 (2004/4/1)
1) Forgot to enable iconv support

0.10.2 (2004/3/25)
1) Fix bug in searching
2) Fix bug with crossfade

0.10.1 (2004/3/7)
1) gcc<3 compiler fixes (Mark Reidel)

0.10.0 (2004/3/4)
1) UTF-8 Support
2) Crossfade Support
3) Password Support
4) Cleanup/rewrite by normalperson
5) Add seek by second support by mackstann
6) More command.c cleanup by mackstann

0.9.2 (2003/10/31)
1) Updated libmpdclient, much more efficient thanks to tw-nym

0.9.1 (2003/10/6)
1) Fix a bug in move command
2) Updated libmpdclient
3) Fix solaris compile problems

0.9.0 (2003/9/30)
1) Add seek command
2) Add move command
3) Add version command
4) repat and random commands take args now
5) Updated libmpdclient

0.8.1 (2003/8/12)
1) Fix compilation errors with older gcc's due to declarations not being at
the top of a code block
2) Fix bug with out of order song deletion
3) Status will now display the total number of songs in the playlist
4) Updated copy of libmpdclient