Skip to content

Latest commit

 

History

History
34 lines (32 loc) · 995 Bytes

changelog.md

File metadata and controls

34 lines (32 loc) · 995 Bytes

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.

[0.0.8] [Github repo]

[0.0.7] - 2022-03-04

Fix

  • autocompletion crash if no device connected
  • debug info if device is not reachable

[0.0.6] - 2021-12-18

Added

  • %connect magic command to connect to a device based on device type
  • %rssi magic command to get RSSI of the device (WebSocketDevice, and BleDevice)

Fix

  • Autocompletion of configured devices
  • Handle on connection error, not configured or not available.
  • Disconnection status

[0.0.5] - 2021-08-15

Added

  • Bledevice

[0.0.4] - 2020-05-25

Fix

  • Serial is reachable fix

[0.0.3] - 2020-02-24

Added

  • Monokai style to jupyter console

[0.0.2] - 2020-02-17

Fix

  • esp8266 WS_DEVICE fix

[0.0.1] - 2020-02-16

Added

  • First release