Browse Source

Updated CHANGELOG

maziggy 4 tháng trước cách đây
mục cha
commit
865f3d78fb
1 tập tin đã thay đổi với 17 bổ sung0 xóa
  1. 17 0
      CHANGELOG.md

+ 17 - 0
CHANGELOG.md

@@ -2,6 +2,23 @@
 
 All notable changes to Bambuddy will be documented in this file.
 
+## [0.1.6b4] - 2026-01-01
+
+### Added
+- **Camera popup window improvements**
+  - Auto-resize to fit video resolution on first open
+  - Persist window size and position to localStorage
+  - Restore saved window state for subsequent opens
+- **Slicer protocol handler** - OS detection for correct protocol (Windows: `bambustudio://`, macOS/Linux: `bambustudioopen://`)
+
+### Fixed
+- **Maintenance duration display** - Show weeks instead of imprecise months for better countdown precision
+- **Print hours display** - Convert large hour values to readable units (e.g., 478h → 3w, 100h → 4d)
+- **Printer hour counter** - Fixed runtime_seconds not incrementing during prints (first timestamp was set but never committed)
+
+### Changed
+- **Printer cards** - Refactored AMS section for better visual grouping and spacing
+
 ## [0.1.6b3] - 2025-12-31
 
 ### Added