Skip to content

Releases: Wikilicious/pygmc

v0.14.2

05 Jun 01:03

Choose a tag to compare

  • [BUG] Fix GMC-800 history flash size #134 @anatoly-scherbakov
  • Added Python 3.13 & 3.14 (pi) as supported version on PyPi

v0.14.1

13 Sep 02:17

Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.14.1

v0.14.0

22 Jul 01:14

Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

11 May 21:07

Choose a tag to compare

  • Added WiFi commands
    • set_wifi_on, set_wifi_off, set_wifi_ssid, set_wifi_password
  • gmcmap.com commands
    • set_gmcmap_user_id, set_gmcmap_counter_id
  • Added check for brltty udev rule that blocks USB on Ubuntu.
    • Gives user direction to fix Ubuntu issue connecting to GMC device.
  • Reduced scope of get_connection_details()
    • Removed details not available in pyserial connection object.
  • Bug fixes
    • Re-added all optional baudrates after learning the default can be modified.

v0.12.0

16 Apr 22:38

Choose a tag to compare

Ignore D413

v0.11.2

16 Apr 00:27

Choose a tag to compare

Bump version: 0.11.1 → 0.11.2

v0.11.0

10 Mar 02:16

Choose a tag to compare

v0.11.0

v0.10.0

27 Feb 01:37

Choose a tag to compare

Added support for GMC-SE

v0.9.1

21 Jan 01:54
9ac73a2

Choose a tag to compare

Improved HistoryParser, added test cases, and added test coverage metric.

v0.9.0

08 Jan 01:42
300239d

Choose a tag to compare

Major restructure. Separated discovery from connection methods.