Skip to content

Latest commit

 

History

History
86 lines (73 loc) · 3.02 KB

File metadata and controls

86 lines (73 loc) · 3.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Fixed

  • Fix pybricks lwp3 repl can only connect to remote control.
  • Fix Technic Large hub Bluetooth hub kind.

1.0.0-alpha.9 - 2021-05-27

Added

  • pybricksdev.ble.lwp3.bytecodes module.
  • pybricksdev.ble.lwp3.messages module.
  • pybricksdev lwp3 repl command line tool.

Fixed

  • Crash when running pybricksdev dfu without args on command line.

1.0.0-alpha.8 - 2021-05-18

Added

  • pybricksdev.ble.lwp3 module.
  • pybricksdev.ble.nus module.
  • pybricksdev.ble.pybricks module.

Changed

  • Name parameter to pybricksdev run ble command is now optional.

Fixed

  • Connecting to BLE devices based on Bluetooth address.

1.0.0-alpha.7 - 2021-05-17

Added

  • Debug option to CLI interface.

Changed

  • Use standard Python logging for modules instead of per-object.
  • Use progress bars when downloading program to hub.

Removed

  • Delay option in CLI flash command.

Fixed

  • Flashing firmware using BLE under conditions on Windows.
  • NotImplementedError when compiling to .mpy in ipython kernel on Windows.

1.0.0-alpha.6

  • Skipped for technical reasons.

1.0.0-alpha.5 - 2021-05-04

Added

  • REPL installer for SPIKE/MINDSTORMS hubs.

Fixed

  • Data logging to file.

1.0.0-alpha.4 - 2021-04-12

Added

  • Size check when restoring firmware via USB/DFU.

Fixed

  • Wait for some time to allow program output to be received before disconnecting in the run command.

1.0.0-alpha.3 - 2021-04-09

Changed

  • Print BLE download progress after chunk is complete instead of before.

Fixed

  • Fix occasional bad checksum warning when running program via BLE.

1.0.0-alpha.2 - 2021-04-08

Added

  • Check Pybricks protocol version when connecting to Bluetooth Low Energy devices.

Fixed

  • Fix running programs via Bluetooth Low Energy.

1.0.0-alpha.1 - 2021-04-07

Added

  • This changelog.

Fixed

  • DFU flashing not working on Windows.
  • Typo in pip arguments README.md.