Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zarath committed Sep 11, 2022
1 parent f0e5163 commit 05f7b9b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
2 changes: 1 addition & 1 deletion NanoVNASaver/About.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,17 @@ 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 -
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
- Using more integer divisions to get right type for QPainter
points

### Changes in 0.4.0

Expand Down

0 comments on commit 05f7b9b

Please sign in to comment.