Skip to content

Latest commit

 

History

History
117 lines (71 loc) · 5.2 KB

CHANGELOG.md

File metadata and controls

117 lines (71 loc) · 5.2 KB

Changelog

v2.1.0 (2023-11-08)

Feature

  • Add functions to start/stop charging multiple channels at once (47d0eff)

Documentation

  • Switch docs theme to furo (4513026)
  • Fix changelog generation (f260cd9)

v2.0.1 (2023-11-08)

Build

Test

  • Fix typeerrors when running tests (02091e6)

Style

Fix

  • Send correct channel index to start and stop charging (a69fd52)

v2.0.0 (2023-01-26)

Test

Fix

  • Datatypes in basic state data must be enums (e369a32)

Feature

  • Log timeout when waiting for response (b8129d8)
  • Add manufacturer and model properties (bf9997e)

Refactor

  • Re-order packet parsing for mc3000 (5b0fdbb)
  • Extract superclass skyrcdevice (dae627d)

Breaking

  • Move version info to generic device (6ce40d1)

v1.0.0 (2023-01-24)

Breaking

  • Rename/move purely mc3000 related code (bc60769)

Feature

  • Add address property to mc3000 class (d7c2d3b)

v0.2.0 (2023-01-24)

Feature

  • Allow replacing the bledevice instance (6fa18f6)

Documentation

v0.1.0 (2023-01-19)

Feature

v2.0.0 (2023-01-26)

Feature

  • Log timeout when waiting for response (b8129d8)
  • Add manufacturer and model properties (bf9997e)

Fix

  • Datatypes in basic state data must be enums (e369a32)

Breaking

  • move version info to generic device (6ce40d1)

v1.0.0 (2023-01-24)

Feature

  • Add address property to Mc3000 class (d7c2d3b)

Breaking

  • rename/move purely MC3000 related code (bc60769)

v0.2.0 (2023-01-24)

Feature

  • Allow replacing the BLEDevice instance (6fa18f6)

Documentation

v0.1.0 (2023-01-19)

Feature