Releases: xtormin/XtremeNmapParser
Releases · xtormin/XtremeNmapParser
XNP v1.0.5 - Updated columns argument
What's New in v1.0.5
New Features
- Updated column argument format. It now accepts "default" and "all" options. Using "default" will select a predefined set of columns, while "all" will select all available columns. The columns for each case are defined in "config.yaml".
XNP v1.0.4 - Refactor arguments
Refactor "outputformat" and "outputname" arguments.
What's New in v1.0.4
Maintenance
- Refactor "outputformat" and "outputname" arguments.
XNP v1.0.3 - Auto-Updating and Bug Fixes
What's New in v1.0.3
New Features
- Added automatic version checking and updating to ensure that users are always running the latest version of XtremeNmapParser.
Bug fixes
- Fixed directory argument bug when parsing an XML file.
XNP v1.0.2 - New Scripts Column and Bug Fixes
What's New in v1.0.2
New Features
- Introduced an optional "Scripts" column in the output. Users can now include script results as part of the output for enhanced analysis and reporting.
Bug Fixes
- Fixed the SettingWithCopyWarning issue by optimizing DataFrame operations in the OutputFormat module.
- Added proper handling for directory path formatting across Windows, Linux, and macOS platforms.
Maintenance
- Codebase has been cleaned up and refactored for better readability and maintainability.