Skip to content

v0.1.9

Latest
Compare
Choose a tag to compare
@RaitoBezarius RaitoBezarius released this 17 Jul 14:30
· 2 commits to master since this release

0.1.9

Added

  • texlive.pkgs is added to the EXTRA_SCOPES, i.e. Texlive packages can be searched now. (#254)
  • Support for command-not-found for Nushell has been added. (#271)

Fixed

  • Packages with no files in the index are now excluded, this significantly reduces the index size (~4MB → 1MB) (#266)
  • debuginfo processing now skips symlinks which were contained inside of $debug/lib/debug. (#278)

Changed

  • --top-level is now the default. To use the old default, add --all. (#243)
  • Chore updates of the Flake lock, dependencies, clippy and a move to thiserror rather than error_chain. (#279)

New Contributors

Full Changelog: v0.1.8...v0.1.9