diff --git a/release-notes.yml b/release-notes.yml index 3b973484..92282cd3 100644 --- a/release-notes.yml +++ b/release-notes.yml @@ -320,3 +320,27 @@ releases: area: upstream text: "Updated the repeater_mqtt firmware base to upstream MeshCore v1.15.0." breaking_changes: [] + + - track: repeater-mqtt + version: "1.3.6" + tag: "repeater-mqtt-eastmesh-v1.3.6" + date: "2026-04-20" + previous_version: "1.3.5" + summary: "Opened the repeater web CLI fully after login, added HTTP-to-HTTPS redirect support, preserved /stats through the login bounce, and fixed 4 MB repeater partition layouts." + changes: + - type: changed + area: web-panel + text: "Removed the browser-side repeater CLI allowlist so authenticated web panel sessions can run the same CLI commands accepted by the repeater." + - type: added + area: web-panel + text: "Added a lightweight local HTTP listener that redirects browser requests to the repeater's HTTPS web panel URL." + - type: changed + area: web-panel + text: "Changed the login flow so refreshing /stats and re-authenticating returns to /stats without persisting the last page in browser storage." + - type: fixed + area: board-support + text: "Updated repeater_mqtt partition layouts for 4 MB boards so the affected targets use the correct flash sizing." + - type: docs + area: web-panel + text: "Updated the repeater web panel and custom CLI docs to reflect full web CLI access and the new HTTP-to-HTTPS behavior." + breaking_changes: []