Releases: jaredhendrickson13/pfsense-vshell
Releases · jaredhendrickson13/pfsense-vshell
pfSense vShell v2.1.0
What's Changed
- Fixes regression that prevented errors from being raised properly. (#10)
- Allows users to be securely prompted for a password if
--password
is not specified.
Full Changelog: v2.0.4...v2.1.0
pfSense vShell v2.0.4
Changes
- Updates version handling for automated package publishes.
- Updates CI/CD workflows to use GitHub actions for linting, code analysis and deploys.
pfSense vShell v2.0.3
New
- Implements package tests and CI/CD pipeline for easier management in the future.
Fixes
- Addresses potential memory leak by closing all sessions after requests are made.
pfSense vShell v2.0.2
Fixes
- Bug that threw a traceback when catching a connection error
pfSense vShell v2.0.1
Adds
- Adds documentation on class properties
Changes
- The
--virtual-shell
command flag has been changed to--virtual_shell
for consistency
Fixes
- Fixes fatal install dependency issue that required
requests
andurllib3
modules to be installed before installation
pfSense vShell v2.0.0
- Implements new object oriented design
- Implements new Python3 module
pfsense_vshell
to allow developers to integrate pfSense vShell into their own code - Reworks CLI tool using
argparse