From f6b1ad66140a92727d43e3e5591cbeacec673358 Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Wed, 16 Oct 2024 07:39:55 +0000 Subject: [PATCH] build(deps): update dbrgn/tealdeer to v1.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This MR contains the following updates: | Package | Update | Change | |---|---|---| | [dbrgn/tealdeer](https://github.com/dbrgn/tealdeer) | minor | `v1.6.1` -> `v1.7.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes
dbrgn/tealdeer (dbrgn/tealdeer) ### [`v1.7.0`](https://github.com/dbrgn/tealdeer/blob/HEAD/CHANGELOG.md#v170-v170-2024-10-02) [Compare Source](https://github.com/dbrgn/tealdeer/compare/v1.6.1...v1.7.0) It's been 24 months since the last release, time for tealdeer 1.7.0! Thanks to 16 individual contributors, a few nice changes and features are included in this release. One change is that you can **query multiple platforms at once**. For example: tldr --platform openbsd --platform linux df This will show the `df` page for OpenBSD (if available), followed by Linux (if available), with fallback to the current platform on which tealdeer runs. What's that `openbsd` thing up there? Yes, there's now **support for the BSD platforms `freebsd`, `netbsd` and `openbsd`**. And since we're already talking about platform support: Our **binary releases now include builds for ARM64 (aka `aarch64`) on macOS (Apple Silicon, M1/M2/M3) and Linux**. *(Keep in mind that binary releases are generated in CI and are unsigned. For a trusted build, please compile from source.)* There's also a breaking change for the folks using [custom pages and patches](https://tealdeer-rs.github.io/tealdeer/usage_custom_pages.html): These files now use a `.md` extension. Old files will continue to work, but will result a deprecation warning being printed when used. On a personal note, this will be the last release from me ([Danilo](https://github.com/dbrgn/)) as primary maintainer of tealdeer. For details, see [#​376](https://github.com/tealdeer-rs/tealdeer/issues/376). Changes: - \[added] Allow querying multiple platforms (\[[#​300](https://github.com/dbrgn/tealdeer/issues/300)]) - \[added] Add BSD platform support (\[[#​354](https://github.com/dbrgn/tealdeer/issues/354)]) - \[added] Allow building with native-tls in addition to rustls (\[[#​303](https://github.com/dbrgn/tealdeer/issues/303)]) - \[changed] Change custom page files to use a `.md` file extension (\[[#​322](https://github.com/dbrgn/tealdeer/issues/322)]) - \[changed] Update to clap v4 for doing command line parsing (\[[#​298](https://github.com/dbrgn/tealdeer/issues/298)]) - \[changed] Performance optimization in LineIterator (\[[#​314](https://github.com/dbrgn/tealdeer/issues/314)]) - \[changed] Performance optimizations by tweaking Cargo flags (\[[#​355](https://github.com/dbrgn/tealdeer/issues/355)]) - \[changed] Include completions in published crate (\[[#​333](https://github.com/dbrgn/tealdeer/issues/333)]) - \[changed] Minimal supported Rust version is now 1.75 (\[[#​298](https://github.com/dbrgn/tealdeer/issues/298)]) - \[fixed] Fix bash/zsh/fish completions when cache is empty (\[[#​327](https://github.com/dbrgn/tealdeer/issues/327)], \[[#​331](https://github.com/dbrgn/tealdeer/issues/331)]) - \[docs] Publish docs only when tagging a release (\[[#​362](https://github.com/dbrgn/tealdeer/issues/362)]) - \[docs] List Scoop and Debian packages (\[[#​305](https://github.com/dbrgn/tealdeer/issues/305)], \[[#​315](https://github.com/dbrgn/tealdeer/issues/315)]) - \[docs] Add "Tips and Tricks" chapter to user manual (\[[#​342](https://github.com/dbrgn/tealdeer/issues/342)]) - \[docs] Various docs improvements (\[[#​293](https://github.com/dbrgn/tealdeer/issues/293)]) - \[chore] Improvements to CI workflows (\[[#​324](https://github.com/dbrgn/tealdeer/issues/324)]) - \[chore] Update Cargo.toml license field following SPDX 2.1 (\[[#​336](https://github.com/dbrgn/tealdeer/issues/336)]) - \[chore] Dependency updates Contributors to this version: - \[Adam Henley]\[[@​adamazing](https://github.com/adamazing)] - \[Andrea Frigido]\[[@​frisoft](https://github.com/frisoft)] - \[Blair Noctis]\[[@​nc7s](https://github.com/nc7s)] - \[Danilo Bargen]\[[@​dbrgn](https://github.com/dbrgn)] - \[Felix Yan]\[[@​felixonmars](https://github.com/felixonmars)] - \[Iliia Maleki]\[[@​iliya-malecki](https://github.com/iliya-malecki)] - \[JJ Style]\[[@​jj-style](https://github.com/jj-style)] - \[K.B.Dharun Krishna]\[[@​kbdharun](https://github.com/kbdharun)] - \[Linus Walker]\[[@​Walker-00](https://github.com/Walker-00)] - \[Mohit Raj]\[[@​agrmohit](https://github.com/agrmohit)] - \[Nicolai Fröhlich]\[[@​nifr](https://github.com/nifr)] - \[Niklas Mohrin]\[[@​niklasmohrin](https://github.com/niklasmohrin)] - \[[@​qknogxxb](https://github.com/qknogxxb)]\[[@​qknogxxb](https://github.com/qknogxxb)] - \[[@​tveness](https://github.com/tveness)]\[[@​tveness](https://github.com/tveness)] - \[Y.D.X.]\[[@​YDX-2147483647](https://github.com/YDX-2147483647)] - \[Zacchary Dempsey-Plante]\[[@​zedseven](https://github.com/zedseven)] Thanks!
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- chezmoi/dot_config/aquaproj-aqua/aqua.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml index 91a66dff..452496b6 100644 --- a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml +++ b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml @@ -163,7 +163,7 @@ packages: - name: aandrew-me/tgpt@v2.8.2 description: AI Chatbots in terminal without needing API keys link: https://github.com/aandrew-me/tgpt -- name: dbrgn/tealdeer@v1.6.1 +- name: dbrgn/tealdeer@v1.7.0 description: A very fast implementation of tldr in Rust link: https://github.com/dbrgn/tealdeer - name: danielgtaylor/restish@v0.20.0