Skip to content

Commit

Permalink
New version 0.0.4:
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
mihtjel committed Sep 3, 2019
1 parent 97f1dd1 commit c9050c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanovna-saver.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from NanoVNASaver import NanoVNASaver

version = "0.0.3"
version = "0.0.4"

if __name__ == '__main__':
print("NanoVNASaver " + version)
Expand Down

0 comments on commit c9050c8

Please sign in to comment.