nix-tree/CHANGELOG.md

117 lines
3.4 KiB
Markdown
Raw Permalink Normal View History

2021-02-27 14:24:33 +03:00
# Changelog
2024-04-07 13:13:40 +03:00
## 0.4.1 - 2024-04-07:
2024-04-07 12:42:53 +03:00
2024-04-07 13:13:40 +03:00
* fix: Restore terminal state properly after exiting (thanks @Atemu, issue: [#88])
[#88]: https://github.com/utdemir/nix-tree/issues/88
2024-04-07 12:42:53 +03:00
2024-01-21 09:35:25 +03:00
## 0.4.0 - 2024-01-21:
* feat: Allow passing `--store` for alternative nix store (e.g. remote binary cache) (thanks @bryango, PR: [#79][])
* feat: Graphviz export via `--dot` flag (thanks @SomeoneSerge, issue: [#59][])
[#79]: https://github.com/utdemir/nix-tree/pull/79
[#59]: https://github.com/utdemir/nix-tree/issues/59
2024-01-17 01:06:28 +03:00
## 0.3.3 - 2024-01-17:
* chore: Update 'brick' & 'optparse-applicative' library to work with the newer Stackage snapshot (thanks @ncfavier, PR: [#78][])
[#78]: https://github.com/utdemir/nix-tree/issues/78
2023-11-28 04:40:20 +03:00
## 0.3.2 - 2023-11-28:
* fix: Support new path-info syntax introduced in nix 2.19 (thanks @SuperSandro2000, @GrigorenkoPV9, issue: [#67][], PR: [#68][])
[#67]: https://github.com/utdemir/nix-tree/issues/67
[#68]: https://github.com/utdemir/nix-tree/issues/68
2022-12-10 11:38:27 +03:00
## 0.3.1 - 2022-12-10:
* fix: Update 'brick' library (thanks @ncfavier, PR: [#47][])
[#47]: https://github.com/utdemir/nix-tree/issues/47
2022-11-26 01:58:53 +03:00
## 0.3.0 - 2022-11-26:
2022-11-19 05:42:28 +03:00
* feat: Improved help text.
2022-11-19 11:09:44 +03:00
* feat: Allow passing '--impure' flag to Nix (issue: [#40][])
2022-11-19 05:43:52 +03:00
* fix: Use -O1 instead of -O2 to save on compile times.
2022-11-19 05:42:28 +03:00
2022-11-19 11:09:44 +03:00
[#40]: https://github.com/utdemir/nix-tree/issues/40
2022-10-24 08:24:31 +03:00
## 0.2.1 - 2022-10-24:
2022-11-19 11:09:44 +03:00
* fix: Fix excessive memory use when using why-depends on large dependency graphs (issue: [#31][])
2022-10-24 08:24:31 +03:00
2022-11-19 11:09:44 +03:00
[#31]: https://github.com/utdemir/nix-tree/issues/31
2022-10-24 08:24:31 +03:00
2022-01-02 03:30:55 +03:00
## 0.2.0 - 2022-01-02:
2021-12-25 13:07:36 +03:00
2021-12-25 13:08:24 +03:00
* feat: Support passing flake references (issue: [#27][])
2021-12-25 13:07:36 +03:00
* Try `nix-tree nixpkgs#hello'
2021-12-25 13:34:13 +03:00
* change: `nix-tree` now requires an explicit `--derivation` flag to work on store derivations rather than their outputs.
2021-12-25 13:07:36 +03:00
* This is to be more consistent `nix path-info`.
* fix: Fix timeout when running external command for the 'yank' functionality (issue: [#25][])
2021-12-25 13:07:36 +03:00
2021-12-25 13:08:24 +03:00
[#27]: https://github.com/utdemir/nix-tree/issues/27
2021-11-08 11:19:32 +03:00
## 0.1.9 - 2021-11-08:
2021-11-08 09:25:06 +03:00
* 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:
2021-12-25 13:08:24 +03:00
* fix: Reduce idle CPU use (issue: [#22][])
* fix: Put a timeout on yank command (issue: [#25][])
* fix: Various performance improvements
2021-12-25 13:08:24 +03:00
[#22]: https://github.com/utdemir/nix-tree/issues/22
[#25]: https://github.com/utdemir/nix-tree/issues/25
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')
2021-12-25 13:08:24 +03:00
* fix: Try to respect terminals color scheme (thanks @kanashimia, PR: [#20][])
[#20]: https://github.com/utdemir/nix-tree/issues/20
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-12-25 13:08:24 +03:00
* feat: Support non standard Nix store locations (issue: [#17][])
* feat: Horizontal scrolling on why-depends window (issue: [#18][])
[#17]: https://github.com/utdemir/nix-tree/issues/17
[#18]: https://github.com/utdemir/nix-tree/issues/18
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
2021-12-25 13:08:24 +03:00
* fix: Can search the letter 'q' without closing the search modal. (issue: [#21][])
[#21]: https://github.com/utdemir/nix-tree/issues/21
2021-02-27 14:24:33 +03:00
## 0.1.1.0 - 2020-08-23
* feat: Seach functionality.