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:
parent
4406825611
commit
41947c5ae0
@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=luci-app-network-modes
|
PKG_NAME:=luci-app-network-modes
|
||||||
PKG_VERSION:=0.3.5
|
PKG_VERSION:=0.3.6
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
# LuCI Network Modes Dashboard
|
# LuCI Network Modes Dashboard
|
||||||
|
|
||||||
**Version:** 0.3.5
|
**Version:** 0.3.6
|
||||||
**Last Updated:** 2025-12-28
|
**Last Updated:** 2025-12-28
|
||||||
**Status:** Active
|
**Status:** Active
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
@ -15,7 +15,7 @@ Configure your OpenWrt router for different network operation modes with a moder
|
|||||||
|
|
||||||
## 🎯 Network Modes
|
## 🎯 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.
|
- **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.
|
- **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.
|
- **UI action buttons:** Relay mode now includes one-click buttons for key generation, interface deployment, and optimization runs.
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=luci-app-system-hub
|
PKG_NAME:=luci-app-system-hub
|
||||||
PKG_VERSION:=0.3.2
|
PKG_VERSION:=0.3.6
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
PKG_MAINTAINER:=CyberMind <contact@cybermind.fr>
|
PKG_MAINTAINER:=CyberMind <contact@cybermind.fr>
|
||||||
|
|||||||
@ -6,11 +6,11 @@
|
|||||||
* System Hub API
|
* System Hub API
|
||||||
* Package: luci-app-system-hub
|
* Package: luci-app-system-hub
|
||||||
* RPCD object: luci.system-hub
|
* RPCD object: luci.system-hub
|
||||||
* Version: 0.2.2
|
* Version: 0.3.6
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Debug log to verify correct version is loaded
|
// 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({
|
var callStatus = rpc.declare({
|
||||||
object: 'luci.system-hub',
|
object: 'luci.system-hub',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user