Releases: pybricks/pybricksdev
Releases · pybricks/pybricksdev
v1.0.0-alpha.45
Added
- Added
PybricksHub.stdout_observable
property (support#1038).
Fixed
- Fixed endline in
PybricksHub.write_line()
.
v1.0.0-alpha.44
Fixed
- Restored
PybricksHub.output
attribute (support#1037).
v1.0.0-alpha.43
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
Fixed
- Fixed Bleak
FutureWarning
about usingBLEDevice.metadata
.
v1.0.0-alpha.41
Fixed
- Fixed
pybricks.ble.find_device()
returning withname is None
on Windows (support#1010).
v1.0.0-alpha.40
Changed
- Updated
bleak
dependency to v0.20.0.
v1.0.0-alpha.39
Fixed
- Fixed Python 3.11 compatibility of vendored
dfu_upload
module (support#973).
v1.0.0-alpha.38
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
Added
- Added support for including precompiled .mpy libraries.
v1.0.0-alpha.36
Changed
- Changed EV3 script runner to just copy the script instead of replicating
the local directory structure on the brick.