Skip to content

v1.17.2

Choose a tag to compare

@hreskiv hreskiv released this 30 Apr 15:51
· 47 commits to main since this release

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 existing Time range dropdown 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 /export always 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).