Features
- Add
--http-version
for forcing a specific http version, see #161 (@ducaale) - Support overwriting response's mime and charset via
--response-mime
and--response-charset
respectively, see #184 (@ducaale) - Add support for digest authentication, see #176 (@ducaale)
- Add
--ssl
option for forcing a specific TLS version, see #168 (@blyxxyz)
Bug fixes
Other
- Enable LTO on the release profile, see #177 (@sorairolake)
- Replace
lazy_static
withonce_cell
, see #187 (@sorairolake) - Include enabled features in
--version
flag's output, see #188 and #191 (@sorairolake) - Support displaying units smaller than a second in download result, see #192 (@sorairolake)
- Change to use binary prefix in
--download
, see #193 (@sorairolake)