[project @ 6442]
[audio-mpd.git] / Changes
blob712464eb5e357c18b13e3603f807a404e9b107dd
1 High-level changelog
2 ====================
4 0.18.x  using common classes in audio::mpd::common
5 0.17.x  introducing AM::Playlist + AM::Time
6 0.16.x  utf-8 support + introducing mpd-dynamic script
7 0.15.x  introducing AM::Collection
8 0.14.x  introducing AM::Items
9 0.13.x  rewrote connection mechanism
10 0.12.4  adoption by jerome quelin & quick fixes
11 0.12.0  adoption by nicholas j humphrey & first release on cpan
12 0.10.0  adapting to evolving mpd
13 [...]   ? (no information)
14 0.1.0   initial release by tue abrahamsen
18 Low-level changelog
19 ===================
21 0.18.1 Thu May 31 20:57:47 CEST 2007
22  - fixing mantis bug #556: support for multiple $path in playlist->add
24 0.18.0 Wed May 30 12:29:11 CEST 2007
25  - moved to perl license
26  - using common classes outsourced in audio::mpd::common, namely: item*,
27    stats, status and time.
28  - new methods AM::Collection::all_songs()
32 0.17.2 Sun Apr  8 15:35:43 CEST 2007
33  - introducing AM::Stats for better encapsulation
35 0.17.1 Sun Apr  8 12:23:53 CEST 2007
36  - introducing AM::Time for better encapsulation
37  - thus, removed get_time_info() and get_time_format()
38  - test coverage up to 100% \o/
40 0.17.0 Fri Apr  6 16:54:07 CEST 2007
41  - introducing AM::Playlist for better segregation of playlist handling
42  - completed tests to cover all playlist operations, AM is now 95.1% covered
46 0.16.2 Tue Apr  3 19:02:29 CEST 2007
47  - utf-8 support generalized
49 0.16.1 Mon Apr  2 18:26:17 CEST 2007
50  - new internal _cooked_command_*() methods, allowing for better code
51    factorization - and thus, better code coverage (100% achieved for
52    am::collection, 89.3% overall)
54 0.16.0 Thu Mar 29 19:04:34 CEST 2007
55  - script to listen your music endlessly: mpd-dynamic
57  **
59 0.15.4 Tue Mar 27 18:42:58 CEST 2007
60  - AM::Test more robust regarding fake mpd startup
61  - AM::Test quicker if no tests performed
62  - new methods in AM::Collection:
63     . songs_with_filename_partial()
64     . songs_by_artist_partial()
65     . songs_from_album_partial()
66     . songs_with_title_partial()
68 0.15.3 Wed Mar 21 18:08:06 CET 2007
69  - requiring perl 5.8.x minimum
71 0.15.2 Tue Mar 20 17:24:59 CET 2007
72  - fixed bug #25553 (on rt.cpan.org)
74 0.15.1 Sun Mar 18 19:06:57 CET 2007
75  - added Readonly as prereq
77 0.15.0 Sat Mar 17 17:49:50 CET 2007
78  - implementation of Audio::MPD::Collection: this class will act as the entry
79    point to look up in mpd's collection
80  - thus, following AM methods removed (see AM::Collection for the replacement):
81    . list()
82    . listall()
83    . listallinfo()
84    . lsinfo()
85    . search()
86    . searchadd()
87  - now that AM::Collection is here, AM's test coverage is up to 82.5% \o/
91 0.14.0 Sat Mar 17 13:29:57 CET 2007
92  - implementation of Audio::MPD::Item: instead of returning some random hash
93    reference, Audio::MPD now returns AMI objects.
94  - renamed methods:
95    . get_current_song()      -> current()
96    . get_song_info()         -> song()
97    . get_song_info_from_id() -> songid()
98    . get_title()             -> AMI::Song::as_string()
99    . pl_changes()            -> pl_changes()
100  - pl_changes() now return an array ref instead of a hash with positions as key
101  - test coverage of Audio::MPD up to 66.5%
105 0.13.5 Thu Mar  8 20:22:32 CET 2007
106  - get_urlhandlers() renamed to urlhandlers()
107  - seekid() defaults to current song
108  - pod enhancement
109  - test coverage of Audio::MPD up to 36.1%
111 0.13.4 Tue Mar  6 20:05:21 CET 2007
112  - new method password() to change mpd password
113  - bug fix in deleteid() (was issuing "delete") and crop() (should be done in
114    reverse order to keep mpd happy)
115  - test coverage of Audio::MPD up to 36.1%
117 0.13.3 Sun Mar  4 19:30:24 CET 2007
118  - bug fix on volume() method
120 0.13.2 Sun Mar  4 10:17:50 CET 2007
121  - Makefile.PL now uses ExtUtils::MakeMaker instead of perverting Module::Builder
122  - bugfix in play() / playid()
123  - testing Audio::MPD::Status up to 100%
124  - testing Audio::MPD = 24.5%
126 0.13.1
127  - status() now returns an Audio::MPD::Status object, for better encapsulation
128  - added dependancy on Class::Accessor
130 0.13.0 Fri Mar  2 12:55:38 CET 2007
131  - connection completely reworked to get rid of the most obvious problems
132    note: this does not mean that we're completely clean, but at least it's
133          better than what it was.
134  - is_connected() and close_connection() are no more needed, and thus removed
135  - error handling is now done via die - get_error() is gone
136  - play(), delete(), move(), get_song_info(), seek() & swap() do not accept a
137    third fromid parameter anymore
138  - pause() now toggle pause status if no parameter is sent
139  - renamed methods:
140     . kill_mpd()           -> kill()
141     . get_server_version() -> version()
142     . set_fade()           -> fade()
143     . set_random()         -> random()
144     . set_repeat()         -> repeat()
145     . set_volume()         -> volume()
146  - new methods: stats(), status()
147  - delete() and deleteid() can take more than one song to delete
151 0.12.4 Thu Jan 25 21:52:05 CET 2007 [JQ]
152  - grouped pod in sections for easier reading
153  - corrected pod typos here and there
154  - added contact information
155  - new tests for pod correctness and pod coverage
156  - added missing pod for 3 subs
158 0.12.3 (Nicholas J Humfrey)
159  - Added Makefile.PL support
161 0.12.2 (Nicholas J Humfrey)
162  - Fixed bug in parsing parmeters in pause()
164 0.12.0-rc7+njh (Nicholas J Humfrey)
165  - Moved $sock and @playlists into object so that you can talk to
166    multiple MPDs in the same script.
167  - Added Module::Build based build/install system
168  - Changed namespace to Audio::MPD so that it can be added to CPAN
169  - Documented class
170  - Changing 'END' handler to 'DESTROY'
171  - Changed <$sock> to $sock->getline
172  - Changed print $sock "foo" to $sock->print("foo")
173  - Corrected pause() so that it didn't use depricated lack of argument
174  - Added optional path parameter to updatedb()
176 0.12.0-rc7
177  - better password-handling, including possibility to connect to
178  password@mpdhost (William Pettersson)
179  - made get_time_info work, and added more to the output
180  - made ALLOW_TOGGLE_STATES 1 by default
182 0.12.0-rc6
183  - get_song_info() now uses current song, if none is specified
184  - mpc.pl now says that 'seek' is in seconds instead of percentage
185  - Fixed bug in close()
186  - Removed warn() in _get_playlist()
187  - Made MPD.pm more backwards compatible (Martin Stolle)
188  - Added get_current_song_info() (Martin Stolle)
189  - Made internal sub _process_feedback() more robust (Martin Stolle)
190  - Update get_title() to be more flexible (Martin Stolle)
192 0.12.0-rc5 (No more fires!-release)
193  - Fixed bug in save() (Laurent Monrouzies)
194  - Removed annoying line in set_random() (Dale Francum)
195  - Added get_time_info (Thanks Dale Francum)
196  - Removed 'use Data::Dumper;' from mpc.pl and MPD.pm
197  - Added support for new MPD-functions:
198  'outputs', 'enableoutputs', 'disableoutputs', 'commands' and 'notcommands'
199  - Fixed bug in get_title() where old title would get returned
200  - Fixed bug where playlist was not updated (hannes)
201  - Added playlist_changes() so clients can update their playlist (hannes)
202  - Updated _get_playlist() (hannes)
204 0.12.0-rc4
205  - Old bug where $playlist[0] contained undef removed again :)
206  - crop() function added (removes all songs but the playing)
207  - Fixed some bugs and errorhandling in mpc.pl
209 0.12.0-rc3
210  - (almost) total rewrite of module
212 0.12.0-rc2
213  - Changed default port to 6600
214  - Removed UNPAUSE_ON_PLAY setting, as this is now default in MPD
215  - Added urlhandlers()
216  - Fixed seek()
217  - Small bugfixes
218  - Bugfixes in mpc.pl (playlist() and volume())
219  - Updated ACK-error handling (geterror() changed, seterror() added)
220  - Add 'plchanges'-support in getplaylist()
221  - Added $config{'ALLOW_TOGGLE_STATES'}
222  - Added deleteid() / moveid() / playid() / seekid() / swapid()
223  - Removed deprecated 'unpause-on-play'-code
227 0.10.0-rc1
228  - No changes
230 0.10.0-alpha7
231  - Major speedup. Playlist was fetched way too many times
232  - Another major speedup. Playlist is now only fetched when needed!
233  - Added %config, for changing default behavior
234  - Old $number-- in play() was removed.
235  - Stupid bug where last song was not saved in @playlist removed
236  - Rewrote searchadd() to utilize 'command_list_begin'/'command_list_end'
237    (Much faster now)
238  - Fixed bug where search() didn't return the last song found
239  - Small rewrite in setrepeat() and setrandom()
240  - Typos
241  - Fixed bugs and bugs and bugs and bugs
242  - Added a destructor
243  - Rewrote all pod-documentation
244  - Tabindented all
245  - Removed 'unfinished subs' and 'todo'
246  - Probably more stuff
248 0.10.0-alpha6
249  - Changed @playlist syntax ($pl[song-number]{info-to-get} eg. $pl[42]{'file'})
250  - Removed deprecated getsonginfo()
251  - Moved gettitle() and gettimeformat() to 'Custom subs'
252  - Altered gettitle()'s errorhandling a bit
254 0.10.0-alpha5
255  - Made getsonginfo() return a hash instead of an array
256  - Streamlined add()/delete()/move()/swap()
257  - Made (almost) all functions undef on succes and 1 on error. Last error can
258    be retrieved by $self->geterror()
259  - search() now accepts filenames too (thanks sbh)
260  - delete() can take ranges (thanks sbh)
261  - Added the 'Custom functions'-part
262  - Added searchadd() (thanks sbh)
263  - Repaired add()
264  - Added playlist()
266 0.10.0-alpha4
267  - Fixed bug where last song on playlist was not present
268  - Made getstatus() call playlistinfo if playlist had changed
269  - Implemented getsonginfo() for returning information from @playlist (Thanks msells)
270  - Added $self->{module_version}
271  - Empties @playlist, when renewing it
272  - A bit of optimizing and cleanup around getplaylist (Thanks msells)
274 0.10.0-alpha3
275  - Fixed error in add()-comments
276  - Moved $host and $port parameter to new() - It finally works!
278 0.10.0-alpha2
279  - Added nextinfo() and changed lsinfo() and listallinfo()
280  - Changed version-numbering to fit MPD standards
285  - Initial release