semuconsulting / PyGPSClient

Python Graphical GPS Client Application supporting NMEA, UBX, RTCM3, NTRIP & SPARTN Protocols
BSD 3-Clause "New" or "Revised" License
517 stars 103 forks source link

Rc 1.3.26 #70

Closed semuadmin closed 1 year ago

semuadmin commented 1 year ago

PyGPSClient Pull Request Template

Description

RELEASE CANDIDATE v1.3.26

ENHANCEMENTS:

  1. Add System Monitor widget which displays device system status in bar chart format (cpu, memory and I/O utilisation, temperature, boot state, etc.), for those u-blox devices that support MON-SYS and MON-COMMS message types. To access, select Menu..View..Show System Monitor.

Sysmon widget

  1. Add IPv6 support to NTRIP configuration panel (requires pygnssutils >= 1.0.9).

  2. Add double-click actions to widgets;

    • double-click graph widget to toggle legend
    • double-click spectrum widget to toggle legend and L-Band markers
    • double-click map widget to refresh web map immediately
    • double-click scatterplot widget to reset plot

CHANGES:

  1. Update min pygnssutils version to 1.0.8

Fixes # (issue)

Testing

Please test all changes, however trivial, against the supplied pytest suite tests/test_*.py. Please describe any test cases you have amended or added to this suite to maintain >= 99% code coverage.

Checklist: