1.1.2
	Fixed memory/thread leak when you add photos. jUploadr users should now be 
	able to add an unlimited number of photos without consuming too much memory.
	
	Added french, polish and italian translations
	
	Fixed bug #1580176: Crash when rotating images
	
	Fixed bug #1568527: Improve add to photoset dialog.
	
	Added .exe file for windows. NO MORE COMMAND WINDOW!!
	
	Added Zooomr rotate support.
	
	Integrated patch that allows the linux launch script to be linked.
1.1.1
	Fixed bug #1553005: After opening a browser, jUploadr would not close in OSX
	
	Fixed bug #1552495: Account button would go to wrong account if you had just switched them.
	
	Integrated last of spanish translations.
	
	Improved version checking so people with newer versions than the release version will not get the 
	upgrade message.
	
	Fixed configuration so mac port now reads the version out of juploadr.jar
	
1.1
	Added Zooomr upload support
		
	Added automatic saving of state on exit, and restoring this state when you re-start
	jUploadr
	
	Improved scroll bar responsiveness, so now it scrolls a screen at a time if you click
	on the edges of a scroll bar.
	
	Increased max ram usage to 512mb so people with large photos can use jUploadr
	
	Added tag completion, so you get a list of your tags when you press enter while in the 
	tags text field.
	
	Upgraded SWT to 3.2 Final
	
	Added multi-select capability in the UI. Hitting shift-click will select photos in between the 
	last clicked photo and the last previously selected one.
	
	Added select all functionality (ctrl-a)
	
	Added higher-quality (but slower) rescaling option for those who aren't happy with 
	the default rescaling quality.
	
	Changed default title of a photo to not include the extension. Adding fun.jpg used to
	make the title 'fun.jpg' where now it would just be 'fun' .
	
	Fixed bug (#1524744) where if you selected multiple photos and changed a property, the titles 
	would disappear.
	
	Ensured Firefox is the default browser when opening URLs.
	
	Added bandwidth throttling so jUploadr doesn't take up all of your upstream bandwidth.
	
	Fixed bug (#1538050) where spaces in the program directory would prevent juploadr from launching
	
	Implemented plugin architecture. All jar files in the plugins directory that have a plugin and a manifest
	attribute of Plugin-Class that points to the implementation of ImageUploadApi will be added to the list of
	sites to which jUploadr can upload.
	
1.0
	Upgraded SWT to the latest 3.2 release candidate. This has profound effects on 
	speed of scaling. A 3.2 megabyte image scales in 2 seconds. This also fixes the 
	progressive JPEG bug.
	
	Changed tags text field to be a text area. Added scrollbars to both tags and description
	
	Changed the browser launcher code to user BrowserLauncher2 library.
	
1.0RC1
	Juploadr now detects if you've added a photo twice, and if you have, shows an 
	error message and selects the photo.
	
	Reversed image sorting order
	
	Added German translation
	
0.8.1 
	Fixed bug where right clicking on an image would crash the app
	
	Fixed image sorting bug where images were not uploaded in the correct order
	
	Fixed bug where the app would crash after uploading
	
0.8
	Added image rotation for groups and individual images
	
	Added decorations to thumbnails to show how many photosets a photo is in.
	
	Added ability to add images to existing photo sets.
	
	Added ability to create a new photo set
	
	Added retry logic if either rotation, photoset creation or add to photoset
	functionality fails
	
	Added sort by EXIF date taken.
	
	Added version check to allow users to be notified of new versions.
	
	Added spanish translation
	
	Re-worked UI so photo selection more closely mirrors filesytem browsers
	
	Re-worked popup menus to simplify options and reduce confusion.
	
	Fixed bug where EXIF data was lost if images are resized before uploading
	
	Fixed bug where special characters would display as '?' on flickr
	
	Fixed bug where jUploadr would crash if the user hadn't 
	already authenticated and tried to change preferences
	
	Fixed bug where clicking the authentication button would result in a confusing
	'invalid email address' error
	
0.7
	Implemented new Flickr authentication API
	
	If you drop a folder on the UI, all the images in the folder
	are added.
	
	Pressing delete/backspace deletes all selected images.
	
	Added about dialog with version
	
	Implemented UI improvements suggested on the web site.
	
	Allows a proxy with no username or password
	
0.6	
	Changed socket timeout to 60 seconds for slow unreliable connections
	
	Improved windows launching script
	
	Implemented threaded rescaling. jUploadr doesn't hang when  you add a 
	large number of pictures any more.
	
	Fixed proxy support which was broken in the last release due to the changes
	in preferences.
	
0.5
	Fixed flaky rendering of logo on startup.
	
	Added top-level menus
	
	Added config dialog for all configuration options. Thanks John.
	
	Changed error handling; Now all upload errors are accumulated and displayed
	after all files are uploaded.
	
	OS X port complete, but image decorations still aren't transparent. 
	
	Created native application bundle and installer for OS X
	
	Added ability to automatically remove uploaded photos from the main window
	
	Added automatic image rescaling for large images.
	
	Fixed bug where 2nd image would upload first, and then the upload would proceed
	in reverse order.
	
	Added bluejay logo	
	
0.4
	Added the ability to edit the attributes of multiple photos at the
	same time
	
	Popup menu items deactivate themselves depending on context
	
	Fixed rare uploading bug
	
	Refactored popup handling
	
	System tray menus work now
	
	jUploadr hides itself if you click the close button now

0.3.5
	Added thumbnail decorations
	
	Improved fault tolerance when flickr is down
	
	Changed to actual popup menus
	
	Added uploading graphic
	
	Added finished uploading graphic
	
	Compiles under java 1.5
	
	Changed XML handling to SAX
	
	Changed XML parser to Piccolo, this should greatly improve speed of parsing flickr messages.
	
	Added cached authentication, checks your username and password against an internal hash
	before you upload, cuts down on doing an auth before every upload.
	
	
	
0.3
	Added threaded upload courtesy of John Hume (http://www.subres.net). Now 
	you get a progress bar when you're uploading.
	
	Added pre-emptive authorization. Now it auths before you upload.
	
	John informs me that jUploadr works in windows too. Neat!
	
	Now able to right click on a thumbnail and remove it.
	
	Now able to right click on main window background and remove files that 
	had previously been uploaded.
	
	Saves everything except password for future use. Need to make 
	configuration UI.
	
	Still need to hear from someone about proxy support. Does it work?

0.2.1
	Fixed bug where user would be prompted for their password after every file 
	uploaded. Very annoying.

jUploadr 0.2
	Added experimental proxy support. Available with ./jUploadr -proxy 

jUploadr 0.1
	Initial alpha release. Non threaded upload, no saving of information. 
	Pretty terrible, really.