Added
- Logs — date column — every log row now shows the date (
YYYY-MM-DD) alongside the time. Skimming logs across multiple days no longer means hovering each row to see when it actually arrived. - Logs — custom date range filter — two date/time inputs (
From/To) next to the existingTime rangedropdown let you scope the view to an exact incident window, e.g. "3 days ago, 10:00–11:00". Filling either input switches off the preset; picking a preset clears the custom range.
Fixed
- Backups → Diff no longer flags every comparison as changed — RouterOS
/exportalways prepends a# <timestamp> by RouterOS …header line, so two identical configs showed up as different just because they were exported at different times. The diff view now ignores the timestamp portion of that header while still flagging real RouterOS version changes between backups. Reported by Kamil Zawadzki (sysbite.pl).