From cfcfe8e9855b3db7d2eed22a676fa93843456b79 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Thu, 29 Aug 2024 09:36:05 +0200 Subject: [PATCH] sixths: Increase version --- apps/sixths/ChangeLog | 8 ++++++++ apps/sixths/metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/apps/sixths/ChangeLog b/apps/sixths/ChangeLog index 510748fb3..2da220142 100644 --- a/apps/sixths/ChangeLog +++ b/apps/sixths/ChangeLog @@ -3,3 +3,11 @@ 0.03: minor code improvements 0.04: make height auto-calibration useful and slow ticks to save power 0.05: add ability to navigate to waypoints, better documentation +0.1: lots of updates + acknowledge commands by vibration and message + ui tweaks -- bigger font, compressing uninteresting info + display meters up/down + display pressure trend + adjust GPS on/off algorithm for more reliable fix + display warnings when GPS altitude does not match baro + diff --git a/apps/sixths/metadata.json b/apps/sixths/metadata.json index 585f23170..9aab1ee8b 100644 --- a/apps/sixths/metadata.json +++ b/apps/sixths/metadata.json @@ -1,6 +1,6 @@ { "id": "sixths", "name": "Sixth sense", - "version": "0.05", + "version": "0.1", "description": "Clock for outdoor use with GPS support", "icon": "app.png", "readme": "README.md",