From ce65f5c0fd7028f291dac2bac8371a00ee5588ca Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 24 Oct 2023 11:05:29 +0200 Subject: [PATCH] 2023-10-24 version 0.9.4 - FIX: logs to stderr if DOCKER_RUNNING in environment (#426) - FIX: typo in help descriptions (#423) - NEW: Updated Google Timeline Import script (#407) - UPD: Improve GPX-Import (#413) - FIX: Table of Locations sorting issue (#415) --- Changelog | 7 +++++++ version.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 5981b29..edc5802 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,11 @@ +2023-10-24 version 0.9.4 +- FIX: logs to stderr if DOCKER_RUNNING in environment (#426) +- FIX: typo in help descriptions (#423) +- NEW: Updated Google Timeline Import script (#407) +- UPD: Improve GPX-Import (#413) +- FIX: Table of Locations sorting issue (#415) + 2022-12-09 version 0.9.3 - FIX: JS fixes for disappeared links (#406) - FIX: instructions for building on FreeBSD 13.1 with TOURS configured (#405) diff --git a/version.h b/version.h index 78d5af7..80d0c02 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.9.3" +#define VERSION "0.9.4"