Skip to content

Commit 62b53dc

Browse files
committed
Bump version to 2.1
Update the release notes and screenshots to match.
1 parent 540c085 commit 62b53dc

File tree

9 files changed

+37
-6
lines changed

9 files changed

+37
-6
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Makefile for gpscorrelate
22

3-
PACKAGE_VERSION = 2.0.1git
3+
PACKAGE_VERSION = 2.1
44

55
CC = gcc
66
CXX = g++

RELEASES

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
Release History:
22

3+
v2.1: 3 April 2024
4+
- Fix some tests to work in more locales
5+
- Update French index.html file
6+
- List more build requirements in INSTALL
7+
- Add more CI builds
8+
- Improve portability by including more required header files
9+
- Support --direction and --heading (sort of) with --latlong
10+
- Add support for heading and direction times to the GUI
11+
- Update the German & French translation
12+
- Add support for writing image direction tags
13+
- Improve usability of the make file
14+
- Adapt to API type changes in exiv2 0.28.0
15+
- Improve the man page and documentation
16+
- De-emphasize the note about versions before 1.5.2
17+
- Fix reading the autotimezone config value in the GUI
18+
- Initialize variable to avoid crash
19+
- Switch to gtk_file_chooser_native_new for file dialogs in GTK 3
20+
- Add an AppStream metadata file
21+
- Print a few error messages to stderr instead of stdout
22+
- Fully initialize points entered with --latlong
23+
- Fix elevation parsing
24+
- Add a warning when files are given out of order with --show-gpx
25+
- Add more regression tests
26+
- Add the --show-gpx option to create GPX output for images
27+
- Build all targets by default, including documentation
28+
- Add an icon to the HTML index page
29+
- Added French and German translations to the .desktop file
30+
- Removed gpscorrelate2.glade
31+
- Add badges in the docs for the latest version & license
32+
- Check for OOM condition after heap allocs
33+
334
v2.0: 28 October 2019
435
- gpscorrelate moved to Github and Dan Fandrich took over maintenance.
536
The new home page is https://dfandrich.github.io/gpscorrelate

doc/corr.png

27 KB
Loading

doc/fr/corr.png

27.7 KB
Loading

doc/fr/gui.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1 align="center">Documentation de GPS Correlate : version graphique</h1>
1212

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

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

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

doc/gui.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1 align="center">GPS Correlate Documentation: GUI version</h1>
1212

1313
<h2>The Correlation Window</h2>
1414

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

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

po/de.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#: gui.c:1784
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: gpscorrelate 2.0\n"
9+
"Project-Id-Version: gpscorrelate 2.1\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
1111
"POT-Creation-Date: 2024-03-02 17:40-0800\n"
1212
"PO-Revision-Date: 2018-07-21 14:20+0200\n"

po/fr.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#: gui.c:1784
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: gpscorrelate 2.0\n"
9+
"Project-Id-Version: gpscorrelate 2.1\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
1111
"POT-Creation-Date: 2024-03-02 17:40-0800\n"
1212
"PO-Revision-Date: 2024-04-03 11:24+0100\n"

po/ru.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#: gui.c:1784
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: gpscorrelate 2.0\n"
9+
"Project-Id-Version: gpscorrelate 2.1\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
1111
"POT-Creation-Date: 2024-03-02 17:40-0800\n"
1212
"PO-Revision-Date: 2019-03-18 10:12+0300\n"

0 commit comments

Comments
 (0)