[project @ 5593]
[audio-mpd.git] / Changelog
blob4c1cab3fc27f3cb0e8910aaa94c995088d1462c8
1  0.13.5 Thu Mar  8 20:22:32 CET 2007
2  - get_urlhandlers renamed to urlhandlers
3  - seekid defaults to current song
4  - pod enhancement
5  - test coverage of Audio::MPD up to 36.1%
7 0.13.4 Tue Mar  6 20:05:21 CET 2007
8  - new method password() to change mpd password
9  - bug fix in deleteid (was issuing delete) and crop (should be done in
10    reverse order to keep mpd happy)
11  - test coverage of Audio::MPD up to 36.1%
13 0.13.3 Sun Mar  4 19:30:24 CET 2007
14  - bug fix on volume method
16 0.13.2 Sun Mar  4 10:17:50 CET 2007
17  - Makefile.PL now uses ExtUtils::MakeMaker instead of perverting Module::Builder
18  - bugfix in play / playid
19  - testing Audio::MPD::Status up to 100%
20  - testing Audio::MPD = 24.5%
22 0.13.1
23  - status() now returns an Audio::MPD::Status object, for better encapsulation
24  - added dependancy on Class::Accessor
26 0.13.0 Fri Mar  2 12:55:38 CET 2007
27  - connection completely reworked to get rid of the most obvious problems
28    note: this does not mean that we're completely clean, but at least it's
29          better than what it was.
30  - is_connected and close_connection are no more needed, and therefore removed
31  - error handling is now done via die - get_error() is gone
32  - play, delete, move, get_song_info, seek & swap do not accept a third
33    fromid parameter anymore
34  - pause now toggle pause status if no parameter is sent
35  - renamed methods:
36     . kill_mpd -> kill
37     . get_server_version -> version
38     . set_fade -> fade
39     . set_random -> random
40     . set_repeat -> repeat
41     . set_volume -> volume
42  - new methods: stats, status
43  - delete and deleteid can take more than one song to delete
45 0.12.4 Thu Jan 25 21:52:05 CET 2007 [JQ]
46  - grouped pod in sections for easier reading
47  - corrected pod typos here and there
48  - added contact information
49  - new tests for pod correctness and pod coverage
50  - added missing pod for 3 subs
52 0.12.3 (Nicholas J Humfrey)
53  - Added Makefile.PL support
55 0.12.2 (Nicholas J Humfrey)
56  - Fixed bug in parsing parmeters in pause()
58 0.12.0-rc7+njh (Nicholas J Humfrey)
59  - Moved $sock and @playlists into object so that you can talk to
60    multiple MPDs in the same script.
61  - Added Module::Build based build/install system
62  - Changed namespace to Audio::MPD so that it can be added to CPAN
63  - Documented class
64  - Changing 'END' handler to 'DESTROY'
65  - Changed <$sock> to $sock->getline
66  - Changed print $sock "foo" to $sock->print("foo")
67  - Corrected pause() so that it didn't use depricated lack of argument
68  - Added optional path parameter to updatedb()
70 0.12.0-rc7
71  - better password-handling, including possibility to connect to
72  password@mpdhost (William Pettersson)
73  - made get_time_info work, and added more to the output
74  - made ALLOW_TOGGLE_STATES 1 by default
76 0.12.0-rc6
77  - get_song_info() now uses current song, if none is specified
78  - mpc.pl now says that 'seek' is in seconds instead of percentage
79  - Fixed bug in close()
80  - Removed warn() in _get_playlist()
81  - Made MPD.pm more backwards compatible (Martin Stolle)
82  - Added get_current_song_info() (Martin Stolle)
83  - Made internal sub _process_feedback() more robust (Martin Stolle)
84  - Update get_title() to be more flexible (Martin Stolle)
86 0.12.0-rc5 (No more fires!-release)
87  - Fixed bug in save() (Laurent Monrouzies)
88  - Removed annoying line in set_random() (Dale Francum)
89  - Added get_time_info (Thanks Dale Francum)
90  - Removed 'use Data::Dumper;' from mpc.pl and MPD.pm
91  - Added support for new MPD-functions:
92  'outputs', 'enableoutputs', 'disableoutputs', 'commands' and 'notcommands'
93  - Fixed bug in get_title() where old title would get returned
94  - Fixed bug where playlist was not updated (hannes)
95  - Added playlist_changes() so clients can update their playlist (hannes)
96  - Updated _get_playlist() (hannes)
98 0.12.0-rc4
99  - Old bug where $playlist[0] contained undef removed again :)
100  - crop() function added (removes all songs but the playing)
101  - Fixed some bugs and errorhandling in mpc.pl
103 0.12.0-rc3
104  - (almost) total rewrite of module
106 0.12.0-rc2
107  - Changed default port to 6600
108  - Removed UNPAUSE_ON_PLAY setting, as this is now default in MPD
109  - Added urlhandlers()
110  - Fixed seek()
111  - Small bugfixes
112  - Bugfixes in mpc.pl (playlist() and volume())
113  - Updated ACK-error handling (geterror() changed, seterror() added)
114  - Add 'plchanges'-support in getplaylist()
115  - Added $config{'ALLOW_TOGGLE_STATES'}
116  - Added deleteid() / moveid() / playid() / seekid() / swapid()
117  - Removed deprecated 'unpause-on-play'-code
119 0.10.0-rc1
120  - No changes
122 0.10.0-alpha7
123  - Major speedup. Playlist was fetched way too many times
124  - Another major speedup. Playlist is now only fetched when needed!
125  - Added %config, for changing default behavior
126  - Old $number-- in play() was removed.
127  - Stupid bug where last song was not saved in @playlist removed
128  - Rewrote searchadd() to utilize 'command_list_begin'/'command_list_end' (Much faster now)
129  - Fixed bug where search() didn't return the last song found
130  - Small rewrite in setrepeat() and setrandom()
131  - Typos
132  - Fixed bugs and bugs and bugs and bugs
133  - Added a destructor
134  - Rewrote all pod-documentation
135  - Tabindented all
136  - Removed 'unfinished subs' and 'todo'
137  - Probably more stuff
139 0.10.0-alpha6
140  - Changed @playlist syntax ($playlist[song-number]{info-to-get} eg. $playlist[42]{'file'})
141  - Removed deprecated getsonginfo()
142  - Moved gettitle() and gettimeformat() to 'Custom subs'
143  - Altered gettitle()'s errorhandling a bit
145 0.10.0-alpha5
146  - Made getsonginfo() return a hash instead of an array
147  - Streamlined add()/delete()/move()/swap()
148  - Made (almost) all functions undef on succes and 1 on error. Last error can be retrieved by $self->geterror()
149  - search() now accepts filenames too (thanks sbh)
150  - delete() can take ranges (thanks sbh)
151  - Added the 'Custom functions'-part
152  - Added searchadd() (thanks sbh)
153  - Repaired add()
154  - Added playlist()
156 0.10.0-alpha4
157  - Fixed bug where last song on playlist was not present
158  - Made getstatus() call playlistinfo if playlist had changed
159  - Implemented getsonginfo() for returning information from @playlist (Thanks msells)
160  - Added $self->{module_version}
161  - Empties @playlist, when renewing it
162  - A bit of optimizing and cleanup around getplaylist (Thanks msells)
164 0.10.0-alpha3
165  - Fixed error in add()-comments
166  - Moved $host and $port parameter to new() - It finally works!
168 0.10.0-alpha2
169  - Added nextinfo() and changed lsinfo() and listallinfo()
170  - Changed version-numbering to fit MPD standards
173  - Initial release