diff --git a/luci-app-network-modes/Makefile b/luci-app-network-modes/Makefile index 9a2d63dc..f54cee41 100644 --- a/luci-app-network-modes/Makefile +++ b/luci-app-network-modes/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-network-modes -PKG_VERSION:=0.3.5 +PKG_VERSION:=0.3.6 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 diff --git a/luci-app-network-modes/README.md b/luci-app-network-modes/README.md index 5f1981c8..197bf972 100644 --- a/luci-app-network-modes/README.md +++ b/luci-app-network-modes/README.md @@ -1,11 +1,11 @@ # LuCI Network Modes Dashboard -**Version:** 0.3.5 -**Last Updated:** 2025-12-28 +**Version:** 0.3.6 +**Last Updated:** 2025-12-28 **Status:** Active -![Version](https://img.shields.io/badge/version-0.3.5-orange) +![Version](https://img.shields.io/badge/version-0.3.6-orange) ![License](https://img.shields.io/badge/license-Apache--2.0-green) ![OpenWrt](https://img.shields.io/badge/OpenWrt-21.02+-blue) @@ -15,7 +15,7 @@ Configure your OpenWrt router for different network operation modes with a moder ## 🎯 Network Modes -### 🚀 What's New in v0.3.5 +### 🚀 What's New in v0.3.6 - **WireGuard automation:** generate key pairs, deploy `wg0` interfaces, and push MTU/MSS/BBR optimizations directly from the Relay panel. - **Optimization RPCs:** new backend methods expose MTU clamping, TCP BBR, and WireGuard deployment to both UI and automation agents. - **UI action buttons:** Relay mode now includes one-click buttons for key generation, interface deployment, and optimization runs. diff --git a/luci-app-system-hub/Makefile b/luci-app-system-hub/Makefile index e7a3f976..7c70c2ff 100644 --- a/luci-app-system-hub/Makefile +++ b/luci-app-system-hub/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-system-hub -PKG_VERSION:=0.3.2 +PKG_VERSION:=0.3.6 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind diff --git a/luci-app-system-hub/htdocs/luci-static/resources/system-hub/api.js b/luci-app-system-hub/htdocs/luci-static/resources/system-hub/api.js index b559bdab..c3115e3d 100644 --- a/luci-app-system-hub/htdocs/luci-static/resources/system-hub/api.js +++ b/luci-app-system-hub/htdocs/luci-static/resources/system-hub/api.js @@ -6,11 +6,11 @@ * System Hub API * Package: luci-app-system-hub * RPCD object: luci.system-hub - * Version: 0.2.2 + * Version: 0.3.6 */ // Debug log to verify correct version is loaded -console.log('🔧 System Hub API v0.2.2 loaded at', new Date().toISOString()); +console.log('🔧 System Hub API v0.3.6 loaded at', new Date().toISOString()); var callStatus = rpc.declare({ object: 'luci.system-hub',