diff options
author | Wolfy-J <[email protected]> | 2019-02-14 14:58:04 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-02-14 14:58:04 +0300 |
commit | a9e8ff6ac4f1a20c2024312cab65dd2c12c721e8 (patch) | |
tree | 3d8641f60a51346dbd044ced080a51e60f61434a /CHANGELOG.md | |
parent | dd4bc086e18cda344b75c29175885db90c8e7196 (diff) |
version bump
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fc4f5c96..27dd0d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ CHANGELOG ========= +v1.3.5 (14.02.2019) +------------------- +- new console flag `l` to define log formatting + * **color|default** - colorized output + * **plain** - disable all colorization + * **json** - output as json +- new console flag `w` to specify work dir +- added ability to work without config file when at least one `overwrite` option has been specified + v1.3.4 (02.02.2019) ------------------- - bugfix: invalid content type detection for urlencoded form requests with custom encoding by @Alex-Bond |