From bf3f043888b7388d665356f6f41e0d2de6846162 Mon Sep 17 00:00:00 2001 From: viewit Date: Thu, 16 Jul 2026 11:36:09 +0200 Subject: [PATCH] chore: add missing PR #88 entry to nightly changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The stale-slot-profile-guard fix (walterioo, merged as bf94a8f) was never mentioned in a nightly release body — it landed between two changelog overwrites. --- NIGHTLY_CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NIGHTLY_CHANGELOG.md b/NIGHTLY_CHANGELOG.md index 221a2d2..e423a73 100644 --- a/NIGHTLY_CHANGELOG.md +++ b/NIGHTLY_CHANGELOG.md @@ -1,5 +1,6 @@ ## Changes in this build +- Fix: a per-slot filament profile override (custom vendor/name mapping) kept showing/sending the old filament type after the physical spool was swapped for a different material — the override is now suppressed once the material family no longer matches what's actually loaded, and reactivates automatically if you swap back (PR #88, thanks @walterioo) - Feat: the dashboard is now fully customizable — enter edit mode to freely drag, resize (via GridStack.js), hide, and rearrange every card on a 12-column snap grid - Feat: two built-in layout presets ("Standard", "Wide desktop" per Issue #89's original proposal) plus the ability to save your own layout as a named custom preset, switch between them, and delete presets you no longer need - Fix: camera stream would freeze after ~15-30 minutes — non-monotonic timestamps from the printer's FLV stream broke ffmpeg's realtime pacing; now handled with `-use_wallclock_as_timestamps` (Issue #90)