Selaa lähdekoodia

docs: add repeater-mqtt-eastmesh-v1.3.6 release notes

Jared Dohrman 3 kuukautta sitten
vanhempi
sitoutus
b16d06f865
1 muutettua tiedostoa jossa 24 lisäystä ja 0 poistoa
  1. 24 0
      release-notes.yml

+ 24 - 0
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: []