pull/544/head
Holger Müller 2022-09-16 08:15:16 +02:00
rodzic 79a577ffe3
commit d163143356
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2FDB49E81EAE6622
3 zmienionych plików z 10 dodań i 4 usunięć

Wyświetl plik

@ -1,9 +1,12 @@
Changelog
=========
0.5.3-pre
0.5.3
-----
- Int casts due to python 3.10 extension interface changes
- Pycodestyle changes
0.5.2
-----

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

Wyświetl plik

@ -17,17 +17,20 @@ points, and generally display and analyze the resulting data.
Latest Changes
--------------
### Changes in 0.5.2
### Changes in 0.5.3
- Python 3.10 compatability fixes
- 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
- fixed crashing polar charts on python3.10
- Fixed man float related crashes with Qt and
Python 3.10
- Using more integer divisions to get right type for QPainter
points
- No more long lines in code (pycodestyle)
### Changes in 0.4.0