Skip to content

Latest commit

 

History

History
196 lines (156 loc) · 5.14 KB

CHANGELOG.md

File metadata and controls

196 lines (156 loc) · 5.14 KB

0.17.9 - 28/03/2023

Report upload duration to backend Add world region and date/time of capture to Lightroom -> PhotoDeck photo metadata synchronization

0.17.8 - 04/10/2022

Fix regression when exporting Photo without using the Publish features

0.17.7 - 29/08/2022

Fix regression on LR 11.5

0.17.6 - 11/08/2022

Fix race condition when publishing a new photo to multiple galleries in parallel Properly allow ORIGINAL file format

0.17.5 - 31/01/2022

Add a note to explain PhotoDeck vs Lightroom watermarking Add support for multiple media libraries

0.17.4 - 13/09/2021

Remove builtin session cookie management

0.17.3 - 01/06/2021

New PhotoDeck logo

0.17.2 - 21/05/2021

Implement new requests rate limits API. This should improve upload speed for smaller files

0.17.1 - 01/04/2021

Improve gallery creation performance

0.17.0 - 27/11/2020

Add support for two-factor authentication

0.16.7 - 02/03/2020

Fix a case where publishing a photo in a second gallery would make it jump back again to "Modified Photos to Re-Published" in the other gallery Update photo ID & file name in LR catalog only when changed

0.16.6 - 25/10/2019

Restore ability to use custom file names (reverts 0.16.4)

0.16.5 - 20/09/2019

Store PhotoDeck file names in Lightroom catalog (useful for searching)

0.16.4 - 12/09/2019

Include virtual copy name in file names

0.16.3 - 07/02/2019

Reorder published photos directly from Lightroom (thanks to Kim Aldis)

0.16.2 - 14/12/2018

Add more logging in case of connection error

0.16.1 - 23/11/2018

Minor bug fix

0.16.0 - 23/11/2018

Update to latest API Fix a case where just-republished photos would jump back again to "Modified Photos to Re-Published"

0.15.1 - 01/09/2016

Use IPTC headline as photo title, fallback to title when blank

0.15.0 - 31/08/2015

Update photo ratings from Lightroom Use IPTC headline as photo title when title is blank

0.14.1 - 22/06/2015

Fix image duplication on PhotoDeck when publishing a photo deleted directly from PhotoDeck to another gallery and then republishing the photo from a previous gallery

0.14.0 - 18/06/2015

Use https Optimize unpublish operation for many photos

0.13.0 - 16/06/2015

Deal with API requests rate limits

0.12.0 - 02/03/2015

Add a button in gallery/folder settings to open PhotoDeck admin space Try to deal with Lightroom installations that looses their cookies between each API call

0.11.5 - 26/02/2015

Fix URL encoding of % character

0.11.4 - 26/02/2015

Fix LUA error when exporting

0.11.3 - 23/02/2015

Tabs/indentation fixes

0.11.2 - 06/02/2015

Fix connection issues for non english systems Minor fixes

0.11 - 05/02/2015

Multiple accounts fixes Virtual copies support Always show current gallery description and display styles in gallery/folder settings Usability improvements for first time users PhotoDeck galleries structure synchronization gets a proper cancelable progress bar Minor performance improvements Minor fixes Code reorganisation

0.10 - 03/02/2015

Improved robustness and performance Lightroom -> PhotoDeck photo metadata synchronization Republishing will not reupload image again by default (see plugin settings) PhotoDeck galleries structure synchronization Plugin can be used in export only mode French translations Minor fixes

0.9 - 15/01/2015

Don't replace photos with identical file names at upload Fix root gallery discovery when root gallery is not named "Galleries" Reduce number of calls to PhotoDeck API Minor fixes

0.8 - 29/12/2014

Fix republishing deleted photos Add getPhoto API to give some details of photos, including contents Correct published URLs for photos

0.7 - 28/12/2014

A single photo can be in multiple galleries. Changes to those photos should propagate across all of those galleries. Uploading a photo into one gallery should not duplicate the photo in another gallery

Allow removing an image that exists in multiple collections from a single collection. The removal of an image in just one collection causes the deletion of the image

0.6 - 27/12/2014

Improved maintainability of galleries

  • Rename gallery - also updates URL as well as name
  • Reparent gallery
  • Delete gallery
  • Set Display Style of gallery

0.5 - 27/12/2014

Corrected bugs to improve user experience on first use

0.4 - 26/12/2014

Logging improvements

0.3 - 18/12/2014

Allow user to select the website they wish to publish to

0.2 - 18/12/2014

Ready for publishing

  • Added MIT license
  • Make terms more PhotoDeck specific
  • Added README
  • Improvements to updating photos

0.1 - 03/12/2014

Initial commit