Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

43 lines (27 loc) · 1.68 KB

Changelog

1.3.1

  • Dependency update in response to security vulnerabilities.
  • Preparations for announcing code re-write (details will be provided on the website and this file), watch the repository if you're interested on updates! (Also, editing the GUI is a hit-and-miss task of labor, you'll spot a minor display error upon opening the software).

1.3.0

  • Implemented custom output directory choice, now the user may pick where to output the sorted pictures from the sorting criteria picker. This preference isn't remembered.
  • Coordinates are now extracted before the sorter window opens to ensure the user has at least one geotagged picture, and to help them quickly look for geotagged pictures.
  • Updated MainWindow's warning about API keys.
  • Added a paste button to API key Preferences to paste the API key from the keyboard.
  • Bugfix: when one picture without geotag is found, that one and any picture scanned afterwards wouldn't have its coordinates stored on the DB.
  • Bugfix: changing sorting criteria without restarting the program results in the previous sorting criteria being used.
  • Dependency update: Apache Commons IO to 2.13.0.

1.2.2

  • Fixed coordinates check.
  • Re-upgraded OkHttp to latest stable release.

1.2.1

  • Attempted to fix location not being sent by downgrading OkHttp.

1.2.0

  • Fixed JDK version, as well as any relevant code to this change.
  • Updated OkHttp to version 4.11.0.

1.1.1

  • Fixed sorting criteria detection.

1.1.0

  • Prepared SortingCriteria window to include yet-to-be-implemented features.
  • Updated dependencies.

1.0.0

  • Initial release.