All Versions
11
Latest Version
Avg Release Cycle
50 days
Latest Release
842 days ago

Changelog History
Page 1

  • v0.2.0 Changes

    January 02, 2022
    • ๐Ÿ‘ feat: Support passing flake references (issue: #27)
      • Try `nix-tree nixpkgs#hello'
    • ๐Ÿ”„ change: nix-tree now requires an explicit --derivation flag to work on store derivations rather than their outputs.
      • This is to be more consistent nix path-info.
    • ๐Ÿ›  fix: Fix timeout when running external command for the 'yank' functionality (issue: [#25][])
  • v0.1.9 Changes

    November 08, 2021
    • ๐Ÿ›  fix: Automatically enable the required 'nix-command' experimental feature on Nix >= 2.4
    • ๐Ÿ›  fix: Do not refresh screen periodically unless necessary
  • v0.1.8 Changes

    September 06, 2021
    • ๐Ÿ›  fix: Reduce idle CPU use (issue: #22)
    • ๐Ÿ›  fix: Put a timeout on yank command (issue: #25)
    • ๐Ÿ›  fix: Various performance improvements
  • v0.1.7 Changes

    March 28, 2021
    • feat: Ability to yank selected store path to clipboard (shortcut: 'y')
    • ๐Ÿ›  fix: Try to respect terminals color scheme (thanks @kanashimia, PR: #20)
  • v0.1.6 Changes

    March 12, 2021
    • ๐Ÿ‘ feat: Support non standard Nix store locations (issue: #17)
    • feat: Horizontal scrolling on why-depends window (issue: #18)
  • v0.1.5 Changes

    March 03, 2021
    • feat: Add sort order toggle.
    • ๐Ÿ›  fix: Search now does not contain false-positives.
  • v0.1.4 Changes

    February 23, 2021
    • feat: Make search case insensitive.
    • ๐Ÿ›  fix: Can close the help modal now.
  • v0.1.3.1 Changes

    January 07, 2021
    • ๐Ÿ›  fix: Correctly pass --derivation flag to Nix >= 2.4
  • v0.1.3.0 Changes

    December 22, 2020
    • feat: Ability to work on .drv files.
  • v0.1.2.0 Changes

    September 15, 2020
    • feat: Add --version flag
    • ๐Ÿ›  fix: Can search the letter 'q' without closing the search modal. (issue: #21)