Release v1.2.4
This commit is contained in:
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
ipng-router-backup (1.2.4) stable; urgency=low
|
||||||
|
|
||||||
|
* Add regex exclude patterns to filter unwanted output lines per device type
|
||||||
|
* Prefix all log messages with hostname for better multi-device visibility
|
||||||
|
* Add exclude pattern support for RouterOS timestamp headers
|
||||||
|
|
||||||
|
-- Pim van Pelt <pim@ipng.ch> Sun, 07 Jul 2025 22:00:00 +0100
|
||||||
|
|
||||||
ipng-router-backup (1.2.3) stable; urgency=low
|
ipng-router-backup (1.2.3) stable; urgency=low
|
||||||
|
|
||||||
* For routeros, set mikrotik export to terse
|
* For routeros, set mikrotik export to terse
|
||||||
|
@ -11,7 +11,7 @@ import (
|
|||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
)
|
)
|
||||||
|
|
||||||
const Version = "1.2.3"
|
const Version = "1.2.4"
|
||||||
|
|
||||||
// Config and SSH types are now in separate packages
|
// Config and SSH types are now in separate packages
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user