New version 0.0.4:

- Main window is now scrollable for small monitors
- File-handling is in a separate pop-out window
- A basic mouse-adjustable cursor has been added to log-mag charts
- In-app 1-port calibration is now available
- Automatically finds relevant serial ports
- Touchstone files can now be imported as sweeps as well as reference
pull/8/head v0.0.4
Rune B. Broberg 2019-09-03 23:47:00 +02:00
rodzic 97f1dd169e
commit c9050c8954
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -20,7 +20,7 @@ from PyQt5 import QtWidgets
from NanoVNASaver import NanoVNASaver
version = "0.0.3"
version = "0.0.4"
if __name__ == '__main__':
print("NanoVNASaver " + version)