From 5dfe4f3c611407a078a7f239168b86e53c4f33b6 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Sun, 28 Dec 2025 18:04:57 +0100 Subject: [PATCH] chore: Version 0.4.0 - Theme and System Hub release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated package versions: - luci-theme-secubox: 1.0.0 → 0.4.0 - luci-app-system-hub: 0.3.6 → 0.4.0 - luci-app-network-modes: 0.4.0 → 0.3.6-r2 (WIP, not in this release) Version 0.4.0 includes: - Complete global CyberMood theme system - Theme integration in system-hub - Multi-language foundation (en, fr, de, es) - 100+ CSS variables for unified design - Theme components and utilities Network-modes marked as WIP for future release. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- luci-app-network-modes/Makefile | 4 ++-- luci-app-system-hub/Makefile | 2 +- luci-theme-secubox/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/luci-app-network-modes/Makefile b/luci-app-network-modes/Makefile index f47aed35..8f3547af 100644 --- a/luci-app-network-modes/Makefile +++ b/luci-app-network-modes/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-network-modes -PKG_VERSION:=0.4.0 -PKG_RELEASE:=1 +PKG_VERSION:=0.3.6 +PKG_RELEASE:=2 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind diff --git a/luci-app-system-hub/Makefile b/luci-app-system-hub/Makefile index 7c70c2ff..d97569ba 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.6 +PKG_VERSION:=0.4.0 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind diff --git a/luci-theme-secubox/Makefile b/luci-theme-secubox/Makefile index f8c365b5..08b2d1d5 100644 --- a/luci-theme-secubox/Makefile +++ b/luci-theme-secubox/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-theme-secubox -PKG_VERSION:=1.0.0 +PKG_VERSION:=0.4.0 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind