Skip to content

Latest commit

 

History

History
139 lines (85 loc) · 6.14 KB

CHANGELOG.md

File metadata and controls

139 lines (85 loc) · 6.14 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.4.2 (2022-09-04)

Bug Fixes

1.4.1 (2022-08-20)

Bug Fixes

1.4.0 (2021-11-27)

Features

  • controller: 'force' option for switch_on(), switch_off() (f53a4e6)
  • controller: redesign presets functionality (843f5c0)

1.3.0 (2021-11-27)

Features

  • controller: add more presets functionality (f534581)

1.2.0 (2021-11-26)

Features

  • controller: add parameters presets (78a93f9)
  • driver: improve speed and stability (4073c81)

1.1.0 (2021-11-22)

Features

1.0.0 (2021-11-20)

⚠ BREAKING CHANGES

  • doc: add classes description

Bug Fixes

  • doc: add classes description (dda5758)

0.9.7 (2021-11-20)

Bug Fixes

0.9.6 (2021-11-18)

Bug Fixes

Changelog

v0.9.5 (2021-11-18)

Fix

v0.9.4 (2021-11-18)

Fix

v0.9.3 (2021-11-18)

Fix

v0.9.2 (2021-11-18)

Fix

v0.9.1 (2021-11-18)

Fix

  • test: Rename private property (f2d7625)

v0.9.0 (2021-11-07)

Feature

  • Enforce naming conventions (aa2510a)

Fix

  • ControllerSync: Update, add example (5705bca)

v0.8.0 (2021-11-07)

Feature

  • Controller: Break configure() method (7c1c8f3)

v0.7.1 (2021-11-07)

Fix

  • Controller: Optimize configure() (0a73f2d)

v0.7.0 (2021-11-07)

Feature

  • Controller: Set up context manager (47987cc)
  • Optimize perfomance. 'force' option (9fbb9b1)
  • Driver: Write_parameter(). 'auto_read' option (4a1cf0f)

v0.6.0 (2021-11-05)

Feature

  • Controller: Get_mac_address() (6d22149)

v0.5.0 (2021-11-05)

Feature

  • Controller: Autoconnect with timeout and retries (c1ac04c)
  • Driver: Connect() with 'timeout' option (14c0757)
  • Driver: Is_connected() (726b8e0)
  • Controller: Get_sequences(), get_ic_models(), get_modes() (59fd301)
  • Driver: Get_modes() (e02a07f)

Fix