Skip to content

Commit

Permalink
[enh] version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimoo committed Jan 19, 2021
1 parent 0fdc15a commit 0935ebd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.5.0 2020.01.19

- Added context specific search for HTML (goquery)
- Request data displayed in request history
- Fixed JSON indentation
- Redirect toggle command Added
- Multiple minor bug fixes

## 0.4.0 2017.08.21

- Save/load requests (`-f`/`--file` flags for loading)
Expand Down
2 changes: 1 addition & 1 deletion wuzz.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
"github.com/nsf/termbox-go"
)

const VERSION = "0.4.0"
const VERSION = "0.5.0"

const TIMEOUT_DURATION = 5 // in seconds
const WINDOWS_OS = "windows"
Expand Down

0 comments on commit 0935ebd

Please sign in to comment.