Skip to content

Releases: akamura/cisco-meraki-clu

🐧 DEB Release 1.4

24 Mar 10:58
Compare
Choose a tag to compare

Upgrade note

After downloading the DEB file please run:

cd ~/Downloads
sudo apt upgrade ./cisco-meraki-clu.deb

Please note that I added new python libraries to this version, after upgrading the the software please run:

pip install -r /opt/akamura/cisco-meraki-clu/requirements.txt

Version 1.4 (2024-03-24)

New Features

  • [DNSBL Check Tool] Check your IP reputation agains more than 300 lists.
  • [IP Check Tool] Based on the powerful IPinfo database this tool gives you precise data about an IP when you need it most.
  • [Password Generator Tool] Generate infinite complex passwords and export them in CSV format.
  • [Subnet Calculator Tool] An assistant to help you create, manipulate and export subnets.

Minor improvements

  • Refactored and redesigned submenus across the application.

Bug Fixes

  • No fixes from the previous release.

Documentation Updates

  • Updated documentation.

🐧 DEB Release 1.3

18 Feb 17:57
Compare
Choose a tag to compare

Version 1.3 (2024-02-18)

New Features

  • [Microsoft Windows] The application has undergone a comprehensive code refactor, enabling it to run seamlessly on Microsoft Windows. Understanding the importance of not compromising on security, I maintained SQLCipher for its robust encryption on Linux and MacOS. For Windows users, I've adapted by rewriting the database layer to incorporate Fernet encryption, ensuring security standards across Windows platform.
  • [Main Menu] Refactored main menu to align it to the web version. This evolution is aimed at enhancing your network management experience, making it more accessible especially during critical troubleshooting tasks.

Bug Fixes

  • No fixes from the previous release.

Documentation Updates

  • Updated for Microsoft Windows.

🐧 DEB Release 1.2

11 Feb 19:35
Compare
Choose a tag to compare

Version 1.2 (2024-02-11)

New Features

  • [MS Switches and MR Access Points] Implemented the new feature "Get Organization Devices Statuses".

Bug Fixes

  • No fixes from the previous release.

Enhancements

  • Refactored the entire project to organize the code into different subfolders to accommodate future enhancements.

Documentation Updates

  • Nothing to change.

Contributors

  • Stefano Bettini for providing great optimization suggestions to show management interface details such as if a device has a statically or dynamically assigned IP.