Skip to content

Commit

Permalink
[enh] v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimoo committed Mar 7, 2017
1 parent 421e1e6 commit 231f1db
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.3.0 2017.03.07

- Request header autocompletion
- Configurable statusline
- JSON requests with `-j`/`--json` flags
- Allow insecure HTTPS requests (`-k`/`--insecure` flags)
- Socks proxy support (`-x`/`--proxy` flags)
- Disable following redirects (`-R`/`--disable-redirects` flags)
- Enhanced TLS support (`-T`/`--tls`, `-1`/`--tlsv1`, `--tlsv1.0`, `--tlsv1.1`, `--tlsv1.2` flags)
- Commands for line and word deletion
- Home/end navigation fix

## 0.2.0 2017.02.18

- Config file support with configurable keybindings
Expand All @@ -10,3 +22,5 @@
- Multiple UI bugfixes

## 0.1.0 2017.02.11

Initial release
Binary file modified docs/images/screencast.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion wuzz.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"github.com/mattn/go-runewidth"
)

const VERSION = "0.2.0"
const VERSION = "0.3.0"

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

0 comments on commit 231f1db

Please sign in to comment.