From a066033bbc35ec15a623f97054424f26d18c222e Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Wed, 31 Dec 2025 11:07:32 +0100 Subject: [PATCH] chore(netdata-dashboard): bump version to 0.5.0-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated package version from 0.4.0-1 to 0.5.0-1 to reflect: - Fixed ACL permissions (seccubox_logs, collect_debug) - Fixed API module imports in all views - Added missing API methods (getAllData, getCpu alias) - Added utility functions (formatKB, getStatusClass, getTempClass) - Resolved multiple "function not defined" errors 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- luci-app-netdata-dashboard/Makefile | 2 +- .../htdocs/luci-static/resources/netdata-dashboard/api.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-netdata-dashboard/Makefile b/luci-app-netdata-dashboard/Makefile index d439b43b..9f87214a 100644 --- a/luci-app-netdata-dashboard/Makefile +++ b/luci-app-netdata-dashboard/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-netdata-dashboard -PKG_VERSION:=0.4.0 +PKG_VERSION:=0.5.0 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 diff --git a/luci-app-netdata-dashboard/htdocs/luci-static/resources/netdata-dashboard/api.js b/luci-app-netdata-dashboard/htdocs/luci-static/resources/netdata-dashboard/api.js index f730a946..5fe0dab0 100644 --- a/luci-app-netdata-dashboard/htdocs/luci-static/resources/netdata-dashboard/api.js +++ b/luci-app-netdata-dashboard/htdocs/luci-static/resources/netdata-dashboard/api.js @@ -8,7 +8,7 @@ * RPCD object: luci.netdata-dashboard */ -// Version: 0.4.0 +// Version: 0.5.0 // System stats methods (from RPCD backend) var callStats = rpc.declare({