From bca8593185e936dee180f273fc5606ab095910bc Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Tue, 28 May 2024 13:17:51 +0200 Subject: [PATCH] sixths: Mark this as v0.04 --- apps/sixths/ChangeLog | 3 ++- apps/sixths/metadata.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/sixths/ChangeLog b/apps/sixths/ChangeLog index c70e1531a..08c4b83b0 100644 --- a/apps/sixths/ChangeLog +++ b/apps/sixths/ChangeLog @@ -1,3 +1,4 @@ 0.01: attempt to import 0.02: better GPS support, adding altitude and temperature support -0.03: Minor code improvements +0.03: minor code improvements +0.04: make height auto-calibration useful and slow ticks to save power diff --git a/apps/sixths/metadata.json b/apps/sixths/metadata.json index ee80be84d..91492fe1c 100644 --- a/apps/sixths/metadata.json +++ b/apps/sixths/metadata.json @@ -1,6 +1,6 @@ { "id": "sixths", "name": "Sixth sense", - "version": "0.03", + "version": "0.04", "description": "Clock for outdoor use with GPS support", "icon": "app.png", "readme": "README.md",