All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased - ReleaseDate
0.2.9 - 2025-02-02
- Fix info text for channels
0.2.8 - 2025-01-26
- Improve
README.md
text
0.2.7 - 2025-01-22
- Improve
--help
andREADME.md
texts
0.2.6 - 2025-01-20
- Rename repository to
nps
0.2.5 - 2025-01-18
0.2.4 - 2025-01-18
- Non-debug messages for better feedback
- Quiet option
-q/--quiet
to suppress non-debug messages
- Run instructions for channel systems
0.2.3 - 2025-01-17
- Automated releases
- Installation via 'defaultPackage', use 'packages.<system>.default' instead
- Update documentation
- Improve logging
- Minor bugfixes
0.2.2 - 2025-01-10
- Automated tests via GitHub Actions
- Releases made with cargo-release
- Various pre-commit checks
- Version tags for development builds
- More tests
0.2.1 - 2025-01-06
- Cache tests
- Be more fine-grained with cache refresh errors
0.2.0 - 2025-01-05
- Optionally use the nix system registry flake as a source
- Use option
-e
/--experimental
- Use option
- Update documentation
- Show environment variable settings in
-h
/--help
-d
/--debug
for debug info, use multiple times for increased verbosity-i
/--ignore-case
option
- Fancier
-h
/--help
with colors - Supplying flags with arguments require the use of "="
-f=true
- Or use the default by omitting the flag argument
-f
- Saner defaults
- Inverted
-f
/--flip
, show most important matches below - Case-insensitive search by default
- Inverted
- Use
--help
instead of-l
for long help - Version flag changed to
-V
/--version
- Settings for file names
- Inconsistent use of empty lines separating matches
- Duplicated package matches
- Much faster now!
0.1.6 - 2023-01-08
- Use GNU versions of awk and sed
0.1.5 - 2022-12-20
- Create cache directory when needed
0.1.4 - 2022-12-20
- Print the correct version number
0.1.3 - 2022-12-20
- Dependencies are now hidden and won't clash with existing packages anymore
0.1.2 - 2022-12-18
- Remove debug print
0.1.1 - 2022-12-18
- Document "flip" option in README.md
0.1.0 - 2022-12-18
- "Flip" option: reverse result order for better visibility of the most relevant matches
0.0.1 - 2022-12-18
- This changelog
- Versioning now adheres to Semantic Versioning