All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.1 (2023-06-20)
2.2.9 (2021-04-07)
2.2.8 (2021-04-05)
2.2.7 (2021-04-05)
2.2.6 (2021-04-02)
2.2.5 (2021-04-02)
2.2.4 (2020-12-03)
2.2.3 (2020-11-27)
2.2.2 (2020-11-25)
- errors: silence error messages, just display sttus code (92fd3e6)
- headers: fix headers, send user agent (bcf5c1c)
- plugin code: fix npx/bin to run login test (add test file runner for npx) (7912e8f)
2.2.1 (2020-11-25)
- plugin code: add npx/bin to run login test (501c8c1)
2.2.0 (2020-11-25)
- plugin code(testing too): add test:mysmartblinds-login script for testing (231a44c)
- plugin code: code cleanup (ad53a22, cd79242)
- plugin code: remove auth0, switch to request call (ee0e24f)
- packge.json: update depdendencies (277e5f1, d3486e1, etc...)
- package.json: Update engines for Node 14.x and Homebridge 1.1.x (06a6aad)
- github: Add dependabot (09d4622)
- github: Create issue no response configuration (98571b9)
- readme: correct link to smart bridge (for mysmartblinds) (c6bb143)
2.1.2 (2020-11-15)
- bugfix: cleaned up the code a bit, using corret types for auth0 (login)
- bugfix: corrected reuest calls so that blind is controllable before refresh
- documentation: update changelog to be in version sync again
- documentatin: added polling to feature list in the README
2.1.1 (2020-11-12)
- documentation: update changelog
2.1.0 (2020-11-12)
- feature: adds polling via pollingInterval config (a0de8b1)
2.0.4 (2020-11-06)
- bug fix: fix blind/room name bug in 2.0.3
2.0.3 (2020-11-06)
- cleanup: cleanup deleted blind checking (31dd73a)
- package.json: update dependencies/re-generate package-lock/remove lodash
2.0.2 (2020-11-06)
- bug fix: fix duplicate uuid/handle deleted blinds better (2db9d28)
2.0.1 (2020-11-02)
- bug fix: fix closeUp (f9a1882)
2.0.0 (2020-11-02)
- config schema: renamed status_log and allow_debug to statusLog and allowDebug for conistency
- config schema: removed section about adding bluetooth blind control (not going to do this)
- readme: updates to reflect change in config varibale names
- readme: updated paypal link to use direct linkt instead of button
- license: updated year
- package.json: update dependencies/re-generate package-lock
- plugin feature: now a dynamic platform (which uses homeebridge cache) instead of a static platform
- plugin code change: re-written fron the ground up to use typescript
1.5.6 (2020-10-14)
-
package.json: add funding link
-
package.json: update dependencies
1.5.4 (2020-06-04)
-
config schema: remove old report99Open config option (ea7adee)
-
package.json: add version script (7c3e5bb)
-
plugin feature: add encodedPasskey to logs, json stringify parsedBody in logs/closes #15 (0552d31)
-
plugin feature: removed addAccessory (8ca2d51)
1.5.3 (2020-06-03)
- config schema: add informaton regarding bridge use by thus plugin (750a027)
1.5.2 (2020-05-12)
- changelog: fix version link (8f7119a)
1.5.1 (2020-05-12)
- plugin feature/config option: add config option status_log to stop logging status functions (a320e63)
1.5.0 (2020-04-18)
- plugin feature/config option: add a allow_debug option (ecc16cf)
1.4.1 (2020-03-29)
-
readme: add Homebridge/MySmartBlinds branding (7be4845)
-
mit license file: corrected copyright name in MIT LICENSE (3196174)
1.4.0 (2020-03-29)
- plugin-code: additonal error checking/fail gracefully code (808aba6)
1.3.5 (2020-03-28)
- plugin-code: if plugin has no config, return (a2d5efa)
- readme: update badges (MIT, PayPal) (ee629c7)
1.3.4 (2020-03-27)
- plugin-code: plugin now fails gracefully with no config (a046905)
-
package.json: bump node engine to node v10 (f4dcebb)
-
readme: update homebridge link (cace02a)
-
readme: switch badges to badgen.net (27b6fd3)
1.3.3 (2020-03-11)
-
readme: minor corrections to README.md (296ede0)
-
github: Add bug report/feature request templates (dd0dfc2, 4ebd272)
1.3.2 (2020-03-11)
- readme: remove to do section (68b5adb)
1.3.1 (2020-03-11)
- readme: added info about blinds down or up (2b20cf6)
1.3.0 (2020-03-08)
-
plugin feature/config option: done with todo item: option to close blinds up (533788d), closes #6
-
removed config option: removed
report99Open
config option, this is now always true (cb66d31))
- config schema: mark
closeUp
(andreport99Open
prior to removal) as optional (from required: true) (37d402b)
-
funding: if you like this plugin and/or my work on it, consider donating via paypal (140536f)
-
readme: removed all fields required verbage, remove
report99Open
, addcloseUp
(40d0a70) -
readme: add sponsor gregmichael (979d0e3)
-
readme: separate sponsors/code credit (5136231)
-
changelog: finally added a changelog (2983a288)
1.2.5 (2020-02-09)
- plugin code: fix spelling of
currentPosition
(2110ccc)
- funding: if you like this plugin and/or my work on it, consider funding my future work on this plugin and others via Sponsor button (ad2d72e5)
1.2.4 (2020-01-25)
- config schema: add
report99Open
to config schema (8f9f542)
1.2.3 (2020-01-25)
- plugin feature/config option: add
report99Open
option to correct restart issue where blinds report 99% (0099f2a))
1.2.2 (2020-01-16)
- config schema: add config schema for homebridge-config-ui-x (74453f1)
- readme: small correction to readme (3442369)
1.2.1 (2020-01-16)
-
plugin code:: do not report -1 battery status, likely an incorrect value (96bfccb)
-
plugin code: handle errors via catch for all requests (c898a25)
-
readme: clean up fields list (da02d15)
-
readme: fix readme spelling (d9b42a5)
-
readme: update readme with todo for polling (12c87ab)
1.2.0 (2020-01-11)
- plugin code: fix token refresh to have this/platform context (3accd2d)
- readme: spelling fix (d56ef81)