Skip to content

Releases: tfeldmann/gpsdclient

v1.3.2

09 Jan 11:30

Choose a tag to compare

  • Remove timezone information from CLI output (it's always UTC).

v1.3.1

09 Jan 11:29

Choose a tag to compare

  • Add py.typed for full mypy / pyright type hint support.

v1.3.0

05 Sep 12:32

Choose a tag to compare

  • 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.1

11 Jan 09:38

Choose a tag to compare

  • improved type hints

v1.2.0

26 Oct 11:39

Choose a tag to compare

  • add filter parameter
  • Fixes json parsing (gpsd emits invalid json with trailing commas in some cases)

v1.1.0

16 Aug 14:33

Choose a tag to compare

  • Add "Climb"-column to readable output
  • Standalone client code cleanups
  • Updated tests