SHA256
5
0
forked from pool/tlrc

2 Commits

Author SHA256 Message Date
f7e7840166 Accepting request 1190369 from utilities
- Update to 1.9.3:
  * Use native TLS certificates instead of webpki-roots
  * ~ in the config now expands to the user's home directory (#80)
  * Fixed wrong next automatic update time in tldr --offline --info
  * Fixed extraction of files that contain .. in the path from zip archives

OBS-URL: https://build.opensuse.org/request/show/1190369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tlrc?expand=0&rev=5
2024-07-30 09:55:22 +00:00
4ef3da9f19 - Update to 0.8.0:
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
2024-07-30 03:56:17 +00:00
6 changed files with 9 additions and 40 deletions

View File

@@ -1,9 +1,9 @@
<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/tldr-pages/tlrc.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">v1.11.1</param>
<param name="revision">v1.9.3</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41e8633505bce77a36dd086d5899e66ca33f61b6c5bffc455c0997a545131cb5
size 36050

3
tlrc-1.9.3+0.tar.zst Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ab2a92f8f97ad7fa19d821548753d4d3bc7da2a6c808fe511cced8f67ab3aed
size 31242

View File

@@ -1,34 +1,3 @@
-------------------------------------------------------------------
Thu May 8 07:03:45 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 1.11.1:
* Increase the HTTP request timeout to 30 seconds (#128)
* Fix issues with proxies (#111)
-------------------------------------------------------------------
Mon Mar 17 06:13:29 UTC 2025 - Michael Vetter <mvetter@suse.com>
- 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]}}).
-------------------------------------------------------------------
Mon Feb 10 07:37:58 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 1.10.0:
* 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)
-------------------------------------------------------------------
Tue Jul 30 03:54:02 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package tlrc
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: tlrc
Version: 1.11.1
Version: 1.9.3+0
Release: 0
Summary: A tldr-pages client written in Rust
License: MIT

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2d6bb62defface8cd5804544007519338ec66c1fd8b1023e68c4150b4cc6fbf
size 21335257
oid sha256:cedde8008220c52f8d1d8a8b3a3859536ddb966f55af013c8cb77ee85729eeed
size 21378287