FIXES:
- Fix issue #9 where app becomes unresponsive with a null data stream.
ENHANCEMENTS:
- Added tabular hex format to console display and datalogging format options.
- Internal refactoring of serial handler to use
pyubx2.UBXReader.read()
function. - Min pynmeagps version updated to 1.0.7
- Min pyubx2 version updated to 1.2.4
- Python 3.6 dropped from list of supported versions (if should still run fine, but 3.6 is now end of life)
- Python 3.10 added to list of supported versions BUT note there still appear to be some teething performance issues with the version of tkinter embedded in Python 3.10 on MacOS Monterey. See installation notes for futher details.
FIXES:
- Fix issue where first few seconds of datalogging or gpx tracking would fail on serial connections
ENHANCEMENTS:
- Additional configdb key categories added to CFG-VALGET/SET/DEL panel (CFG-HW-RF*, CFG-SPARTN*).
- Minimum pyubx2 version updated to >=1.2.3.
- Version checker added to Help panel.
ENHANCEMENTS:
- UBX handler scaling factors removed as pyubx2 >=1.2.0 now applies these internally.
- Minimum pyubx2 version updated to >=1.2.0.
ENHANCEMENTS:
- Minor enhancements to UBX config configuration database dialog to aid category selection.
- Minimum pyubx2 and pynmeagps versions updated to 1.1.6 and 1.0.6 respectively.
ENHANCEMENTS:
- Updated to handle changes in pyubx2 v1.1.0 - parsing of individvual bits in bitfield (type 'X') message attributes. For example, the NAV-PVT attribute valid (X1) is now parsed as four individual bit flags: validDate (U1), validTime (U1), fullyResolved (U1) and validMag (U1).
FIXES:
- Fix hidden confirmation box issue on UBX config dialog.
- Various other minor fixes to dialog handling and positioning
ENHANCEMENTS:
- Console and datalogging enhanced to display either parsed, binary or hexadecimal formats.
- Minimum pyubx2 version updated to 1.0.16.
- Minimum pynmeagps version updated to 1.0.4.
ENHANCEMENTS:
- Additional CFG-VAL categories added for NEO-D9S, ZED-F9K, ZED-F9P & ZED-F9R Receivers.
- Minimum pyubx2 version updated to 1.0.14.
FIXES:
- Updated to use pynmeagps v 1.0.3.
FIXES:
- Fixed distribution packaging glitch in 1.0.6 - CFG-BDS category should now appear in UBX CFG-VALSET dialog.
CHANGES:
- Entry point added to setup.py to allow app installed via pip to be invoked via simple command
pygpsclient
. - Minimum pynmeagps version updated to v1.0.1.
- SUpport for BDS messages added to UBX CFG-VALSET config dialog.
- Minor build script and documentation updates.
CHANGES:
- Helper methods moved from globals.py to new module helpers.py
- Minimum pynmeagps version updated to v1.0.0
FIXES:
- Display position fix from HNR-PVT message.
- Fix error on cancelling/quitting input filepath dialog on Linux.
FIXES:
- Fix 'flashing map' issue with mixed NMEA / UBX streams and no satellite fix. NB: 'flashing' (alternating between map and 'no fix' warning) may still occur if you have mixed streams and one outputs a valid position while the other doesn't, which can happen (e.g. position solutions are often reported in UBX messages slightly before they appear in NMEA messages).
- Fix error on cancelling/quitting filepath dialog on Linux.
- Fix highlighting of pre-selected serial port.
- Other minor UI fixes.
ENHANCEMENTS:
- Add facility to write data log in raw, parsed or both formats.
- Add ability to refresh list of connected serial devices at run time. An existing connection must be terminated before connecting to a different device.
- Allow datalogging from file input as well as serial port input.
INTERNAL CHANGES:
- Generic serial port dialog moved to pygpsclient package; common package removed.
FIX:
- Fix failure to update vacc and hacc in banner from NMEA PUBX00 message
ENHANCEMENTS:
- NMEA handler updated to use new pynmeagps library (>=0.1.7) rather than pynmea2. This lightweight library obviates the need to perform NMEA lat/lon and other format conversions and makes the parsed NMEA representation more consistent with UBX.
Version and status updated to v1.0.0 Production/Stable
ENHANCEMENTS:
- Timeout setting added to common Serial port control dialog.
- Serial port baudrate configuration settings range extended to 921600.