- Fix loading TLS certificates from the OS store (#111)
- New config option:
output.line_length
. The default is 0, which means to use the width of the terminal.
Description lines will be wrapped to never exceed this value (#120). - Client specification v2.3:
- new command-line options:
--short-options
and--long-options
. - new config option:
output.option_style
. Can beshort
,long
orboth
.
Specifies which option style should be shown in new option placeholders ({{[-s|--long]}}
).
- new command-line options:
Full Changelog: v1.10.0...v1.11.0