Skip to content

Commit

Permalink
[enh] version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimoo committed Aug 21, 2017
1 parent abb72a2 commit ef041bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.4.0 2017.08.21

- Save/load requests (`-f`/`--file` flags for loading)
- Multipart form handling (`-F`/`--form` flags)
- Edit window content in external editor
- Colorized html output
- Context specific search (github.com/tidwall/gjson for JSON)
- More consistency with cURL API (`--data-urlencode` flag added)
- Update to the latest `gocui` ui library


## 0.3.0 2017.03.07

- Request header autocompletion
Expand Down
2 changes: 1 addition & 1 deletion wuzz.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
"github.com/nsf/termbox-go"
)

const VERSION = "0.3.0"
const VERSION = "0.4.0"

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

0 comments on commit ef041bc

Please sign in to comment.