forked from flamion/packages
Update dependency tealdeer-rs/tealdeer to v1.9.0 #28
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/tealdeer-rs-tealdeer-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.8.1→1.9.0Release Notes
tealdeer-rs/tealdeer (tealdeer-rs/tealdeer)
v1.9.0Compare Source
This release of tealdeer adds support for placeholder escaping and placeholder
variants, and contains various improvements for configuring tealdeer.
Escaped placeholders are a special form of placeholders which are needed to
render pages like
docker composecorrectly. Placeholder variants are a newfeature of tldr pages that allows to specify both the short and long form of
program flags in a tldr page. Tealdeer now parses these placeholders correctly
and allows users to choose which variant should be displayed.
On MacOS, tealdeer now uses XDG directories by default. For backwards
compatibility, if tealdeer configuration files or a page cache is already
present at the previously used locations, they will still be used going forward.
A side effect of this is that the directories used on Windows have changed.
However, the new paths are more canonical, so there is no automatic migration
for Windows users. Please use
tldr --show-pathsto move your configurationfiles to the new location.
In addition to relative paths, the config file now supports tilde expansion for
file paths. Furthermore, users can now override any settings from the config
file using the
--override-configcommand line flag.For details, please refer to the [user documentation]. Note that the user
documentation has been moved from GitHub pages to our own domain. The new site
allows you to select for which version of tealdeer you want to view the
documentation.
Changes:
tldr tealdeerpage ([#472])display.indentconfig option ([#471])updates.warn_cache_ageconfig option ([#492])--override-configflag ([#458])Contributors to this version:
Thanks!
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.