Releases: Wikilicious/pygmc
Releases · Wikilicious/pygmc
v0.14.2
- [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
What's Changed
- Add device revision to discovery by @Wikilicious in #126
- History parser bug fixes by @Wikilicious in #128
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's Changed
- 102 split get usv h from get cpm by @Wikilicious in #116
- 112 add connection timeout as parameter by @Wikilicious in #117
- Add cli by @Wikilicious in #119
- Added message on USB cable by @Wikilicious in #120
- Add cli tests by @Wikilicious in #121
- Update README.md by @Wikilicious in #122
- V0.14.0 by @Wikilicious in #124
Full Changelog: v0.13.0...v0.14.0
v0.13.0
- 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
Ignore D413
v0.11.2
Bump version: 0.11.1 → 0.11.2
v0.11.0
v0.11.0
v0.10.0
Added support for GMC-SE
v0.9.1
Improved HistoryParser, added test cases, and added test coverage metric.
v0.9.0
Major restructure. Separated discovery from connection methods.