From 45294a104833898644e87a886b0dab55d70ffcaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20M=C3=BCller?= Date: Thu, 31 Dec 2020 14:01:55 +0100 Subject: [PATCH] v0.3.9-pre --- NanoVNASaver/About.py | 2 +- README.md | 18 ++---------------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/NanoVNASaver/About.py b/NanoVNASaver/About.py index 0b195f8..18d510f 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.8" +VERSION = "0.3.9-pre" VERSION_URL = ( "https://raw.githubusercontent.com/" "NanoVNA-Saver/nanovna-saver/master/NanoVNASaver/About.py") diff --git a/README.md b/README.md index 3523c68..335f90a 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ points, and generally display and analyze the resulting data. Latest Changes -------------- +### Changes in v0.3.9 + ### Changes in v0.3.8 - Allow editing of bands above 2.4GHz @@ -24,22 +26,6 @@ Latest Changes - Support for Nanovna-F V2 - Fixes a crash with S21 hack -### Changes in v0.3.7 - -- Added a delta marker -- Segments can now have exponential different step widths - (see logarithmic sweeping) -- More different data points selectable - (shorter are useful on logarithmic sweeping) -- Scrollable marker column -- Markers initialize on start, middle, end -- Frequency input is now more "lazy" - 10m, 50K and 1g are now valid for 10MHz, 50kHz and 1GHz -- Added a wavelength field to Markers -- 32 bit windows binaries build in actions -- Stability improvements due to better exception handling -- Workaround for wrong first S21mag value on V2 devices - Introduction ------------