updated documentation

pull/547/head
Holger Müller 2022-09-11 20:10:44 +02:00
rodzic f0e51639b9
commit 05f7b9bbf0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2FDB49E81EAE6622
3 zmienionych plików z 19 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,20 @@
Changelog
=========
0.5.3-pre
-----
0.5.2
-----
- Using more integer divisions to get right type for QPainter
points
0.5.1
-----
- fixed crashing polar charts on python3.10 #528 (#539)
0.5.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.5.2"
VERSION = "0.5.3-pre"
VERSION_URL = (
"https://raw.githubusercontent.com/"
"NanoVNA-Saver/nanovna-saver/master/NanoVNASaver/About.py")

Wyświetl plik

@ -17,7 +17,7 @@ points, and generally display and analyze the resulting data.
Latest Changes
--------------
### Changes in 0.5.0
### Changes in 0.5.2
- Fix crash on open in use serial device
- Use a Defaults module for all settings -
@ -25,6 +25,9 @@ Latest Changes
- 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
- Using more integer divisions to get right type for QPainter
points
### Changes in 0.4.0