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 support for bleak version
~0.13
. - Added support for pyyaml version
^6.0.0
.
0.8.0 - 2021-10-02
- Use service UUID instead of device name for discovery. This fixes discovery for desks with non-standard names.
- Dropped support for beak version
0.11
.
0.7.1 - 2021-06-19
- Added support for bleak version
0.12
.
0.7.0 - 2021-05-08
- Added
--version
to the CLI.
- Updated bleak dependency from
0.9
to0.11
. - Changed changelog from rst to markdown.
0.6.0 - 2020-12-05
- Stop moving the desk if the safety feature kicks in.
0.5.0 - 2020-11-14
- Added python 3.9 support.
- Added automatic retry to failed connections.
- Allow the
init
subcommand to work without a MAC address.
0.4.0 - 2020-10-20
- Added
save
anddelete
sub-commands to the CLI to save and delete desk positions.
- Changed the configuration file format, see the README for details.
- Updated bleak dependency to 0.9.0.
- Fixed a bug with the
init
sub-command raising an exception.
0.3.0 - 2020-10-10
- Added
discover
class method toIdasenDesk
.
- The
init
subcommand will now attempt to discover the MAC address.
0.2.1 - 2020-10-07
- Fixed CLI
--verbose
argument doing nothing.
0.2.0 - 2020-09-26
- Added URL to
yaml
file created withidasen init
. - Updated bleak dependency to 0.8.0
0.1.0 - 2020-09-07
- Initial release