From 25a71259324816e51e5449f88d5d84fe9ad18ca2 Mon Sep 17 00:00:00 2001 From: Piotr Wilkon Date: Mon, 4 Sep 2023 10:47:24 +0200 Subject: [PATCH] changelog and version number --- CHANGELOG.md | 9 +++++++++ Src/common.c | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76fe1c9..b01bc09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 1.3.3 (2023-09-04) +## New features +* none +## Bug fixes +* RX buffer pointers bug fix +## Other +* New KISS handling method to support long and multiple frames +## Known bugs +* none # 1.3.2 (2023-08-31) ## New features * none diff --git a/Src/common.c b/Src/common.c index 5fea23c..f350127 100644 --- a/Src/common.c +++ b/Src/common.c @@ -32,7 +32,7 @@ struct _GeneralConfig GeneralConfig = .kissMonitor = 0, }; -const char versionString[] = "VP-Digi v. 1.3.2\r\nThe open-source standalone APRS digipeater controller and KISS TNC\r\n"; +const char versionString[] = "VP-Digi v. 1.3.3\r\nThe open-source standalone APRS digipeater controller and KISS TNC\r\n"; static uint64_t pow10i(uint16_t exp) {