Skip to content

Commit

Permalink
Update README v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vdjagilev committed Sep 5, 2020
1 parent aceba51 commit 5c39e61
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

## v1.2.0

* Added sorting support

## v1.1.2

* Better error handling (more friendly errors)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ Columns and row cells definition should be divided by `,`.
* `[service.version]` Version of the product (2.2.14)
* `--hs` is **h**eader **s**ize. Size variations: from 1 to 6.
* Default: 0 (disabled)
* `--sort` is for sorting.
* Default: `Port;asc`
* Can use any column that is defined in `-c`
* `asc` & `desc` options, if none is provided: `asc by default
* `--print-empty` some port scanning results are empty and those are not displayed. However if there is a need to print empty sets, this option allows this.
* Default: False

Expand Down
2 changes: 1 addition & 1 deletion nmap2md.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import columns_definition

__version__ = "1.1.2"
__version__ = "1.2.0"

parser = OptionParser(usage="%prog [options] file.xml", version="%prog " + __version__)

Expand Down

0 comments on commit 5c39e61

Please sign in to comment.