Releases: tfeldmann/gpsdclient
Releases · tfeldmann/gpsdclient
v1.3.2
- Remove timezone information from CLI output (it's always UTC).
v1.3.1
- Add
py.typed
for full mypy / pyright type hint support.
v1.3.0
- GPSDClient now supports a
timeout
param
- GPSDClient now can be used as a context manager
- Code cleanup, added more tests
- parsed datetimes now contain the UTC timezone info
v1.2.0
- add
filter
parameter
- Fixes json parsing (gpsd emits invalid json with trailing commas in some cases)
v1.1.0
- Add "Climb"-column to readable output
- Standalone client code cleanups
- Updated tests