File Release Notes and Changelog
Release Name: 2.1.1
Notes:
JavaTron 2.1.1
Copyright (C) 2001-2002, Taylor Gautier
Usage: java -jar javatron-2.1.1.jar [audiotron-ip] [username] [password]
Changes:
Version 2.1.1
+ Fix Fav display
Version 2.1.0
+ Updated to work with firmware 2.1.18
+ Added favs list
+ Fixed Title segmentation
+ Added SCROLL_TAB_LAYOUT to JTabbedPanes (JDK 1.4 only)
+ Fixed stalled status updates
Version 2.0.3
+ Added segmented list for titles
+ Hopefully fixed JComboBox (Song selector) bug for older JDK's
+ Increased granularity of song slider box
+ Many internal fixes
Version 2.0.2
+ smooth out local song time handling
+ improve song total bug handling
+ change name of "Current Playlist" tab to "AT Play Queue"
Version 2.0.1
+ added local update of song time (1 second granularity)
+ made NTP server quiet if can't open port
+ fixed possible issue when song moves to next song in playqueue
+ stricter parsing rules should not get tripped up by similar titles in songs
Version 2.0.0
+ revamped main UI (all swing)
+ added drill-down on album/artist
+ added mini-NTP time server
+ drill-down is interruptible
+ cleaned up editor playlist ui
+ added multi-selection ability to lists in playlist editor
+ added popup menus on popup-trigger (right click in windows)
+ fixed pause bounce issue (hopefully other bounce issues too)
+ added multiple playlist support
+ preferences dialog (replaces about)
+ added configuration option to change default behavior of double-click
+ added configuration of AT information
Version 1.4.1
+ added new icons (represnting play state) to window
+ added song info display on minimize
+ fixed lots of ui issues with flickering/update etc.
Version 1.4.0
+ Added playlist editor!
+ Fixed display bug where javatron would hang if windows turned off the monitor
+ Interruptible playq updating
Version 1.3.4
+ Changed background of SongSlider control to match Window background
+ Don't overwrite song info with new song info, just update it
Version 1.3.3
+ Added song slider to show/set song play position
+ Added all possible states returned from apigetstatus.asp
for better state detection
Version 1.3.2
+ fixed small issue where playlist doesn't update if added to
Version 1.3.1
+ fixed song detection when song is last song
Version 1.3
+ parsing routines updated to use new API
+ command, refresh and cancel algorithms more robust
+ UI is slightly improved
+ play button is enabled
+ additional more detailed status is available
Version 1.2.2
+ internal bug fix to remove duplicate code
Version 1.2.1
+ minor UI changes (mostly internal)
+ song display now includes genre
Version 1.2
+ added song parsing
+ solidified AudioTron/AudioTronUI interface
+ updates are only made when status changes
+ added usage info in About dialog
Version 1.1
+ added refresher thread which updates state
+ added status bar
+ added about dialog with licensing info
Version 1.0
+ initial minimal version