chore: Bump version to 0.3.6 for both modules

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.
This commit is contained in:
CyberMind-FR 2025-12-28 15:39:11 +01:00
parent 4406825611
commit 41947c5ae0
4 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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.

View File

@ -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 <contact@cybermind.fr>

View File

@ -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',