Skip to content

Commit 7584b09

Browse files
committed
Bump version to 1.3.6
1 parent 84b1b2f commit 7584b09

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +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.3.5] - 2026-03-14
8+
## [1.3.6] - 2026-03-16
9+
10+
### Fixed
11+
- Tray material mismatch warnings no longer trigger for filament variants of the same base material (e.g., "PLA Matte" assigned to a tray reporting "PLA") (#49)
12+
13+
## [1.3.5] - 2026-03-15
914

1015
### Fixed
1116
- AMS discovery for user-renamed AMS devices with custom names (e.g., `ams_links_`, `ams_rechts_`, `ams_left_`, `ams_right_`) now works via device-based fallback (#47)

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