v2.0.2 - 30 Sep 2022
- alexa ip address is not found (#120) (3c1c8e8b)
- eslint/prettier combination also with github actions (b4c8d8ae)
v2.0.1 - 27 Sep 2022
- #113 ip detection seperated to single function and refactored (#118) (a7c5c36f)
v2.0.0 - 28 Jun 2022
- use nodered http endpoint for alexa as option (#111) (94296626)
* feat: use nodered http endpoint for alexa as option if nodered runs on port80
* include pr #108 -
BREAKING CHANGE: API v1 conform implementation breaks detection of nodes - so there will be duplicates if you do not remove the previous ones!
v1.4.3 - 08 Oct 2021
- test on node14 (81bf2767)
v1.4.2 - 08 Oct 2021
- liniting errors (e7a1a8e8)
- master -> main (c120dd38)
v1.4.1 - 07 Oct 2021
- package.json & package-lock.json to reduce vulnerabilities (#103) (edaedef1)
v1.4.0 - 07 Jul 2021
- update to semantic versioning (96a3b9fd)
- ci release bugs (448f50a4)
- valid gh actions def (3dfbb696)
- cicd changelog automation (921a6861)
- merge artifacts... (efeb9044)
- missing supertest dependency... (91d5b8d2)
- updates from master (73d9dc7e)
- revert linting script (be247603)
- ci gh action (c3dce598)
- allow linting bypass argument 1 (a51a240b)
- upgrade mustache from 4.0.1 to 4.1.0 (#85) (65c476db)
- upgrade mustache from 4.0.1 to 4.1.0 (#85) (279d50f7)
- package update and set all responses to utf-8 (#83) (fc745d61)
- pin node-red-node-test-helper to 0.2.2 (#35) (2cd2613d)
- package: update mustache to version 3.0.2 (3b0ca3d1)
- package: update node-persist to version 3.0.0 (512c95c0)
- readme: add Greenkeeper badge (487944f4)
- ci update (#97) (1dbbf227)
- also update changelog file (04013cf6)
- github actions magic (0eb4824c)
- github actions split (edd78182)
- package: update lockfile package-lock.json (8fcc0427)
- update readme (6fec0210)
- fix eslint not globally installed (497f00e0)
- fix linter (95a63c66)
- fix linter (4fa0cd2e)
- introduction and remove traevis (96fa859b)
- introduction and remove traevis (4efdf747)
- fix limitations .. unit tests (6ab82b2a)
- fix limitation of about 33 devices... (d759c147)
- fix limitation of about 33 devices... (36466dc8)
v1.3.4 - 07 Jul 2021
- upgrade mustache from 4.1.0 to 4.2.0 (#95) (48b81f81)
v1.3.3 - 07 Jul 2021
- ci release bugs (448f50a4)
- ci update (#97) (1dbbf227)
- also update changelog file (04013cf6)
- update readme (6fec0210)
v1.3.2 - 04 Mar 2021
- valid gh actions def (3dfbb696)
- github actions magic (0eb4824c)
- github actions split (edd78182)
v1.3.1 - 04 Mar 2021
- cicd changelog automation (921a6861)
v1.3.0 - 04 Mar 2021
- update to semantic versioning (96a3b9fd)
- merge artifacts... (efeb9044)
- missing supertest dependency... (91d5b8d2)
- updates from master (73d9dc7e)
- revert linting script (be247603)
- ci gh action (c3dce598)
- allow linting bypass argument 1 (a51a240b)
- upgrade mustache from 4.0.1 to 4.1.0 (#85) (65c476db)
- upgrade mustache from 4.0.1 to 4.1.0 (#85) (279d50f7)
Fix detection of gen3 devices (1.1.3) - 02 Sep 2019
Thanks to @nepee for the input to fix some json stuff within the detection process.
Codecleanup + Registration fix for gen3 devices (1.1.2) - 29 Aug 2019
Internal Code cleanup because of introduction of linting the Code... but
Also take fix from derSebbl to get Alexa Gen3 devices to work and hopefully fix #16
The change of the port is not made per default, because i expect not everybody to have port 80 open and available. It might also cause permissions problems, because that port might not be used by a default linux user e.g.
fix http/https configuration setup (1.1.1) - 28 Aug 2019
http/https setup was incorrect routed through the node to reflect http/https setup of node-red
Start webserver for item information (1.1.0) - 28 Aug 2019
SSDP and HTTP Server are now seperate components to provide information about items.
multiple fixxes (1.0.4) - 10 Jun 2019
Fixing #21 to get on/off command back - this is now msg.payload.command = "switch|bri|color" and also round normalized bri to integer values
With this pull request also colors can be set as quested in #19 ..
the broadcast bug of #16 should now be solved because node-ssdp is listening on all available interfaces already. The setup.xml generation already used the host http header to reflect the incoming request to the setup output. Also a finding was that alexa does not support endless response bodies. To get around this i stripped all spaces and unused settings from the json files. Hopefully this will solve the update problems #16
fix ssdp location announcement (1.0.3) - 10 Jun 2019
fix #16
Remove debug() dependency to cleanup logging (1.0.2) - 07 Jun 2019
Logging is now done entirely via node-red routines
add error logging for missing node (1.0.1) - 05 Jun 2019
#16 displayed the need that also error logs must be written when no controller node is available - even when this spams the logs when multiple alexa nodes are already present
1.0.0 - 05 Jun 2019
Relase of rewritten node implementation