From c1249fde7a7c84d3032f932ba3344d3a2220b1e0 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Fri, 16 Jan 2026 11:44:00 +0100 Subject: [PATCH] fix(secubox-portal): Update changelog dates to 2026 and add rc2 entry - Fixed incorrect year (2025 -> 2026) in changelog dates - Added v0.15.0-rc2 changelog entry for CrowdSec firewall bouncer fix Co-Authored-By: Claude Opus 4.5 --- .../resources/view/secubox-portal/devstatus.js | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/package/secubox/luci-app-secubox-portal/htdocs/luci-static/resources/view/secubox-portal/devstatus.js b/package/secubox/luci-app-secubox-portal/htdocs/luci-static/resources/view/secubox-portal/devstatus.js index 152cf68d..63e82c9c 100644 --- a/package/secubox/luci-app-secubox-portal/htdocs/luci-static/resources/view/secubox-portal/devstatus.js +++ b/package/secubox/luci-app-secubox-portal/htdocs/luci-static/resources/view/secubox-portal/devstatus.js @@ -39,19 +39,24 @@ return view.extend({ ]; var changelog = [ - { version: 'v0.15.3', date: '2025-01', changes: [ + { version: 'v0.15.0-rc2', date: '2026-01-16', changes: [ + 'Fix CrowdSec firewall bouncer: ajout regles DROP manquantes', + 'Correction interface WAN (br-wan) dans configuration bouncer', + 'Les IPs blacklistees sont maintenant effectivement bloquees' + ]}, + { version: 'v0.15.3', date: '2026-01', changes: [ 'Reorganisation du dashboard', 'Console Debug deplacee vers System Hub', 'Pages publiques Bug Bounty et Crowdfunding', 'Correction detection auth-logger (faux positifs)', 'Whitelist IP privees pour CrowdSec' ]}, - { version: 'v0.15.2', date: '2025-01', changes: [ + { version: 'v0.15.2', date: '2026-01', changes: [ 'Fix inscription CAPI avec credentials obsoletes', 'Correction affichage "null" CrowdSec Dashboard', 'Amelioration acquisition logs CrowdSec' ]}, - { version: 'v0.15.1', date: '2025-01', changes: [ + { version: 'v0.15.1', date: '2026-01', changes: [ 'Support Docker/LXC hybride pour Lyrion', 'Permissions fichiers Network Tweaks', 'Sync command pour local-build'