Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.69 KB

ChangeLog.md

File metadata and controls

37 lines (32 loc) · 1.69 KB

2022-02-15 2022.02

  • Change: Port to Python 3 (see #8).

2021-07-30 2021.07

  • New: SSH authentication with private key (see #7;
  • Change: Reuse SFTP connection for downloading files (see #6).

2021-05-16 2021.05

  • New: Make binary backups and preserve only the one from the last configuration change (see #4);
  • New: Unique names for backup and export files on device and cleanup after download (see #5);
  • Change: Use colorama for colored output on terminal.

2020-03-02 2020.03

  • New: JSON schema definition and validation for the configuration (see #3).

2020-02-29 2020.02

  • Initial public release featuring:
    • configuration of devices in JSON;
    • SSH connection to devices with password;
    • generation of configuration export, download and comparison with previous export to determine whether to keep it or not;
    • backup export in per device directory (see #1 and #2).