release: bump firmware version to 0.5.0

This commit is contained in:
2026-06-08 12:15:31 -06:00
parent fc4999b9d2
commit 8004ce86e1
6 changed files with 31 additions and 9 deletions
+22
View File
@@ -1,5 +1,27 @@
# Changelog
## 0.5.0 - 2026-06-08
### Added
- WPA2 AP configuration API and WebUI controls.
- AP reset recovery action with regenerated password.
- Status API field filtering for smaller dashboard/WebUI payloads.
- Config page subtabs for General, WiFi/AP, Relays, Temperatures, BMS, and Maintenance.
- Relay button state/command feedback in the WebUI.
- Optional Cargo OLED display scaffold.
- GPIO plan assigning OLED I2C to GPIO 21/22 and setup button to GPIO 25.
### Changed
- Dashboard communication direction is now WiFi/HTTP API.
- Retired active dashboard UART pin usage.
- Improved WebUI visual styling, mobile temperature settings layout, and config form behavior during polling.
- Removed vehicle-specific branding from active project docs/examples.
### Fixed
- Config inputs no longer get overwritten while typing during polling.
- Temperature config lookup remains available outside disabled UART code.
- Misleading WebUI connection badge text.
## 0.4.0 - 2026-06-04
### Added