Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Oct 13, 2024
1 parent 901b90d commit 0e9eed1
Show file tree
Hide file tree
Showing 10 changed files with 647 additions and 547 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ replay_pid*
# local
migrationV8.txt
migrationV8-answered.txt
matterbridgeEdge.ts

coverage
TODO.md
Expand Down
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,7 @@ test

migrationV8.txt
migrationV8-answered.txt
matterbridgeEdge.ts

TODO.md
CODEOWNERS
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,24 @@ Please read this: https://github.com/Luligu/matterbridge/discussions/135

### Discord

Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord group: https://discord.gg/raWywpD4.
Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord group: https://discord.gg/QX58CDe6hd.

Feel free to join!

## [1.6.0] - 2024-10-15

### Changed

- [discord]: Discord group: https://discord.gg/QX58CDe6hd.
- [matterbridge]: Preliminary code update to move to edge (matter.js new API).
- [matterbridgeDevice]: Refactor Thermostat cluster methods to accept minHeatSetpointLimit, maxHeatSetpointLimit, minCoolSetpointLimit and maxCoolSetpointLimit.
- [config]: The config is rewritten only after onStart and no more after onConfigure (after the plugin starts is possible to change the config and it will not be rewritten after the plugin configuration).
- [package]: Update dependencies.

<a href="https://www.buymeacoffee.com/luligugithub">
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
</a>

## [1.5.10] - 2024-10-01

### Changed
Expand Down
Loading

0 comments on commit 0e9eed1

Please sign in to comment.