pull/368/head
Holger Müller 2020-12-31 14:01:55 +01:00
rodzic 97c7c8f3f2
commit 45294a1048
2 zmienionych plików z 3 dodań i 17 usunięć

Wyświetl plik

@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
VERSION = "0.3.8"
VERSION = "0.3.9-pre"
VERSION_URL = (
"https://raw.githubusercontent.com/"
"NanoVNA-Saver/nanovna-saver/master/NanoVNASaver/About.py")

Wyświetl plik

@ -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
------------