Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions homeassistant-addon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

If this add-on saves you time, you can [buy me a coffee](https://buymeacoffee.com/dougrathbone).

## [1.30.0] - 2026-08-23

### Fixed

- **Managed C-Gate logs are now rotated and pruned** so they cannot fill the host disk. (#81) Restart the add-on once if an install already filled the disk.

### Changed

- **The add-on icon and logo are restored** to the earlier blue house-bridge artwork.
- Internal: sql.js updated to 1.14.2.

## [1.29.0] - 2026-08-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion homeassistant-addon/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "C-Gate Web Bridge"
version: "1.29.0"
version: "1.30.0"
slug: cgateweb
description: "Bridge between Clipsal C-Bus systems and MQTT/Home Assistant"
url: "https://github.com/dougrathbone/cgateweb"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cgateweb",
"version": "1.29.0",
"version": "1.30.0",
"description": "Node.js bridge connecting Clipsal C-Bus automation systems to MQTT for Home Assistant integration",
"keywords": [
"cbus",
Expand Down