From 66e7aae961f3b83a77eeaf2021943cfcd6be3f47 Mon Sep 17 00:00:00 2001 From: barry-ha Date: Wed, 17 May 2023 08:48:33 -0700 Subject: [PATCH] version 1.12: rewrote and enhanced breadcrumb trail --- downloads/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/downloads/CHANGELOG.md b/downloads/CHANGELOG.md index d3e08d3..e2ea5c7 100644 --- a/downloads/CHANGELOG.md +++ b/downloads/CHANGELOG.md @@ -8,10 +8,12 @@ Version numbers correspond to [Downloads](https://github.com/barry-ha/Griduino/t The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and the Griduino project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -**v1.12 beta**   2023-05-08 +**v1.12 beta**   2023-05-17 Version 1.12 is a Beta release containing significant changes. Please report any problems, thank you. +New: If GPS satellite signal is lost, make an audible announcement every 5 minutes. This is often enough to tell the driver without distracting them too much. + New: Re-wrote entire breadcrumb trail and 'dump kml' function. New: Internal history now keeps track of more information: speed, direction, altitude, and number of satellites. All these are available in 'dump kml' and can be displayed in Google Earth and other KML-compatible programs.