From 6941d237c4c91da8d75e4928584efcfd7bb0f42d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20M=C3=BCller?= Date: Fri, 3 Jul 2020 18:52:59 +0200 Subject: [PATCH] Updated README.md / CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ README.md | 14 +++++++++----- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f26abcb6..c81ced48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +v0.3.4 +====== + +- Refactored Analysis +- Add Antenna Analysis +- Fixed bug in Through Calibration +- Fixed bug in s2p saving +- Fixed crash when clicking connect with no device connected +- Fixed module error with source installation if + pkg\_resources missing + v0.3.3 ====== diff --git a/README.md b/README.md index 520f2e24..d0ab47d0 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,15 @@ points, and generally display and analyze the resulting data. # Latest Changes -## Changes in v0.3.4RC0 - - Refactored Analysis - - Add Antenna Analysis - - Fix bug in Through Calibration - +## Changes in v0.3.4 +- Refactored Analysis +- Add Antenna Analysis +- Fixed bug in Through Calibration +- Fixed bug in s2p saving +- Fixed crash when clicking connect with no device connected +- Fixed module error with source installation if + pkg\_resources missing + ## Changes in v0.3.3 - Fixed data acquisition with S-A-A-2 / NanoVNA V2 - Refactored calibration code