Skip to content

Commit 249a8f0

Browse files
committed
Bump version to 1.5.0
1 parent 3b4f605 commit 249a8f0

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.0] - 2026-04-10
9+
10+
### Added
11+
- **Creality printer support** via the [ha_creality_ws](https://github.com/3dg1luk43/ha_creality_ws) integration (#28). Supports K1, K2, K2 Plus, Hi, Ender 3 V3 and other Creality printers with CFS (Creality Filament System). Bambu Lab and Creality printers can be managed side-by-side on the same dashboard.
12+
- Brand selection in the Add Printer dialog (Bambu Lab or Creality)
13+
- Automatic filament weight calculation for Creality printers, converting reported length (cm) to weight (g) using material-specific density lookup (PLA, PETG, ABS, ASA, TPU, PC, Nylon, etc.)
14+
- ha_creality_ws integration pre-installed in the embedded Home Assistant Docker image
15+
- Better error messages when a printer integration is not installed in Home Assistant
16+
17+
### Changed
18+
- Documentation streamlined and updated to reflect multi-brand support
19+
820
## [1.4.3] - 2026-04-07
921

1022
### Fixed

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.4.3",
3+
"version": "1.5.0",
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.4.3"
2+
version: "1.5.0"
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)