[enh] version 0.5.0

master v0.5.0
Adam Tauber 3 years ago
parent 0fdc15aabf
commit 0935ebdf55

@ -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)

@ -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"

Loading…
Cancel
Save