Compare commits
2 Commits
db98af84b0
...
631a387708
Author | SHA1 | Date | |
---|---|---|---|
|
631a387708 | ||
|
2bba484e6c |
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
|||||||
|
ipng-router-backup (1.2.3) stable; urgency=low
|
||||||
|
|
||||||
|
* For routeros, set mikrotik export to terse
|
||||||
|
|
||||||
|
-- Pim van Pelt <pim@ipng.ch> Sun, 07 Jul 2025 21:30:00 +0100
|
||||||
|
|
||||||
ipng-router-backup (1.2.2) stable; urgency=low
|
ipng-router-backup (1.2.2) stable; urgency=low
|
||||||
|
|
||||||
* Add supported devices list to README.md
|
* Add supported devices list to README.md
|
||||||
|
@@ -55,4 +55,4 @@ types:
|
|||||||
- system routerboard print # System information
|
- system routerboard print # System information
|
||||||
- system license print # License information
|
- system license print # License information
|
||||||
- / interface print # Interfaces
|
- / interface print # Interfaces
|
||||||
- / export # Configuration
|
- / export terse # Configuration
|
||||||
|
@@ -11,7 +11,7 @@ import (
|
|||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
)
|
)
|
||||||
|
|
||||||
const Version = "1.2.2"
|
const Version = "1.2.3"
|
||||||
|
|
||||||
// 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