nix-tree/CHANGELOG.md

50 lines
1.1 KiB
Markdown
Raw Normal View History

2021-02-27 14:24:33 +03:00
# Changelog
2021-11-08 09:25:06 +03:00
## Unreleased
* fix: Automatically enable the required 'nix-command' experimental feature on Nix >= 2.4
2021-11-08 09:25:06 +03:00
* fix: Do not refresh screen periodically unless necessary
2021-09-06 11:02:03 +03:00
## 0.1.8 - 2021-09-06:
* fix: Reduce idle CPU use
2021-09-04 12:57:30 +03:00
* fix: Put a timeout on yank command
* fix: Various performance improvements
2021-03-28 03:13:37 +03:00
## 0.1.7 - 2021-03-28
2021-03-18 04:34:10 +03:00
* feat: Ability to yank selected store path to clipboard (shortcut: 'y')
* fix: Try to respect terminals color scheme (thanks @kanashimia)
2021-03-18 04:34:10 +03:00
2021-03-17 01:12:47 +03:00
## 0.1.6 - 2021-03-12
2021-03-11 14:05:18 +03:00
2021-03-11 12:47:14 +03:00
* feat: Support non standard Nix store locations
* feat: Horizontal scrolling on why-depends window
2021-03-11 12:47:14 +03:00
2021-03-17 01:12:47 +03:00
## 0.1.5 - 2021-03-03
2021-03-03 04:11:18 +03:00
2021-02-27 14:24:33 +03:00
* 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.