From 29421f20fb3edd3cc3d0acd84b558f3e4dcb4b37 Mon Sep 17 00:00:00 2001
From: "Serge Y. Stroobandt, ON4AA"
<104036507+aprs434@users.noreply.github.com>
Date: Fri, 29 Apr 2022 20:25:58 +0200
Subject: [PATCH] semantic versioning
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 8f6f5d5..fe0f9c2 100644
--- a/README.md
+++ b/README.md
@@ -59,11 +59,11 @@ However, it is strongly advised to already install [**the accompanying APRS 
|tracker
firmware|completed|feature|LoRa payload|compatible with OE5BPA i‑gate|
|:------------------:|:-------:|:-----:|:----------:|:---------------------------:|
-|v0.0|✓|original [OE5BPA tracker](https://github.com/lora-aprs/LoRa_APRS_Tracker)|113 bytes|✓|
-|v0.1|✓|byte-saving [`tracker.json`](https://github.com/aprs434/lora.tracker/blob/master/data/tracker.json)|87 bytes|✓|
-|v0.2|✓|fork of the [OE5BPA tracker](https://github.com/lora-aprs/LoRa_APRS_Tracker)
with significantly less transmitted bytes|44 bytes|✓|
-|v0.3|✓|[Base91](https://en.wikipedia.org/wiki/List_of_numeral_systems#Standard_positional_numeral_systems) compression of location, course and speed data|31 bytes|✓|
-|v0.4|✓|removal of the transmitted [newline](https://en.wikipedia.org/wiki/Newline) `\n` character at frame end|30 bytes|✓|
+|v0.0.0|✓|original [OE5BPA tracker](https://github.com/lora-aprs/LoRa_APRS_Tracker)|113 bytes|✓|
+|v0.1.0|✓|byte-saving [`tracker.json`](https://github.com/aprs434/lora.tracker/blob/master/data/tracker.json)|87 bytes|✓|
+|v0.2.0|✓|fork of the [OE5BPA tracker](https://github.com/lora-aprs/LoRa_APRS_Tracker)
with significantly less transmitted bytes|44 bytes|✓|
+|v0.3.0|✓|[Base91](https://en.wikipedia.org/wiki/List_of_numeral_systems#Standard_positional_numeral_systems) compression of location, course and speed data|31 bytes|✓|
+|v0.4.0|✓|removal of the transmitted [newline](https://en.wikipedia.org/wiki/Newline) `\n` character at frame end|30 bytes|✓|
|||random time jitter between fixed interval packets to avoid repetitive [collisions](https://en.wikipedia.org/wiki/Collision_domain)|30 bytes|✓|
|||[tracker](https://github.com/aprs434/lora.tracker) and [i-gate](https://github.com/aprs434/lora.igate) with frame address compression,
no custom header in payload|20 bytes|✗|
@@ -78,7 +78,7 @@ However, it is strongly advised to already install [**the accompanying APRS 
|tracker
firmware|completed|feature|
|:------------------:|:-------:|:-----:|
-|v0.31|✓|coordinates displayed on screen|
+|v0.3.1|✓|coordinates displayed on screen|
|||reduced power consumption through [SH1106 OLED sleep](https://bengoncalves.wordpress.com/2015/10/01/oled-display-and-arduino-with-power-save-mode/)|
|||button press to activate OLED screen|
|||ESP32 power reduction|