From fa19aaab37d9aac9dc17f5a07e327d251afdd313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20M=C3=BCller?= Date: Tue, 30 Jun 2020 12:23:23 +0200 Subject: [PATCH] Version bump / CHANGELOG --- .github/CODEOWNERS | 1 + CHANGELOG.md | 12 ++++++++++-- NanoVNASaver/About.py | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b304867..6b514c9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,2 @@ * @mihtjel +* @zarath diff --git a/CHANGELOG.md b/CHANGELOG.md index 95c5afa..f26abcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ +v0.3.3 +====== + +- Fixed data acquisition with S-A-A-2 / NanoVNA V2 +- Refactored calibration code +- Calibration data between known datapoints in now + interpolated by spline interpolation +- Fixed through calibration + v0.3.2 ====== - fixed crash with averaging sweeps also averaging now discards reading by geometrical distance - v0.3.1 ====== @@ -22,5 +30,5 @@ v0.3.0 Known Issues ------------ -- Calibration save and load with V2 results in weird results. +- -H / -H4 supports depends on Firmware diff --git a/NanoVNASaver/About.py b/NanoVNASaver/About.py index ae96932..cb67e3f 100644 --- a/NanoVNASaver/About.py +++ b/NanoVNASaver/About.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -VERSION = "0.3.3-pre" +VERSION = "0.3.3" VERSION_URL = ( "https://raw.githubusercontent.com/" "NanoVNA-Saver/nanovna-saver/master/NanoVNASaver/About.py")