All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- FIT files support.
- Photo backup option.
- Double click opens the picture.
- Detecting more photo timestamps from Exif and file names.
- Speed improvement (about 500%).
- Some libraries has been updated.
- Writing a timestamp to Exif has been removed.
- Support photos without Exif (required timestamp in the file name).
Examples of the valid file names:
- 20200209_124658.jpg,
- IMG_20200209_124658.jpg,
- IMG_20200209_124658_edited.jpg.
- Extract date and time from filename if DateTimeOriginal Exif tag does't exists.
- Add DateTimeOriginal Exif tag when above condition is true.
- Editable margin of error.
- Editable time offset.
- Auto selecting picture folder from GPX file path.
- Small code refactoring.
- This CHANGELOG file.
- Fix "File is locked" errors.
- Fix "File not found" errors.
- First release.