Releases: dfandrich/gpscorrelate
Releases · dfandrich/gpscorrelate
2.3
- Use subsecond times in an image for better interpolation
- When interpolation is disabled, round up when exactly half way
- Allow fractional times in --photooffset
- Fix handling of --timeadd values between -1:00 and 0:00
- Read time zone from photos when available or --no-photo-tz to disable
- Warn if the times in the GPX file are not strictly increasing
- Correlate just the selected files in the GUI if only some are selected
- Store GPSDOP tag in image when available and exact match
- Display an image by double-clicking it in the GUI
- Increase the width of the default GUI window
- Support drag-and-drop for GPX files and images in the GUI
- Update the German & French translation
- Clean up memory handling and fix some memory leaks in the GUI
2.2
- Fix metainfo nits
- Add a few tests for improved coverage
- Add and improve some examples in the man page
- Fix test005 to work with libxml2 2.13
- Mention CSV in the help output for --machine
2.1
- Fix some tests to work in more locales
- Update French index.html file
- List more build requirements in INSTALL
- Add more CI builds
- Improve portability by including more required header files
- Support --direction and --heading (sort of) with --latlong
- Add support for heading and direction times to the GUI
- Update the German translation
- Add support for writing image direction tags
- Improve usability of the make file
- Adapt to API type changes in exiv2 0.28.0
- Improve the man page and documentation
- De-emphasize the note about versions before 1.5.2
- Fix reading the autotimezone config value in the GUI
- Initialize variable to avoid crash
- Switch to gtk_file_chooser_native_new for file dialogs in GTK 3
- Add an AppStream metadata file
- Print a few error messages to stderr instead of stdout
- Fully initialize points entered with --latlong
- Fix elevation parsing
- Add a warning when files are given out of order with --show-gpx
- Add more regression tests
- Add the --show-gpx option to create GPX output for images
- Build all targets by default, including documentation
- Add an icon to the HTML index page
- Added French and German translations to the .desktop file
- Removed gpscorrelate2.glade
- Add badges in the docs for the latest version & license
- Check for OOM condition after heap allocs