- Update to 1.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-options and --long-options.
+ new config option: output.option_style. Can be short, long or both.
Specifies which option style should be shown in new option placeholders ({{[-s|--long]}}).
OBS-URL: https://build.opensuse.org/request/show/1253602
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tlrc?expand=0&rev=7
* 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 be short, long or both.
Specifies which option style should be shown in new option placeholders ({{[-s|--long]}}).
OBS-URL: https://build.opensuse.org/package/show/utilities/tlrc?expand=0&rev=14
* Fixed stretched man page rendering when using mandoc
* Fixed wrong error messages when the pages.en directory in the
cache is empty
* The location of the config file can now be overridden using
the TLRC_CONFIG environment variable (#89)
* Added support for hex color codes (#115)
OBS-URL: https://build.opensuse.org/package/show/utilities/tlrc?expand=0&rev=12
Breaking changes:
* Force users to explicitly enable snippet execution (#276) (#281).
New features:
* Code snippet execution for various programming languages (#253) (#255) (#256) (#258) (#282).
* Allow executing compiled snippets in windows (#303).
* Add support for hidden lines in code snippets (#283) (#254).
* Support mermaid snippet rendering to image via +render attribute (#268).
* Allow scaling images dynamically based on terminal size (#288) (#291).
* Allow scaling images generated via +render code blocks (mermaid, typst, latex) (#290).
* Show stderr output from code execution (#252).
* Wait for code execution process to exit completely (#250).
* Generate images in +render code snippets asynchronously (#273) (#293) (#284) (#279).
* Dim non highlighted code snippet lines (#287).
* Shrink snippet execution to match code block width (#286).
* Include code snippet execution output in generated PDF (#295).
* Cache +render block images (#270).
* Add kotlin script executor (#257).
* Add nushell code execution (#274) (#275).
* Add rust-script as a new code executor (#269).
* Allow custom themes to extend others (#265).
* Allow jumping fast between slides (#244).
* Allow explicitly disabling footer in certain slides (#239).
* Allow using image paths in typst (#235).
* Add JSON schema for validation,completion,documentation (#228) (#236).
* Allow having multiple authors (#227).
Fixes:
* Avoid re-rendering code output and auto rendered blocks (#280).
* Use unicode width to calculate execution output's line len (#261).
* Display background color behind '\t' in code exec output (#245).
OBS-URL: https://build.opensuse.org/package/show/utilities/tlrc?expand=0&rev=10
* Enable SOCKS proxy support (#71)
* Fixed error messages being put on the same line as the previous
info message
* Fixed wrong background colors of empty lines if a background
color is set in the config
* Bump rustls from 0.22.3 to 0.22.4 (#72) bsc#1223243 CVE-2024-32650
OBS-URL: https://build.opensuse.org/package/show/utilities/tlrc?expand=0&rev=8