From 41947c5ae0c6a61f6a6724bd7cd2d9d10663e637 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Sun, 28 Dec 2025 15:39:11 +0100 Subject: [PATCH] chore: Bump version to 0.3.6 for both modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Network Modes: - Makefile: PKG_VERSION 0.3.5 → 0.3.6 - README.md: Version badge and header updated to 0.3.6 - README.md: What's New section updated to v0.3.6 System Hub: - Makefile: PKG_VERSION 0.3.2 → 0.3.6 - api.js: Version comment and console log updated to 0.3.6 Both modules now aligned with v0.3.6 release tag. --- luci-app-network-modes/Makefile | 2 +- luci-app-network-modes/README.md | 8 ++++---- luci-app-system-hub/Makefile | 2 +- .../htdocs/luci-static/resources/system-hub/api.js | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) 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',