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