Skip to content

Commit 4c5cc4f

Browse files
committed
Bump version to 1.5.1
1 parent ef01079 commit 4c5cc4f

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to SpoolmanSync will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.5.1] - 2026-04-12
9+
10+
### Fixed
11+
- Add-on mode configuration no longer conflicts with users who split their HA config using `!include` directives (#61). SpoolmanSync now writes to an isolated HA package file instead of appending to `configuration.yaml`.
12+
- Configuration.yaml is backed up before modifications and validated via HA's check_config API, with automatic revert on failure.
13+
814
## [1.5.0] - 2026-04-10
915

1016
### Added

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

spoolmansync-ha-addon/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: SpoolmanSync
2-
version: "1.5.0"
2+
version: "1.5.1"
33
slug: spoolmansync-ha-addon
44
description: Automatic filament tracking for Bambu Lab and Creality printers with Spoolman
55
url: https://github.com/gibz104/SpoolmanSync

0 commit comments

Comments
 (0)