Releases: diamondburned/nix-search
Releases · diamondburned/nix-search
v0.4.0
What's Changed
- Fix build issues on Darwin by @21CSM in #6
- Fix Nix evaluation on both Aarch64 Asahi and macOS
- Force
less
to parse ASCII codes - Style longDescription better
- Display exact matches separately
- Update golang.org/x/sysunix package to 0.24.0 by @21CSM in #7
New Contributors
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- README: Add missing hyphen to flakes indexing example by @miangraham in #2
- fix edge case where nix-search fails when $PAGER env var includes multiple arguments by @sweetbbak in #3
New Contributors
- @miangraham made their first contribution in #2
- @sweetbbak made their first contribution in #3
Full Changelog: v0.3.0...v0.3.1
v0.3.0
- Add (unfree), (broken) and (unsupported) marker
- Tweak output styling and color
- Version existing search indexes
- Add --json flag
- Disable colors when piping output
- Display more attributes, add --no-color/NO_COLOR
Full Changelog: v0.2.1...v0.3.0
v0.2.1
nix-search
now automatically creates the index on its first run.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Add Flakes support via --flake
and exact match support with --exact
(default to on).
Full Changelog: v0.1.0...v0.2.0
v0.1.0
First semi-stable release.