Version 0.5.3.1
- Fixed compilation on Cygwin (and maybe others)
- Fix a bug where receiving the playlist with the playlist window hidden would
	crash the program
- A couple of other minor tweaks and bugfixes

Version 0.5.3
- Added in-program help function via '?' key
- /etc/services support
- IPv6 support (not much use until irmp3d supports it...)
- All addresses for a given hostname will be tried
- Better signal handling on POSIX plaforms
- Multiple build fixes, including many improvements to configure script


Version 0.5.2
- Increased portability
- Extensive internal redesign (gory details in ChangeLog)
- Explicit support for PDCurses (including XCurses) and S-Lang
- Multiple I/O polling methods supported to allow wider platform support
- Winsock (and MinGW) support
- --enable-irmp3-host is now evaluated at runtime


Version 0.5.1

- Scrolling track/artist/album/etc titles
- Colourful title bars :-)
- UI rearrangement
- French translation (well, Franglias anyway)
- Playlist can now be shown or hidden with the 'p' key
- Add GNU-style long options to command line
- Finer control of mixer settings


Version 0.5.0

- irmp3d v0.5.7pre1 supported
- irmp3 0.4.x series no longer supported by default
- Playlist support and debug logging can now be disabled at runtime
- NLS support (although no translations are available yet - feel free to
	contribute)
- The usual raft of bugfixes and cleanups - ChangeLog has the gory details


Version 0.4-devel3 (unreleased)

- Disabled 0.4.x support by default
- Fixed silly backwards assert in playlist_printitem
- Fixed crash when pressing arrow keys with empty playlist
- Some headers tweak to get it working under SFU
- getopt now used for command line parsing
- Enable/disable playlist is now a command line parameter
- Logging now a command line parameter
- Stop command switched back to "stop" because irmp3d-0.5.7pre1 with mod_mplayer gets confused by "stopall"
- "browser info" message now causes playlist refresh outside of browser mode
- "update title" and friends now supported. This allows mid-stream title changes with irmp3d-0.5.7 (and suppresses the annoying messages :-)
- "playlist sort" and "stopall" messages supported


Version 0.4-devel2

- Bug where (double) clicking beyond the end of the playlist tries to select/play non-existant track fixed.
- Playlist scrollbar now responds to mouse clicks
- Stop command now issues "stopall" to release soundcard on irmp3-0.5.x
- Page up/down now moves whole screen height rather than being fixed at 20 rows
- Mouse now works on mixer sliders and shuffle/repeat controls
- Added playlist save command
- Added playlist sort command
- Mouse now works on track-time bar
- Mouse support is getting pretty complete, so it's now enabled by default


Version 0.4-devel1

- Added options to remove support for 0.4.x or 0.5.x of irmp3
- Added compile-time loglevels. See config.h for details
- Now uses autoconf & automake
- Added manpage
- Now clears `idle time' display when no longer idle
- Shunts lots of code in main.c out to display.c, info.c, keyboard.c and net.c


Verion 0.3
- Some playlist support (cursor up/down/jump commands)
- Song information moved into separate window
- General playlist code cleanup
- All write(sock, ...) replaced with fputs(... , fsock) etc.
- Comm socket is now nonblocking, which is fun...
- Net message handling now done as a callback funtion
- fputs(... , fsock) & fprintf(fsock, ...) replaced with
- netputs and netprintf
- Started supporting irmp3 0.5 (testing with 0.5.6devel3)
- Initial support for non-80x24 terminals and terminal resizing
- Changes in playlist display to use reverse video and bold
- `printslider' now accepts max+min args
- `r' now reloads the playlist
- Rewritten net.c with loads of macros instead...
- Now can remove playlist support at compile time


Version 0.2alpha

- Updated README
- Added balance control keys (`<', `\', `/', `>') and display
- Basic mouse support added. Doesn't seem to work with GPM though :-(
- Treble/bass control keys added (`[', `]', `'', `#')
- Treble/bass display added
- Browser key handler changed so that unhandled keys fall through to the main key handler in main.c. This allows play/pause/stop keys to work in browser and also removes some redundancy
- Volume/mute display added
- Cleaned up message processing in net.c
- Dealt with all IDv3/ogg tags provided by IRMP3
- Shows filename
- Now accepts host:port on command line
- No longer accepts ESC to quit (was just going wrong on gnome-terminal for me)
- Added usage message


Version 0.1alpha

- Play/pause/stop/seek etc have been implemented
- Also, crude browser support exists
