Skip to content

v1.4.3

Choose a tag to compare

@FredM67 FredM67 released this 07 Feb 21:54
Immutable release. Only release title and notes can be modified.

Improvements

User Experience

  • Selectable sensor addresses: Temperature sensor addresses can now be selected and copied
    • Click and drag to select address text
    • Copy with Ctrl+C or right-click menu
    • Works on assigned slots, unassigned pool, and missing sensors
    • Drag-and-drop still works on other parts of cards

Code Quality

  • Component refactoring: Split large config-tab.js into focused components
    • Reduced config-tab.js from 868 to 550 lines (36% reduction)
    • New temp-sensors-section.js component (366 lines)
    • Improved code organization and maintainability
    • Easier to understand and modify temperature sensor logic