From 298961a5373c03045cda497bd43f9607edc93427 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Wed, 31 Dec 2025 11:52:07 +0100 Subject: [PATCH] chore(secubox): bump version to 0.7.0-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated package version from 0.6.1-0 to 0.7.0-1 to reflect: - Fixed appstore race condition causing empty initial load - Fixed RPC expect parameter for getAppstoreApps - Improved error handling in apps and modules views - Added debug logging for troubleshooting - Fixed modules render data flow Updated API version from 0.3.1 to 0.7.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- luci-app-secubox/Makefile | 4 ++-- luci-app-secubox/htdocs/luci-static/resources/secubox/api.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/luci-app-secubox/Makefile b/luci-app-secubox/Makefile index e78abfec..5308599a 100644 --- a/luci-app-secubox/Makefile +++ b/luci-app-secubox/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-secubox -PKG_VERSION:=0.6.1 -PKG_RELEASE:=0 +PKG_VERSION:=0.7.0 +PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind diff --git a/luci-app-secubox/htdocs/luci-static/resources/secubox/api.js b/luci-app-secubox/htdocs/luci-static/resources/secubox/api.js index 55caae12..05c7c604 100644 --- a/luci-app-secubox/htdocs/luci-static/resources/secubox/api.js +++ b/luci-app-secubox/htdocs/luci-static/resources/secubox/api.js @@ -8,7 +8,7 @@ * RPCD object: luci.secubox */ -// Version: 0.3.1 +// Version: 0.7.0 var callStatus = rpc.declare({ object: 'luci.secubox',