Add issue links to CHANGELOG

This commit is contained in:
Utku Demir 2021-12-25 23:08:24 +13:00
parent 057dd6345d
commit cdac7a18ba
No known key found for this signature in database
GPG Key ID: F3F8629C3E0BF60B

View File

@ -2,11 +2,13 @@
## Unreleased
* feat: Support passing flake references (issue: #27)
* 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 derivation rather than its outputs.
* This is to be more consistent `nix path-info`.
[#27]: https://github.com/utdemir/nix-tree/issues/27
## 0.1.9 - 2021-11-08:
* fix: Automatically enable the required 'nix-command' experimental feature on Nix >= 2.4
@ -14,19 +16,27 @@
## 0.1.8 - 2021-09-06:
* fix: Reduce idle CPU use
* fix: Put a timeout on yank command
* fix: Reduce idle CPU use (issue: [#22][])
* fix: Put a timeout on yank command (issue: [#25][])
* fix: Various performance improvements
[#22]: https://github.com/utdemir/nix-tree/issues/22
[#25]: https://github.com/utdemir/nix-tree/issues/25
## 0.1.7 - 2021-03-28
* feat: Ability to yank selected store path to clipboard (shortcut: 'y')
* fix: Try to respect terminals color scheme (thanks @kanashimia)
* fix: Try to respect terminals color scheme (thanks @kanashimia, PR: [#20][])
[#20]: https://github.com/utdemir/nix-tree/issues/20
## 0.1.6 - 2021-03-12
* feat: Support non standard Nix store locations
* feat: Horizontal scrolling on why-depends window
* 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
## 0.1.5 - 2021-03-03
@ -49,7 +59,9 @@
## 0.1.2.0 - 2020-09-15
* feat: Add --version flag
* fix: Can search the letter 'q' without closing the search modal.
* fix: Can search the letter 'q' without closing the search modal. (issue: [#21][])
[#21]: https://github.com/utdemir/nix-tree/issues/21
## 0.1.1.0 - 2020-08-23