Skip to content

Latest commit

 

History

History
152 lines (82 loc) · 4.17 KB

CHANGELOG.md

File metadata and controls

152 lines (82 loc) · 4.17 KB

Changelog

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

[3.0.0-beta.5] - 2022-06-04


⚠️ This release is a beta release. Use it at your own risk.



🚨 This release is a major version and contains some breaking changes. Please read the list below.


Fixed

  • Nothing happened when a customPosition command was issued.

[3.0.0-beta.4] - 2022-05-19


⚠️ This release is a beta release. Use it at your own risk.



🚨 This release is a major version and contains some breaking changes. Please read the list below.


Added

  • Auto discovery of the Tahoma box using Bonjour

[3.0.0-beta.3] - 2022-05-17


⚠️ This release is a beta release. Use it at your own risk.



🚨 This release is a major version and contains some breaking changes. Please read the list below.


Fixed

  • Package of 3.0.0-beta.1 was not complete (ignored files on publication)

[3.0.0-beta.2]

Skipped

[3.0.0-beta.1] - 2022-05-16


⚠️ This release is a beta release. Use it at your own risk.



🚨 This release is a major version and contains some breaking changes. Please read the list below.


Changed

  • Migration to the new Local API, replacing the cloud-based Somfy Open API.
  • tahoma-read node returns the raw data retrieved from the local API. (a remapping of your flows might be needed)
  • Upgraded the dependencies to their latest versions
  • Replaced TSLint with ESLint

Removed

  • Removed deprecated properties on the Tahoma node

[2.0.3] - 2020-08-20

Added

  • Added error message when automatic session refresh is impossible (see this article for more information)
  • Added support for blinds rotation for motors that support it (#33, thanks to @marekhalmo)
  • Added a buffer when setting a custom position to consider close-enough values as valid (#34)

Changed

  • Fixed an issue that prevented tokens from being correctly refreshed
  • Fixed an unhandled Promise rejection (#31)

Refactoring

  • Refactored the network layer to retrieve credentials from memory, instead of global context.

[2.0.1] - 2020-03-01

Changed

  • Fix publication to NPM registry issue (#20)

[2.0.0] - 2020-03-01


🚨 This release is a major version and contains some breaking changes. Please read the list below.


Changed

  • Implementation of Somfy Open API, replacing unofficial TahomaLink API
  • Migration of the network layer from deprecated request to axios
  • tahoma-read node now returns the raw response from the Somfy Open API (a remapping of your flows might be needed)

Added

  • New code quality control using TSLint

[1.0.1] - 2019-08-21

Changed

  • Added door handle state support, contributed by @matthub

[1.0.0] - 2018-12-13

Changed

  • Fix missing break statement (#8, thanks to @taucher4000)
  • Fix login strategy, preventing "Too Many Requests" error returned by Somfy (See #9)

[0.2.0] - 2018-10-21

Added

  • New node tahoma-read (#6)
  • New stop action to immediatly stop the current action on the devices (#5, thanks to @Genosse274)
  • New CHANGELOG.md file to keep track of all updates.

Changed