diff --git a/Makefile b/Makefile index cb62e5b..3332697 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Makefile for gpscorrelate -PACKAGE_VERSION = 2.0.1git +PACKAGE_VERSION = 2.1 CC = gcc CXX = g++ diff --git a/RELEASES b/RELEASES index 1cb181d..5c2ca5b 100644 --- a/RELEASES +++ b/RELEASES @@ -1,5 +1,36 @@ Release History: +v2.1: 3 April 2024 + - 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 & French 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 + v2.0: 28 October 2019 - gpscorrelate moved to Github and Dan Fandrich took over maintenance. The new home page is https://dfandrich.github.io/gpscorrelate diff --git a/doc/corr.png b/doc/corr.png index 0687f43..d3be413 100644 Binary files a/doc/corr.png and b/doc/corr.png differ diff --git a/doc/fr/corr.png b/doc/fr/corr.png index 71fd766..de70f88 100644 Binary files a/doc/fr/corr.png and b/doc/fr/corr.png differ diff --git a/doc/fr/gui.html b/doc/fr/gui.html index 674dced..440102e 100644 --- a/doc/fr/gui.html +++ b/doc/fr/gui.html @@ -12,7 +12,7 @@

Documentation de GPS Correlate : version graphique

La fenêtre de correlation

-La fenêtre de correlation +La fenêtre de correlation

Mode d'emploi de la fenêtre de correlation

diff --git a/doc/gui.html b/doc/gui.html index b053c1c..125762d 100644 --- a/doc/gui.html +++ b/doc/gui.html @@ -12,7 +12,7 @@

GPS Correlate Documentation: GUI version

The Correlation Window

-The Correlation Window +The Correlation Window

How to use the Correlation Window

diff --git a/po/de.po b/po/de.po index cbe2880..311c94d 100644 --- a/po/de.po +++ b/po/de.po @@ -6,7 +6,7 @@ #: gui.c:1784 msgid "" msgstr "" -"Project-Id-Version: gpscorrelate 2.0\n" +"Project-Id-Version: gpscorrelate 2.1\n" "Report-Msgid-Bugs-To: dan@coneharvesters.com\n" "POT-Creation-Date: 2024-03-02 17:40-0800\n" "PO-Revision-Date: 2018-07-21 14:20+0200\n" diff --git a/po/fr.po b/po/fr.po index 6872070..be291c4 100644 --- a/po/fr.po +++ b/po/fr.po @@ -6,7 +6,7 @@ #: gui.c:1784 msgid "" msgstr "" -"Project-Id-Version: gpscorrelate 2.0\n" +"Project-Id-Version: gpscorrelate 2.1\n" "Report-Msgid-Bugs-To: dan@coneharvesters.com\n" "POT-Creation-Date: 2024-03-02 17:40-0800\n" "PO-Revision-Date: 2024-04-03 11:24+0100\n" diff --git a/po/ru.po b/po/ru.po index 2b4b52f..8a6ce1b 100644 --- a/po/ru.po +++ b/po/ru.po @@ -6,7 +6,7 @@ #: gui.c:1784 msgid "" msgstr "" -"Project-Id-Version: gpscorrelate 2.0\n" +"Project-Id-Version: gpscorrelate 2.1\n" "Report-Msgid-Bugs-To: dan@coneharvesters.com\n" "POT-Creation-Date: 2024-03-02 17:40-0800\n" "PO-Revision-Date: 2019-03-18 10:12+0300\n"