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