File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed
Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.1.0 - 2019-04-08
4+
5+ ### Added
6+ * Option to provide multiple hosts to scan via command line
7+ * Host list support
8+ * Text at start up
9+
10+ ### Changed
11+ * Swapped -x and -X flags for consistency
12+
13+ ### Fixed
14+ * Support for non utf-8 files
15+
316## 1.0.1 - 2019-04-03
417
5- ## Added
18+ ### Added
619* Extra information at the end of the help text
720
8- ## Changed
21+ ### Changed
922* Optimised calculation of response sizes
1023
11- ## Fixed
24+ ### Fixed
1225* Bug with indentation when a folder was provided to scan
1326* Typo in readme.md
1427
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ pub fn get_args() -> GlobalOpts
5151{
5252 // Defines all the command line arguments with the Clap module
5353 let args = App :: new ( "Dirble" )
54- . version ( "1.0.1 " )
54+ . version ( "1.1.0 " )
5555 . author ( "Developed by Izzy Whistlecroft <Izzy(dot)Whistlecroft(at)nccgroup(dot).com>" )
5656 . about ( "Fast directory scanning and scraping tool" )
5757 . after_help ( "OUTPUT FORMAT:
You can’t perform that action at this time.
0 commit comments