Update changelog.md

added description for new changes
This commit is contained in:
SubleXBle
2025-08-03 13:35:41 +02:00
committed by GitHub
parent 08026c57af
commit e4a76ebc43

View File

@@ -2,4 +2,14 @@
## Changes made for V 0.3.1
- **Daily Log Processing**
- The Bash script `fail2ban_log2json.sh` will now take only events from actual date to creates a separate JSON file per day (still overwriting)
`archive/fail2ban-events-YYYYMMDD.json` => as it was allready - so fully compatible with this version
- Benefit: Smaller, cleaner files and no cross-day mixing
- **Statistics Header in the UI**
- `index.php` header updated with:
- JS variable `statsFile` for today's JSON
- New HTML block `#fail2ban-stats` inside header section
- Stats are displayed neatly beside the page title (flex layout)