Export to Tumblr Changelog

What's new in Export to Tumblr 20130820.29

Aug 20, 2013
  • Better handle very long user account names, so that the [Logout] button doesn't get cut off of the Export dialog.
  • Fixed the KW/KWE tables in template tokens; they had been broken when using load for the script.

New in Export to Tumblr 20130722.28 (Jul 23, 2013)

  • Added the ability to update/replace posts.
  • Moved the "Export with Smart Previews?" dialog section to a more-logical place in the dialog order, and made big improvements. you can now pick to be asked whether to export via Smart Previews, and can differentiate between when the Smart Previews are "good enough" for an export and when they are not.

New in Export to Tumblr 20130701.27 (Jul 5, 2013)

  • Work around a bug that causes the export-related progress bar to not show up right away.

New in Export to Tumblr 20130328.18 (Apr 2, 2013)

  • Fixed a possible plugin crash in Lr2 that might happen if the remote site's servers are failing.

New in Export to Tumblr 20130302.17 (Mar 4, 2013)

  • Made authentication a bit more robust.

New in Export to Tumblr 20130111.10 (Jan 14, 2013)

  • Added the ability to set the post date to the photo date.
  • The caption-preset UI was ugly... made it better (I think).

New in Export to Tumblr 20130101.9 (Jan 4, 2013)

  • Added the ability to use caption presets.
  • Keywords marked in Library for export are now sent as image tags, and you can add extra tags as well in the export dialog.

New in Export to Tumblr 20121213.8 (Dec 14, 2012)

  • Added the ability to include a clickthrough link when uploading a photo.

New in Export to Tumblr 20121126.6 (Nov 27, 2012)

  • Plugin was unwittingly overriding the blog's auto-tweet setting. Fixed.

New in Export to Tumblr 20121114.5 (Nov 14, 2012)

  • Added the ability to automatically upload only those images not yet uploaded and/or modified since last upload.
  • Fixed an error that popped up during export if the plugin's unlimited trial had ended.

New in Export to Tumblr 20121113.4 (Nov 13, 2012)

  • Added the ability to set a new post as private/draft/queue.

New in Export to Tumblr 20121016.3 (Oct 17, 2012)

  • Realized a bit late that because Tumblr wants the entire upload package HMAC-SHA1 signed (as opposed to just the non-image-data parts like most upload destinations), the raw HMAC-SHA1 routines in pure Lua that I wrote years ago to handle short hundred-byte handshaking just won't cut it for multi-megabyte full-image uploads. I've found a way around it for Lr4, but it's not possible to fix in Lr3, so I have to pull support for Lr3.
  • Note that Tumblr's photo-upload limit is 5MB, so if the image is larger than that, bail before even trying.