* Large release including:
- Page cache rewrite, with both platform-specific and
language-specific downloads and configuration options
- Ability to patch or add new local tldr pages via --edit-page
and --edit-patch flags
- Ability to set tldr-page source in config file via
archive_source option, and ability to override config dir
with --config-path flag; e.g. for creating aliases in order
to use both default upstream tldr-pages source along with
custom sources
* Added:
- Resolve paths in config [directories] relative to the config
directory (#306)
- Add common platform to CLI (#401)
- Add configuration option for archive_source (#337)
- Allows configuring TLS backend (#386)
- Add args: --edit-page and --edit-patch (#388)
- Add an option to specify a custom config file to be used
(#422)
- Upload binaries from build step as artifact (#423)
- Add search.languages and updates.download_languages settings
(#430)
- Add search.platforms config option and search all platforms
by default (#435)
- Add display.show_title option to display command titles in
output (#439)
* Docs:
- Highlight code examples in user docs (#440)
OBS-URL: https://build.opensuse.org/package/show/utilities/tealdeer?expand=0&rev=43
214 lines
8.0 KiB
Plaintext
214 lines
8.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Oct 24 01:05:03 UTC 2025 - Holden Fried <holden@opensuse.org>
|
|
|
|
- Update to version 1.8.0:
|
|
* Large release including:
|
|
- Page cache rewrite, with both platform-specific and
|
|
language-specific downloads and configuration options
|
|
- Ability to patch or add new local tldr pages via --edit-page
|
|
and --edit-patch flags
|
|
- Ability to set tldr-page source in config file via
|
|
archive_source option, and ability to override config dir
|
|
with --config-path flag; e.g. for creating aliases in order
|
|
to use both default upstream tldr-pages source along with
|
|
custom sources
|
|
* Added:
|
|
- Resolve paths in config [directories] relative to the config
|
|
directory (#306)
|
|
- Add common platform to CLI (#401)
|
|
- Add configuration option for archive_source (#337)
|
|
- Allows configuring TLS backend (#386)
|
|
- Add args: --edit-page and --edit-patch (#388)
|
|
- Add an option to specify a custom config file to be used
|
|
(#422)
|
|
- Upload binaries from build step as artifact (#423)
|
|
- Add search.languages and updates.download_languages settings
|
|
(#430)
|
|
- Add search.platforms config option and search all platforms
|
|
by default (#435)
|
|
- Add display.show_title option to display command titles in
|
|
output (#439)
|
|
* Docs:
|
|
- Highlight code examples in user docs (#440)
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 7 04:36:18 UTC 2025 - William Brown <william.brown@suse.com>
|
|
|
|
- bsc#1242605 - CVE-2025-3416 - openssl use after free
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 24 01:31:24 UTC 2025 - Timothy Brown <stimut@gmail.com>
|
|
|
|
- Update to version 1.7.1:
|
|
* Upgrade yansi: 0.5.1 -> 1.0.1
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 22 05:50:29 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
|
|
|
- Packaging cleanup:
|
|
* _service should not use generated changelog, instead use
|
|
upstream changelogs
|
|
* Add requires to completions
|
|
* setup to autosetup
|
|
* Fix URL to new upstream
|
|
- Update to version 1.7.0:
|
|
Added
|
|
* Allow querying multiple platforms
|
|
* Add BSD platform support
|
|
* Allow building with native-tls in addition to rustls
|
|
Changed
|
|
* Change custom page files to use a .md file extension
|
|
* Update to clap v4 for doing command line parsing
|
|
* Performance optimization in LineIterator
|
|
* Performance optimizations by tweaking Cargo flags
|
|
* Include completions in published crate
|
|
* Minimal supported Rust version is now 1.75
|
|
Fixed
|
|
* Fix bash/zsh/fish completions when cache is empty
|
|
Docs
|
|
* Publish docs only when tagging a release
|
|
* Add "Tips and Tricks" chapter to user manual
|
|
* Various docs improvements
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 15 02:39:04 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
|
|
|
- Switch to cargo instead of rust+cargo.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 8 00:58:01 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
|
|
|
- Update specfile
|
|
* remove cargo_config. now included in vendored tarball
|
|
* replace vendor.tar.xz with zstd compressed vendor.tar.zst
|
|
* remove README.packager. Now automated with obs-service-cargo
|
|
- Update vendored dependencies.
|
|
- Update service file
|
|
* replace "disabled" with "manual" as "disabled" is obsoleted.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 14 00:32:14 UTC 2023 - William Brown <william.brown@suse.com>
|
|
|
|
- bsc#1210365 - CVE-2023-26964 - hyper,h2: stream stacking when H2 processing HTTP2 RST_STREAM frames
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 06 01:28:46 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
- Update to version 1.6.1:
|
|
* Run cargo update (#299)
|
|
* Fix path source for custom pages dir (#297)
|
|
* Docs: improve grammar (#296)
|
|
* Run cargo update (#291)
|
|
* Remove deprecated -m/--markdown command
|
|
* Remove deprecated -o/--os command
|
|
* Remove deprecated --config-path command
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 05 22:00:05 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
- Enable changesgenerate in _service.
|
|
- Add shell completions for fish, bash-completion, and zsh.
|
|
- Update to version 1.6.0:
|
|
* Release v1.6.0
|
|
* Run cargo update (#291)
|
|
* Remove deprecated -m/--markdown command
|
|
* Remove deprecated -o/--os command
|
|
* Remove deprecated --config-path command
|
|
* Lazy creation of cache directory
|
|
* Impl From<RawX> for more config types
|
|
* Cache: Add pages_dir helper method
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 2 01:06:30 UTC 2022 - William Brown <william.brown@suse.com>
|
|
|
|
- Limit to T1 arches to prevent build failures
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 20 03:25:04 UTC 2022 - William Brown <william.brown@suse.com>
|
|
|
|
- Automatic update of vendored dependencies
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 24 06:30:19 UTC 2022 - William Brown <william.brown@suse.com>
|
|
|
|
- Automatic update of vendored dependencies
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 5 05:34:03 UTC 2022 - William Brown <william.brown@suse.com>
|
|
|
|
- Automatic update of vendored dependencies
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 7 01:19:17 UTC 2022 - William Brown <william.brown@suse.com>
|
|
|
|
- Version 1.5.0
|
|
- Custom pages and patches
|
|
- Change argument parsing from docopt to clap
|
|
- Multi-language support
|
|
- A new --show-paths command
|
|
- Compliance with the tldr client spec v1.5
|
|
- Docs
|
|
- resolve bsc#1194119 (CVE-2021-45710)
|
|
- Add support for cargo_vendor and obs_scm
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 5 04:03:54 UTC 2021 - William Brown <william.brown@suse.com>
|
|
|
|
- Add cargo audit service to detect potential security issues
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 1 18:38:48 UTC 2021 - Jonathan Papineau <jonathan@jpapineau.ca>
|
|
|
|
- Version 1.4.1
|
|
- [fixed] Syntax error in zsh completion file
|
|
- Version 1.4.0
|
|
- [added] Configurable automatic cache updates
|
|
- [added] Improved color detection and support for --color argument and NO_COLOR env variable
|
|
- [changed] Make --list option comply with official spec
|
|
- [changed] Move cache age warning to stderr
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 9 09:14:49 UTC 2020 - Dany Marcoux <dmarcoux@suse.com>
|
|
|
|
- Version 1.3.0
|
|
- Compact output mode
|
|
- Raw rendering mode
|
|
- Zsh autocompletion
|
|
- And more... see upstream
|
|
- Pass "no-track" option to "cargo install" to avoid generating
|
|
".crates2.json"
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 15 13:03:56 UTC 2019 - Dany Marcoux <dmarcoux@suse.com>
|
|
|
|
- Instruct packager to install cargo directly from the cargo package
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 1 21:32:17 UTC 2019 - Dany Marcoux <dmarcoux@suse.com>
|
|
|
|
- Use `pwd`/.cargo for vendor config so that CARGO_HOME export is
|
|
not required (thanks to luke_nukem for this)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 24 14:35:45 UTC 2019 - Dany Marcoux <dmarcoux@suse.com>
|
|
|
|
- Version 1.2.0
|
|
- Add support for spaces in commands
|
|
- Add pager support
|
|
- Print detected OS with -v / --version
|
|
- Add (back) support for proxies
|
|
- Set directory for 'git clone' in README.packager
|
|
- Add '--path .' to 'cargo install' command to install the binaries for the
|
|
package in current working directory.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 28 07:27:57 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Trim bias from descriptions. Remove double %setup.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 24 18:53:34 UTC 2019 - Dany Marcoux <dmarcoux@suse.com>
|
|
|
|
- Initial packaging at 1.1.0
|