Skip to content

Commit d0a1fde

Browse files
committed
Bump version to 1.4.2
1 parent 7bbdb3a commit d0a1fde

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.4.2] - 2026-03-24
9+
10+
### Fixed
11+
- AMS units merging together on multi-AMS setups where the model name (e.g., "AMS 2 Pro") was confused with the AMS unit number (#53)
12+
13+
### Added
14+
- Configurable QR code / NFC base URL in Settings for users behind reverse proxies or custom domains (#52)
15+
- Numbered display names for multiple AMS HT units (AMS HT, AMS HT 2, etc.)
16+
817
## [1.4.1] - 2026-03-23
918

1019
### 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.1",
3+
"version": "1.4.2",
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.1"
2+
version: "1.4.2"
33
slug: spoolmansync-ha-addon
44
description: Sync Bambu Lab AMS trays with Spoolman filament inventory
55
url: https://github.com/gibz104/SpoolmanSync

0 commit comments

Comments
 (0)