Skip to content

Releases: pybricks/pybricksdev

v1.0.0-alpha.45

21 Apr 21:18
Compare
Choose a tag to compare

Added

  • Added PybricksHub.stdout_observable property (support#1038).

Fixed

  • Fixed endline in PybricksHub.write_line().

v1.0.0-alpha.44

20 Apr 14:48
Compare
Choose a tag to compare

Fixed

v1.0.0-alpha.43

19 Apr 22:20
Compare
Choose a tag to compare

Added

  • Added support for Pybricks Profile v1.3.0.
  • Added new PybricksHub.write_string() method.
  • Added new PybricksHub.write_line() method.
  • Added new PybricksHub.read_line() method.
  • Added new PybricksHub.start_user_program() method.
  • Added new PybricksHub.stop_user_program() method.

v1.0.0-alpha.42

12 Apr 19:45
Compare
Choose a tag to compare

Fixed

  • Fixed Bleak FutureWarning about using BLEDevice.metadata.

v1.0.0-alpha.41

26 Mar 16:29
Compare
Choose a tag to compare

Fixed

  • Fixed pybricks.ble.find_device() returning with name is None on Windows (support#1010).

v1.0.0-alpha.40

22 Mar 19:20
Compare
Choose a tag to compare

Changed

  • Updated bleak dependency to v0.20.0.

v1.0.0-alpha.39

06 Mar 18:48
Compare
Choose a tag to compare

Fixed

  • Fixed Python 3.11 compatibility of vendored dfu_upload module (support#973).

v1.0.0-alpha.38

03 Mar 21:24
Compare
Choose a tag to compare

Added

  • Added pybricksdev.connections.ConnectionState enum class.
  • Added pybricksdev.connections.pybricks.PybricksHub.connection_state_observable attribute.

Fixed

  • Fixed pybricksdev.connections.pybricks.PybricksHub disconnect state not reset after reconnect (support#971).

Removed

  • Removed pybricksdev.connections.pybricks.PybricksHub.disconnect_observable attribute.
  • Removed pybricksdev.connections.pybricks.PybricksHub.connected attribute.

1.0.0-alpha.37

27 Feb 16:38
Compare
Choose a tag to compare

Added

  • Added support for including precompiled .mpy libraries.

v1.0.0-alpha.36

18 Feb 10:44
Compare
Choose a tag to compare

Changed

  • Changed EV3 script runner to just copy the script instead of replicating
    the local directory structure on the brick.