Skip to content

Commit

Permalink
Bump version to 2.1
Browse files Browse the repository at this point in the history
Update the release notes and screenshots to match.
  • Loading branch information
dfandrich committed Apr 3, 2024
1 parent 540c085 commit c41453c
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
# Makefile for gpscorrelate

PACKAGE_VERSION = 2.0.1git
PACKAGE_VERSION = 2.1

CC = gcc
CXX = g++
Expand Down
31 changes: 31 additions & 0 deletions 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 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
Expand Down
Binary file modified doc/corr.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/fr/corr.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/fr/gui.html
Expand Up @@ -12,7 +12,7 @@ <h1 align="center">Documentation de GPS Correlate : version graphique</h1>

<h2>La fenêtre de correlation</h2>

<img src="corr.png" alt="La fenêtre de correlation" width="968" height="610">
<img src="corr.png" alt="La fenêtre de correlation" width="980" height="819">

<h2>Mode d'emploi de la fenêtre de correlation</h2>

Expand Down
2 changes: 1 addition & 1 deletion doc/gui.html
Expand Up @@ -12,7 +12,7 @@ <h1 align="center">GPS Correlate Documentation: GUI version</h1>

<h2>The Correlation Window</h2>

<img src="corr.png" alt="The Correlation Window" width="853" height="610">
<img src="corr.png" alt="The Correlation Window" width="854" height="819">

<h2>How to use the Correlation Window</h2>

Expand Down
2 changes: 1 addition & 1 deletion po/de.po
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion po/fr.po
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion po/ru.po
Expand Up @@ -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"
Expand Down

0 comments on commit c41453c

Please sign in to comment.