2021-05-04 03:33:54 +02:00
|
|
|
# nvd changelog
|
|
|
|
|
2021-11-06 02:48:06 +01:00
|
|
|
## 0.1.3 (unreleased)
|
|
|
|
|
2022-10-02 23:29:58 +02:00
|
|
|
- Add display of the change in closure disk size (issue #8).
|
|
|
|
|
2022-10-13 02:14:45 +02:00
|
|
|
- Add a `--nix-bin-dir` option for allowing easier control over which Nix
|
|
|
|
binaries are used (issue #9).
|
|
|
|
|
2021-11-06 02:46:57 +01:00
|
|
|
## 0.1.2 (2021-11-05)
|
|
|
|
|
|
|
|
- Added a flake.nix, thanks @dadada_.
|
|
|
|
|
|
|
|
- Fixes to example commands in the readme.
|
2021-05-17 03:05:52 +02:00
|
|
|
|
2021-05-17 03:04:37 +02:00
|
|
|
## 0.1.1 (2021-05-16)
|
|
|
|
|
|
|
|
- Fix handling of SIGPIPE to exit cleanly.
|
|
|
|
|
|
|
|
## 0.1.0 (2021-05-16)
|
2021-05-04 03:33:54 +02:00
|
|
|
|
2021-05-17 02:06:22 +02:00
|
|
|
- Add a mandatory action argument to the CLI. The existing diff functionality
|
|
|
|
is under the `diff` command. A new `list` command is now implemented as well
|
|
|
|
(issue #5).
|
|
|
|
|
2021-05-04 03:33:54 +02:00
|
|
|
- Optimized first level dependency calculation to read depenencies from
|
|
|
|
`nix-store` rather than walking a directory tree manually (issue #4). This
|
|
|
|
also fixes nvd's support for things other than simple `buildEnv`s, e.g. file
|
|
|
|
entries at the top level of the store, derivations, and references in files
|
|
|
|
other than symlinks.
|
|
|
|
|
|
|
|
## 0.0.1
|
|
|
|
|
|
|
|
Initial release.
|