nix-tree/CHANGELOG.md

29 lines
530 B
Markdown
Raw Normal View History

2021-02-27 14:24:33 +03:00
# Changelog
## Unreleased
* feat: Add sort order toggle.
* fix: Search now does not contain false-positives.
## 0.1.4 - 2021-02-23
* feat: Make search case insensitive.
* fix: Can close the help modal now.
## 0.1.3.1 - 2021-01-07
* fix: Correctly pass --derivation flag to Nix >= 2.4
## 0.1.3.0 - 2020-12-22
* feat: Ability to work on .drv files.
## 0.1.2.0 - 2020-09-15
* feat: Add --version flag
* fix: Can search the letter 'q' without closing the search modal.
## 0.1.1.0 - 2020-08-23
* feat: Seach functionality.