Skip to content

Commit

Permalink
Release 1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Apr 24, 2024
1 parent 4fe550d commit 4504810
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,25 @@

All notable changes to this project will be documented in this file.

## [1.2.11] - 2024-04-24
## [1.2.11] - 2024-04-25

### Added

- [matterbridge]: Added user to system information.
- [frontend]: Persist the filter selection (debug level and search criteria) in the Logs route.
- [frontend]: Added version and two badges for bridgeMode and restartMode.
- [frontend]: Frontend updated to 0.8.8.
- [docker]: Added support for docker. The Matterbridge image is published on the docker hub.
- [docker]: Added support for docker (BETA). The Matterbridge image is published on the docker hub.
- [docker]: See the guidelines on https://github.com/Luligu/matterbridge?tab=readme-ov-file#Run-the-Docker-container-and-start-it.
- [docker compose]: See the guidelines on https://github.com/Luligu/matterbridge?tab=readme-ov-file#Run-with-docker-compose.

### Fixed

- [matterbridge]: Fixed the case when a bad plugin throws errors.
- [matterbridge]: Fixed the case when a plugin throws errors.

### New plugin

- Matterbridge Somfy Tahoma https://github.com/Luligu/matterbridge-somfy-tahoma

## [1.2.10] - 2024-04-23

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ After=network-online.target
[Service]
Type=simple
ExecStart=/usr/bin/matterbridge -bridge -service
ExecStart=/usr/bin/matterbridge -bridge -service -port 5550
WorkingDirectory=/home/<USER>/Matterbridge
StandardOutput=inherit
StandardError=inherit
Expand Down

0 comments on commit 4504810

Please sign in to comment.