summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKr1ss2020-09-26 23:08:18 +0200
committerKr1ss2020-09-26 23:08:18 +0200
commita20ff3b09a1df9178da647aabdf22072cbabe0c3 (patch)
treee37195e08c0c49bdc1003b3ec0581606d39b7112 /CHANGELOG.md
parent6fe149e68bf7ad4de6340004b88eda0e68bf8369 (diff)
downloadaur-a20ff3b09a1df9178da647aabdf22072cbabe0c3.tar.gz
update: dirsearch 0.4.0-1
upstream release
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5396363486d..ccbbc5865875 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
Changelog
---------
+
+0.4.0 - 2020.09.26
+* Exclude extensions argument added
+* Added custom prefixes and suffixes
+* No dot extensions option
+* Support HTTP request data
+* Added minimal response length and maximal response length arguments
+* Added include status codes and exclude status codes arguments
+* Added --clean-view option
+* Added option to print the full URL in the output
+* Added Prefix and Suffix arguments
+* Multiple bugfixes
+
+---------
- 0.3.9 - 2017.11.26 Added default extensions argument (-E). Added supress empty responses. Recursive level. Exclude responses with text and regexes. Multiple fixes.
- 0.3.8 - 2017.07.25 Delay argument added. Request by hostname switch added. Suppress empty switch added. Added Force Extensions switch. Multiple fixes.
- 0.3.7 - 2016.08.22 Force extensions switch added.