Skip to content

1.5 Release#18

Merged
rad10 merged 8 commits into
masterfrom
Experimental
Aug 13, 2020
Merged

1.5 Release#18
rad10 merged 8 commits into
masterfrom
Experimental

Conversation

@rad10

@rad10 rad10 commented Aug 13, 2020

Copy link
Copy Markdown
Owner

It is finally here. This is everything needed to reach version 1.5 This release involves the changes given:

  • With the Argparse changes made (Argparse #2) Adding and exclude function is now complete, allowing a flow of multiple exclusions. This lets that issue come to a close until another issue pops up (Exclude doesnt work #1)
  • Replaced printed help screen and loops through args with the native library argparse. All arguments functions either the same or better. Combined short flags work without issue. (Argparse #2)
  • Replaced Beautiful Soup with the native XMLTree library which works better for the tasks demanded. With this change, it is no longer a requirement to install beautiful soup in order to parse through Nmap XML. (Goodbye BeautifulSoup #4)
  • Made changes to filesystem commands to run for fluidly with windows and linux. When building file navigation, the program now uses os.path for joining and building path strings instead of string splices. Also took advantage to fix file checking stability (Fix Filesystem Navigation #5)
  • Fixed and Improved display and highlighting on screen. Now the display conforms perfectly to the display almost every time consistently. Display fits snugly on md-dos and linux terminal.(Improve on terminal formatting #11)

@rad10 rad10 added the enhancement New feature or request label Aug 13, 2020
@rad10 rad10 self-assigned this Aug 13, 2020
@rad10
rad10 merged commit 43208b6 into master Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve on terminal formatting Fix Filesystem Navigation Goodbye BeautifulSoup Argparse Exclude doesnt work

1 participant