You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# PyGPSClient Release Notes
2
2
3
+
### RELEASE 1.6.10
4
+
5
+
1. Minor enhancements to UBX Config Dialog confirmation signalling.
6
+
1. Amend CFG-VALSET/GET/DEL Configuration Interface panel; X-type attributes (`X004`, `X008`, etc.) are now entered in
7
+
conventional hexadecimal integer notation rather than little-endian hex strings, consistent with values illustrated in the Interface
8
+
Specifications e.g. value for CFG_SBAS_PRNSCANMASK (`X008`) would now be entered `0x000000000003ab88` rather than `88ab030000000000`.
9
+
1. Make 'Check for update on startup' 'opt-in' rather than 'opt-out'. Setting available via About dialog.
10
+
3
11
### RELEASE 1.6.9
4
12
5
13
1. Add manually-editable `resizeable_dialog_b` configuration setting as a workaround for screen scaling issues on some platforms (e.g. Ubuntu Wayland). Fixes #250.
0 commit comments