New
v1.11.0
- 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-optionsand--long-options. - new config option:
output.option_style. Can beshort,longorboth. Specifies which option style should be shown in new option placeholders ({{[-s|--long]}}).
- new command-line options:
Full Changelog: https://github.com/tldr-pages/tlrc/compare/v1.10.0...v1.11.0