Bump to v4.2.1

This commit is contained in:
Edward Firmo
2024-01-12 13:27:00 +01:00
parent dc1f836684
commit 6bda8a56ea
22 changed files with 29 additions and 10 deletions

View File

@@ -302,6 +302,24 @@ reflecting our commitment to creating practical, user-friendly solutions.
You can enable this feature on the bueprint settings, at the **CUSTOM CONFIGURATION** section (almost at the end).
You also have to set **Display Brightness Sleep** at the device's page (**Settings** > **Devices & Services** > **ESPHome**).
## Patch v4.2.1
This patch introduces minor updates aimed at enhancing the user experience and improving documentation.
Below you'll find a detailed list of the changes.
While this update is designed to integrate smoothly with existing v4.2 components,
we recommend updating all components to this latest version for the best performance.
### Overview of Changes
| Change | Criticality | Affected Components |
| :-- | :--: | :--: |
| Resolved issue with the dimming feature not activating when button is held (#1599) | Minor | `Blueprint` |
| Added "Clean Build Files" step to the update instructions for clarity (#1601) | Minor | `Documentation` |
### Key Improvements
- **Dimming Feature Fix**: Addressed an issue where the long press in the buttons was not responding as expected,
ensuring smoother light control from your panel.
- **Updated Documentation**: Enhanced our update instructions to include a "Clean Build Files" step,
providing clearer guidance for a more efficient update process.
## What's Next?
Discover what's next and what we are working on right now in our [Milestones](https://github.com/Blackymas/NSPanel_HA_Blueprint/milestones?direction=asc&sort=title&state=open)
@@ -319,6 +337,7 @@ Discover what's next and what we are working on right now in our [Milestones](ht
- And to all users who helped with the tests during development and beta.
## Previous releases
- [v4.2 - Multi-Alarm Control, Dual Thermostat Functionality, and More](https://github.com/Blackymas/NSPanel_HA_Blueprint/releases/tag/v4.2)
- [v4.1.4 - Support to Home Assistant 2023.12.0](https://github.com/Blackymas/NSPanel_HA_Blueprint/releases/tag/v4.1.4)
- [v4.1.3 - Bug fixes](https://github.com/Blackymas/NSPanel_HA_Blueprint/releases/tag/v4.1.3)
- [v4.1.2 - Bug fixes and minor enhancements](https://github.com/Blackymas/NSPanel_HA_Blueprint/releases/tag/v4.1.2)