Skip to content

Commit

Permalink
Merge pull request #113 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 1.5.1
  • Loading branch information
Luligu authored Aug 28, 2024
2 parents 85131cf + d179611 commit 509f930
Show file tree
Hide file tree
Showing 10 changed files with 452 additions and 162 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ All notable changes to this project will be documented in this file.

If you like this project and find it useful, please consider giving it a star on GitHub at https://github.com/Luligu/matterbridge and sponsoring it.

## [1.5.0] - 2024-08-27

### Breaking Changes

- [-bridge -childbridge]: You don't need anymore to add the parmeter -bridge or -childbridge on the command line or systemctl configuration or docker command: the default is bridge mode and if no parameter is added, Matterbridge uses the settings from the frontend that are saved.
Expand All @@ -18,6 +16,22 @@ If you like this project and find it useful, please consider giving it a star on

- please read this [Development guide lines](https://github.com/Luligu/matterbridge/blob/main/README-DEV.md)

## [1.5.1] - 2024-08-28

### Added

### Changed

- [matterbridgeDevice]: refactor WindowCovering cluster (removed AbsolutePosition).
- [matterbridge]: Removed deprecated methods.
- [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.0] - 2024-08-27

### Added

- [frontend]: Added menu item "Update".
Expand Down
4 changes: 2 additions & 2 deletions README-DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Matterbridge export from:

"matterbridge"
- Matterbridge and MatterbridgeDevice class.
- All relevant matter-node.js or matter.js classes and functions.
- All relevant matter-node.js or matter.js clusters, classes and functions.

"matterbridge/cluster"
- All clusters not present in matter.js or modified.
Expand All @@ -39,11 +39,11 @@ Matterbridge export from:

# **********
A plugin will never ever install and import from matter-node.js or matter.js directly cause this leads to a second instance of matter.js that causes instability and unpredictable errors like "The only instance is Enpoint".
# **********

In the next releases I will remove the duplicated exports so please update your plugins.

I will also add some error messages when a plugin has wrong imports.
# **********

## Guidelines on the migration to matter.js V8

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Test the installation with:
matterbridge -bridge
```

Now it is possible to open the frontend at the link provided in the log (e.g. http://<MATTERBIDGE-IP>:8283)
Now it is possible to open the frontend at the link provided in the log (e.g. http://MATTERBIDGE-IPV4-ADDRESS:8283)

## Usage

Expand Down Expand Up @@ -90,7 +90,7 @@ matterbridge -help

## Frontend

Matterbridge has a frontend available on http://<MATTERBIDGE-IP>:8283
Matterbridge has a frontend available on http://MATTERBIDGE-IPV4-ADDRESS:8283 and http://[MATTERBIDGE-IPV6-ADDRESS]:8283

You can change the default port by adding the frontend parameter when you run it.

Expand Down
170 changes: 58 additions & 112 deletions package-lock.json

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

Loading

0 comments on commit 509f930

Please sign in to comment.