jUploadr Changelog

What's new in jUploadr 1.1.2

Dec 7, 2009
  • Ensured Mac version's tag drop down was wide enough as the popup list always has a scroll bar that is not counted as part of the width by SWT.

New in jUploadr 1.1 (Dec 7, 2009)

  • Turned out to be a bigger release than I anticipated, --there are too many changes to list
  • here, but some of the important ones are tag completion and zooomr support. I've re-worked how
  • the authorization system works, so it's easier to manage and switch accounts.

New in jUploadr 1.0 (Dec 7, 2009)

  • 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.

New in jUploadr 1.0 RC1 (Dec 7, 2009)

  • 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

New in jUploadr 0.8.1 (Dec 7, 2009)

  • 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

New in jUploadr 0.8 (Dec 7, 2009)

  • 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

New in jUploadr 0.7 (Dec 7, 2009)

  • 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

New in jUploadr 0.6 (Dec 7, 2009)

  • 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.

New in jUploadr 0.5 (Dec 7, 2009)

  • 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

New in jUploadr 0.4 (Dec 7, 2009)

  • 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

New in jUploadr 0.3.5 (Dec 7, 2009)

  • 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.

New in jUploadr 0.3 (Dec 7, 2009)

  • 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.

New in jUploadr 0.2.1 (Dec 7, 2009)

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

New in jUploadr 0.2 (Dec 7, 2009)

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

New in jUploadr 0.1 (Dec 7, 2009)

  • Initial alpha release. Non threaded upload, no saving of information.
  • Petty terrible, really.