pull/537/head v0.5.0
Holger Müller 2022-09-08 09:50:06 +02:00
rodzic b2b64ab9cd
commit 4da5ea3678
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2FDB49E81EAE6622
3 zmienionych plików z 6 dodań i 16 usunięć

Wyświetl plik

@ -1,14 +1,15 @@
Changelog
=========
0.5.0 pre
---------
0.5.0
-----
- Fix crash on open in use serial device
- Use a Defaults module for all settings -
ignores old .ini settings
- Refactoring and unifying Chart classes
- No more automatic update checks (more privacy)
- Corrected error handling in NanaVNA\_V2 code
0.4.0
-----

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.4.0"
VERSION = "0.5.0"
VERSION_URL = (
"https://raw.githubusercontent.com/"
"NanoVNA-Saver/nanovna-saver/master/NanoVNASaver/About.py")

Wyświetl plik

@ -24,6 +24,7 @@ Latest Changes
ignores old .ini settings
- Refactoring and unifying Chart classes
- No more automatic update checks (more privacy)
- Corrected error handling in NanaVNA\_V2 code
### Changes in 0.4.0
@ -33,18 +34,6 @@ Latest Changes
- Fix linux binary build
- Many bugfixes
### Changes in v0.3.10
- Default Band ranges for 5 and 9cm
- Layout should fit on smaller screens
- Fixed fixed axis settings
- Show VNA type in port selector
- Recognise tinySA (screenshot only)
- Some more cables in TDR
- Reference plane applied after calibration
- Calibration fixes by DiSlord
Introduction
------------
@ -83,7 +72,7 @@ Running the application
The software was written in Python on Windows, using Pycharm, and the modules
PyQT5, numpy, scipy and pyserial.
Main development is currently done on Linux (Mint 20.3 Cinnamon)
Main development is currently done on Linux (Mint 21 "Vanessa" Cinnamon)
### Binary releases