Version 0.4.2		7 March 2005
New version for Linux
*	Now runs on libnjb 2.0. The main avantage of this is it runs on more devices 
	(Jukebox Zen Micro, Dell Pocket DJ, Generation 2 Dell DJ)

Version 0.4.1		20 January 2005
Bug fix
*	Some MP3s were showing up with blank fields. This is due to a bug in id3lib. This is now fixed 
	(I found a workaround.)
*	Now mouse wheel scroll works in Linux (found workaround for wxGTK bug)
*	Also, improved the track matching algorithm even more

Version 0.4		17 January 2005
New features 
*	You can now change multiple actions at once by selecting several tracks.
	Any change you make will be changed for all tracks in the selection
*	It is now possible to compare additional fields: genre, track number and year
*	MP3's with no ID3 tags now appear in the list.
	They will be displayed with a title "Missing tag n", however you will not be able to transfer them.
	You are only allowed transfer MP3s with tag datas 
	Because these did not appear in the list before, it was causing confusion
Bug fix
*	When downloading a label in windows version the year and track number were not being transfered
	to the player. This is now fixed, but you need a reasonably up to date version of the drivers.

Version 0.3.2		9 December 2004
*	Bug fix for Windows users. Required for Latest Creative Drivers (JB3_PCWDRV_US_1_26_02.exe, 
	released a couple of days ago)
	Creative changed the format of the meta data in this release.
	Note: You only need this bug fix if you are using latest Creative drivers

Version 0.3.1		19 October 2004
*	Used better algorythm to calculate track length 
	(taken from code written by Michael Hipp and XMMS)
	(The algorythm supplied with id3lib is somewhat less accurate and also doesn't work for some tracks)
*	Added "Show full file path" feature (accessable via context sensitive menu)
	Forces path column to resize it self so the entire file path can read read
*	Improved track matching: It's now less strict if both tracks are the exact same size
*	Tested Linux version with libnjb 1.2
	As this version fixes the cancel download bug this feature is now re-enabled.
***	Linux Note: This version *only* works with libnjb 1.2 ****
	(Earlier versions *only* work with libnjb 1.1) 

Version 0.3		03 September 2004
*	Synchronise playlist feature
	Synchronises playlists on the Jukebox with m3u files on the PC 
	This feature works the same way as for tracks. Jukebox Playlist are converted to m3u files when
	you upload to the PC and visa versa.

*	Sortable columns
	Columns will now be sorted when you click on the column heading

*	Improved handling of similiar tracks
	Tracks with the same label, but different file sizes are now paired together
	The UI now prevents you from downloading duplicate tracks.
	So, if you change the action to "Download to Jukebox", the corresponding track on 
	the jukebox automatically changes to "Delete"

*	Improved performace of the grid control
	There have been major structural changes in this release, which has had the pleasant side effect
	of making the grid much faster. You will especially notice this when there are hunderds of items 
	in the grid 

*	The context sensitive menu now has a Play command. This will play the playlist, or track 
	in the default MP3 player. Linux users must specify the MP3 player in the configuration dialog.
	
*	Small improvement in the track matching: the tolerance for the file size comparison was increased 
	to 64kB and the tolerance for the track lenght comparison was increased to 2 seconds. 
	This is because sometimes changing a tag can result is a big increase in the file size.
	
Version 0.2		21 July 2004
	New features
		You can now automatically add all downloaded tracks to a playlist of of your choice
		In the "Miscelleanous" page of the configuration dialog enter the playlist. (Note: the list is
		only populated with the existing playlists after you have done a search)
		If the playlist entered does not exit then it will be created. 
		If the entry is blank then no tracks are added.
		
		Improved performance reading MP3 tracks on PC
		It now keeps track data in a cache file called cached_files.txt. 
		This file is saved in the first "Directory to search". It only reads the ID3 tag if the entry in the cache
		has a different date, or doesn't exist.
		
		There is a new option in the configuration dialog "Upload directory".
		This allows you upload tracks to a seperate directory. If this is left blank tracks will be uploaded to the
		first "Directory to search", as before.
		
		Improved label matching
		Now uses edit distance algorithm
		
	Bug fixes
		There were some bugs handling the year and track number. These are now fixed.
		
		It now only reads ID3V1 & ID3V2 tags. Before id3lib was returning data from Music match labels and this was
		causing confusion.
		
		It only writes ID3V1 tag data if there already was existing ID3V1 tag data.
		
version 0.1.1	11 July 2004 
	Bug fix 
	Year and Track number now transfered
	Doesn't preserves existing ID3Tags when doing Label upload
	New option to enable logging for diagnostics

NomadSync version 0.1 9 July 2004
	Initial version! 
		 
