From 9ec108b14146c8f16f98c77002de6b76b4eaed91 Mon Sep 17 00:00:00 2001 From: marcel Date: Thu, 3 Feb 2022 09:25:48 +0100 Subject: [PATCH] CHANGELOG updated. --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed012b..b290f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,10 @@ All notable changes to this project will be documented in this file. Fixed : for any bug fixes. Security : in case of vulnerabilities. -## [0.0.1] - 2022-01-31 +## [1.0.0] - 2021-12-01 +Repository was made, but did not contain anything by mistake... + +## [1.0.1] - 2022-01-31 ### Added - Lora support for an SX1278 connected to the RPi GPIO (driver) @@ -21,12 +24,16 @@ All notable changes to this project will be documented in this file. ### Fixed - LoRa APRS header (<\xff\x01) was not added to the payload, due to an indentation fault. Long live Python! -## [0.0.2] - 2022-02-01 +## [1.0.2] - 2022-02-01 ### Changed - Carrier detect not via Direwolf (only ax0), but via carrier-detect.sh script in main loop, so all channles (ax0, ax1 and ax2) have DCD -## [0.0.3] - 2022-02-02 +## [1.0.3] - 2022-02-02 ### Changed - Carrier detect now written in C for speed + +## [1.1.0] - 2022-02-03 + +First official release with LoRa support.