Skip to content

Latest commit

Β 

History

History
366 lines (199 loc) Β· 10.1 KB

CHANGELOG.md

File metadata and controls

366 lines (199 loc) Β· 10.1 KB

v2.0.2 - 30 Sep 2022

2.0.2 (2022-09-30)

Bug Fixes

  • alexa ip address is not found (#120) (3c1c8e8b)
  • eslint/prettier combination also with github actions (b4c8d8ae)

Changes

v2.0.1 - 27 Sep 2022

2.0.1 (2022-09-27)

Bug Fixes

  • #113 ip detection seperated to single function and refactored (#118) (a7c5c36f)

Changes

v2.0.0 - 28 Jun 2022

2.0.0 (2022-06-28)

Breaking Changes

  • 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!

Changes

v1.4.3 - 08 Oct 2021

1.4.3 (2021-10-08)

Bug Fixes

  • test on node14 (81bf2767)

Changes

v1.4.2 - 08 Oct 2021

1.4.2 (2021-10-08)

Bug Fixes

  • liniting errors (e7a1a8e8)
  • master -> main (c120dd38)

Changes

v1.4.1 - 07 Oct 2021

1.4.1 (2021-10-07)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#103) (edaedef1)

Changes

v1.4.0 - 07 Jul 2021

1.4.0 (2021-07-07)

Feature

  • update to semantic versioning (96a3b9fd)

Bug Fixes

  • 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)

Documentation

  • readme: add Greenkeeper badge (487944f4)

Code Refactoring

  • ci update (#97) (1dbbf227)
  • also update changelog file (04013cf6)
  • github actions magic (0eb4824c)
  • github actions split (edd78182)

Chores

  • package: update lockfile package-lock.json (8fcc0427)

doc

  • update readme (6fec0210)

linting

  • fix eslint not globally installed (497f00e0)

ghaction

  • fix linter (95a63c66)
  • fix linter (4fa0cd2e)
  • introduction and remove traevis (96fa859b)
  • introduction and remove traevis (4efdf747)

wip

  • fix limitations .. unit tests (6ab82b2a)
  • fix limitation of about 33 devices... (d759c147)
  • fix limitation of about 33 devices... (36466dc8)

Changes

v1.3.4 - 07 Jul 2021

1.3.4 (2021-07-07)

Bug Fixes

  • upgrade mustache from 4.1.0 to 4.2.0 (#95) (48b81f81)

Changes

v1.3.3 - 07 Jul 2021

1.3.3 (2021-07-07)

Bug Fixes

  • ci release bugs (448f50a4)

Code Refactoring

  • ci update (#97) (1dbbf227)
  • also update changelog file (04013cf6)

doc

  • update readme (6fec0210)

Changes

v1.3.2 - 04 Mar 2021

1.3.2 (2021-03-04)

Bug Fixes

  • valid gh actions def (3dfbb696)

Code Refactoring

  • github actions magic (0eb4824c)
  • github actions split (edd78182)

Changes

v1.3.1 - 04 Mar 2021

1.3.1 (2021-03-04)

Bug Fixes

  • cicd changelog automation (921a6861)

Changes

v1.3.0 - 04 Mar 2021

1.3.0 (2021-03-04)

🎁 Feature

  • update to semantic versioning (96a3b9fd)

🐞 Bug Fixes

  • 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)

Changes

Thanks to @nepee for the input to fix some json stuff within the detection process.

Changes

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.

Changes

http/https setup was incorrect routed through the node to reflect http/https setup of node-red

Changes

SSDP and HTTP Server are now seperate components to provide information about items.

Changes

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

Changes

fix #16

Changes

Logging is now done entirely via node-red routines

Changes

#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

Changes

1.0.0 - 05 Jun 2019

Relase of rewritten node implementation

Changes