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
+5 -5
View File
@@ -19,7 +19,7 @@ All documented endpoints are local-first and must continue to work without inter
Current firmware version:
```text
0.4.0
0.5.0
```
## Current Endpoints
@@ -91,7 +91,7 @@ Returns a lightweight liveness response for dashboards and service tools.
"ok": true,
"api_version": "v1",
"firmware_name": "overland-controller",
"firmware_version": "0.4.0",
"firmware_version": "0.5.0",
"uptime_seconds": 123,
"network": {
"ap_enabled": true,
@@ -120,7 +120,7 @@ Returns API and feature discovery data for clients.
"ok": true,
"api_version": "v1",
"firmware_name": "overland-controller",
"firmware_version": "0.4.0",
"firmware_version": "0.5.0",
"endpoints": [
"GET /api/v1/status",
"POST /api/v1/relay/set"
@@ -319,7 +319,7 @@ The AP remains enabled even when STA WiFi is configured or connected.
```json
{
"firmware_name": "overland-controller",
"firmware_version": "0.4.0",
"firmware_version": "0.5.0",
"build_date": "Jun 7 2026",
"build_time": "12:00:00",
"uptime_seconds": 123
@@ -472,7 +472,7 @@ Important: export includes saved WiFi passwords so the backup can be restored. T
"ok": true,
"api_version": "v1",
"firmware_name": "overland-controller",
"firmware_version": "0.4.0",
"firmware_version": "0.5.0",
"config": {
"device_name": "Overland Controller",
"temperature_sensor_count": 4,
+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
+1 -1
View File
@@ -39,7 +39,7 @@ The assistant should treat the Cargo ESP32 firmware and primary docs as the sour
Current firmware version:
```text
0.4.0
0.5.0
```
Current architecture:
+1 -1
View File
@@ -6,7 +6,7 @@ Last updated: 2026-06-07
Current firmware version:
0.4.0
0.5.0
## Current Architecture