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 <noreply@anthropic.com>
This commit is contained in:
CyberMind-FR 2026-01-16 11:44:00 +01:00
parent f72ea0da32
commit c1249fde7a

View File

@ -39,19 +39,24 @@ return view.extend({
]; ];
var changelog = [ 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', 'Reorganisation du dashboard',
'Console Debug deplacee vers System Hub', 'Console Debug deplacee vers System Hub',
'Pages publiques Bug Bounty et Crowdfunding', 'Pages publiques Bug Bounty et Crowdfunding',
'Correction detection auth-logger (faux positifs)', 'Correction detection auth-logger (faux positifs)',
'Whitelist IP privees pour CrowdSec' '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', 'Fix inscription CAPI avec credentials obsoletes',
'Correction affichage "null" CrowdSec Dashboard', 'Correction affichage "null" CrowdSec Dashboard',
'Amelioration acquisition logs CrowdSec' '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', 'Support Docker/LXC hybride pour Lyrion',
'Permissions fichiers Network Tweaks', 'Permissions fichiers Network Tweaks',
'Sync command pour local-build' 'Sync command pour local-build'