Skip to content

Latest commit

 

History

History
89 lines (68 loc) · 2.57 KB

CHANGELOG.md

File metadata and controls

89 lines (68 loc) · 2.57 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.

0.8.1 - 2021-10-20

Added

  • Added support for bleak version ~0.13.
  • Added support for pyyaml version ^6.0.0.

0.8.0 - 2021-10-02

Fixed

  • Use service UUID instead of device name for discovery. This fixes discovery for desks with non-standard names.

Removed

  • Dropped support for beak version 0.11.

0.7.1 - 2021-06-19

Added

  • Added support for bleak version 0.12.

0.7.0 - 2021-05-08

Added

  • Added --version to the CLI.

Changed

  • Updated bleak dependency from 0.9 to 0.11.
  • Changed changelog from rst to markdown.

0.6.0 - 2020-12-05

Changed

  • Stop moving the desk if the safety feature kicks in.

0.5.0 - 2020-11-14

Added

  • Added python 3.9 support.

Changed

  • Added automatic retry to failed connections.

Fixed

  • Allow the init subcommand to work without a MAC address.

0.4.0 - 2020-10-20

Added

  • Added save and delete sub-commands to the CLI to save and delete desk positions.

Changed

  • Changed the configuration file format, see the README for details.
  • Updated bleak dependency to 0.9.0.

Fixed

  • Fixed a bug with the init sub-command raising an exception.

0.3.0 - 2020-10-10

Added

  • Added discover class method to IdasenDesk.

Changed

  • The init subcommand will now attempt to discover the MAC address.

0.2.1 - 2020-10-07

Fixed

  • Fixed CLI --verbose argument doing nothing.

0.2.0 - 2020-09-26

Changed

  • Added URL to yaml file created with idasen init.
  • Updated bleak dependency to 0.8.0

0.1.0 - 2020-09-07

  • Initial release