Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Feb 8, 2021
1 parent cb2800b commit 3c5f617
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,43 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.1.0](https://github.com/zwave-js/zwavejs2mqtt/compare/v1.0.5...v1.1.0)

- feat: allow to specify custom qos and retain [`#502`](https://github.com/zwave-js/zwavejs2mqtt/pull/502)
- fix: allow to set custom firmware target [`#501`](https://github.com/zwave-js/zwavejs2mqtt/pull/501)
- fix: add node id to node status payload [`#499`](https://github.com/zwave-js/zwavejs2mqtt/pull/499)
- fix: /health return 200 if mqtt is disabled [`#500`](https://github.com/zwave-js/zwavejs2mqtt/pull/500)
- fix: use zwave-js guessFirmwareFileFormat function [`#498`](https://github.com/zwave-js/zwavejs2mqtt/pull/498)
- feat(ui): improved mesh graph [`#458`](https://github.com/zwave-js/zwavejs2mqtt/pull/458)
- feat(ui): refactor add remove dialog [`#475`](https://github.com/zwave-js/zwavejs2mqtt/pull/475)
- fix(ui): disable Gateway label [`#482`](https://github.com/zwave-js/zwavejs2mqtt/pull/482)
- docs: fix typo [`#494`](https://github.com/zwave-js/zwavejs2mqtt/pull/494)
- chore(deps): bump ejs from 3.1.5 to 3.1.6 [`#496`](https://github.com/zwave-js/zwavejs2mqtt/pull/496)
- chore(deps): bump zwave-js from 6.1.2 to 6.1.3 [`#464`](https://github.com/zwave-js/zwavejs2mqtt/pull/464)
- feat: custom plugins loader [`#478`](https://github.com/zwave-js/zwavejs2mqtt/pull/478)
- feat(ui): add node debug info tab [`#462`](https://github.com/zwave-js/zwavejs2mqtt/pull/462)
- docs: fix homeassitant link in setup [`#457`](https://github.com/zwave-js/zwavejs2mqtt/pull/457)
- fix(ui): settings refactor, fix mesh node names [`#456`](https://github.com/zwave-js/zwavejs2mqtt/pull/456)
- feat: allow to specify custom qos and retain (#502) [`#311`](https://github.com/zwave-js/zwavejs2mqtt/issues/311)
- fix: allow to set custom firmware target (#501) [`#483`](https://github.com/zwave-js/zwavejs2mqtt/issues/483)
- fix: add node id to node status payload (#499) [`#492`](https://github.com/zwave-js/zwavejs2mqtt/issues/492)
- fix: /health return 200 if mqtt is disabled (#500) [`#469`](https://github.com/zwave-js/zwavejs2mqtt/issues/469)
- feat(ui): improved mesh graph (#458) [`#384`](https://github.com/zwave-js/zwavejs2mqtt/issues/384)
- temporarily remove the workflow [`ddd9d44`](https://github.com/zwave-js/zwavejs2mqtt/commit/ddd9d449210611268070d01279236d0dff5b2014)
- docs: improve hass docs [`80814ff`](https://github.com/zwave-js/zwavejs2mqtt/commit/80814fff030b17fb61c208d4e4fb910f4678b240)
- fix: mesh graph settings [`5a1d446`](https://github.com/zwave-js/zwavejs2mqtt/commit/5a1d4460fdac64733d766271d734ab2d37f8914f)
- fix(ui): rearrange settings [`3e7a6ac`](https://github.com/zwave-js/zwavejs2mqtt/commit/3e7a6ace9e90be56326886eb762cf07d0f1a991f)
- docs: missing settings [`a0cb5c0`](https://github.com/zwave-js/zwavejs2mqtt/commit/a0cb5c06900908910e054535fd5dcaff8f6d1303)
- fix(ui): typo in retain [`b9d066b`](https://github.com/zwave-js/zwavejs2mqtt/commit/b9d066b9f069ae81b4fab37d5bdb95fde8f0e7bd)

#### [v1.0.5](https://github.com/zwave-js/zwavejs2mqtt/compare/v1.0.4...v1.0.5)

> 4 February 2021
- fix(ui): better ui add/remove dialog feedback [`#451`](https://github.com/zwave-js/zwavejs2mqtt/pull/451)
- chore(deps): bumped deps [`#450`](https://github.com/zwave-js/zwavejs2mqtt/pull/450)
- chore(deps): bump zwave-js from 6.1.1 to 6.1.2 [`#449`](https://github.com/zwave-js/zwavejs2mqtt/pull/449)
- Release 1.0.5 [`8a33f76`](https://github.com/zwave-js/zwavejs2mqtt/commit/8a33f7601169f5d25360f139cb3d89cb965f955c)

#### [v1.0.4](https://github.com/zwave-js/zwavejs2mqtt/compare/v1.0.3...v1.0.4)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zwavejs2mqtt",
"version": "1.0.5",
"version": "1.1.0",
"bin": {
"zwavejs2mqtt": "bin/www"
},
Expand Down

0 comments on commit 3c5f617

Please sign in to comment.