mirror of
https://github.com/ducaale/xh.git
synced 2025-05-05 15:32:50 +00:00
update CHANGELOG.md and README.md
This commit is contained in:
parent
34ece99af9
commit
0299c64332
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,7 +1,18 @@
|
||||
## Unreleased
|
||||
### Features
|
||||
- Add `--generate` option to generate the man page and shell completions at runtime
|
||||
- Add support for Elvish and Nushell shell completions
|
||||
- Add `--generate` option to generate the man page and shell completions at runtime,
|
||||
see #393 (@fgimian)
|
||||
- Add support for Elvish and Nushell shell completions, see #393 (@fgimian)
|
||||
- Add `--compress` for compressing request body, see #403 (@zuisong)
|
||||
|
||||
### Bug fixes
|
||||
- Store default paths for cookies without an explicit path attribute,
|
||||
see #401 (@otaconix)
|
||||
|
||||
### Other
|
||||
- Support generating man page with reproducible timestamp via `SOURCE_DATE_EPOCH`,
|
||||
see #402 (@nc7s)
|
||||
- Upgrade cookie_store to 0.21.1, see #397 (@kranurag7)
|
||||
|
||||
## [0.23.1] - 2025-01-02
|
||||
### Security fixes
|
||||
|
@ -91,6 +91,7 @@ Options:
|
||||
-P, --history-print <FORMAT> The same as --print but applies only to intermediary requests/responses
|
||||
-q, --quiet... Do not print to stdout or stderr
|
||||
-S, --stream Always stream the response body
|
||||
-x, --compress... Content compressed (encoded) with Deflate algorithm
|
||||
-o, --output <FILE> Save output to FILE instead of stdout
|
||||
-d, --download Download the body to a file instead of printing it
|
||||
-c, --continue Resume an interrupted download. Requires --download and --output
|
||||
@ -118,6 +119,7 @@ Options:
|
||||
-I, --ignore-stdin Do not attempt to read stdin
|
||||
--curl Print a translation to a curl command
|
||||
--curl-long Use the long versions of curl's flags
|
||||
--generate <KIND> Generate shell completions or man pages
|
||||
--help Print help
|
||||
-V, --version Print version
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user