Commit graph

  • 426d2c4b61 Merge branch 'add-selected-flag-to-all-commands' into 'master' Felix Uhl 2024-09-19 20:25:29 +0000
  • 99b9e82430 Add --selected to list and history commands Felix Uhl 2024-08-12 21:04:03 +0200
  • f72ab902f7
    Add 'history' command to changelog; tweak ProfileVersion.__eq__(). master Bryan Gardiner 2024-09-17 18:21:13 -0700
  • 1de7a66ad8 Merge branch 'add-history-command' into 'master' Felix Uhl 2024-09-18 01:17:06 +0000
  • d9ad4964f5
    nvd.1: Escape characters that are special according to groff_char(7). Bryan Gardiner 2024-09-17 18:08:34 -0700
  • b1813cb042 Add history command Felix Uhl 2024-08-11 14:47:14 +0200
  • ae4749c20d
    Add "Error" to error message for consistency. Bryan Gardiner 2024-09-09 23:04:33 -0700
  • b2cf56efff
    Add --sort option (issue #17). Bryan Gardiner 2024-09-09 23:02:38 -0700
  • 20bcbda4b5
    Drop unnecessary imports from 'typing'. Bryan Gardiner 2024-09-07 21:58:22 -0700
  • 0ca2d3931b
    Fix return type declaration of PackageSetPair.is_selection_state_changed(). Bryan Gardiner 2024-08-22 20:52:17 -0700
  • e7d0ce0c89
    Make the rest of the 'list' and 'diff' logic use PackageSet. Bryan Gardiner 2024-08-22 20:46:28 -0700
  • 682570f054
    Rename "package manifests" to "package sets". Bryan Gardiner 2024-08-18 18:23:17 -0700
  • 9594ab31ef
    Fix some version ordering bugs. Bryan Gardiner 2024-08-18 17:39:11 -0700
  • 8c8c662d87
    Update the URL of the version comparison algoithm. Bryan Gardiner 2024-08-18 17:15:20 -0700
  • a8c1d6fa00
    Update copyright to 2024. Bryan Gardiner 2024-05-04 18:53:19 -0700
  • 30ecb231b7
    Highlight the changed parts of version numbers (issue #17). Bryan Gardiner 2024-05-04 18:47:30 -0700
  • 1276c2d3eb
    Respect the NO_COLOR environment variable to disable colour. Bryan Gardiner 2023-05-28 10:09:14 -0700
  • 19a6f7d3d1
    Bump to v0.2.4. Bryan Gardiner 2023-05-22 11:47:24 -0700
  • 6a67c9e1b4
    Release v0.2.3. v0.2.3 Bryan Gardiner 2023-05-22 11:46:44 -0700
  • cf59afb64f
    Be stricter about checking exit codes from nix. Bryan Gardiner 2023-05-22 11:44:37 -0700
  • 35bd54cb63
    Fix compatibility with nix-2.3 not knowing --extra-experimental-features. Bryan Gardiner 2023-05-22 11:40:59 -0700
  • 38736d6392
    Bump to v0.2.3. Bryan Gardiner 2023-05-22 11:00:52 -0700
  • ccb957f706
    Release v0.2.2. v0.2.2 Bryan Gardiner 2023-05-22 10:58:31 -0700
  • 8302026545
    Fix crash when inspecting Nix package with no deps (related to issue #12). Bryan Gardiner 2023-03-17 21:36:13 -0700
  • 7f17e6cdf3
    Bump to v0.2.2. Bryan Gardiner 2023-03-17 21:21:26 -0700
  • 37aa59ab4f
    Release v0.2.1. v0.2.1 Bryan Gardiner 2023-03-17 21:20:12 -0700
  • 2d2b40b147
    Update copyright to 2023. Bryan Gardiner 2023-03-17 21:19:36 -0700
  • 1bf9d1740d
    Fix reference to undefined variable (issue #12), and fix some lint. Bryan Gardiner 2023-03-17 21:16:02 -0700
  • f87f29530b
    Bump to v0.2.1. Bryan Gardiner 2022-10-15 16:35:05 -0700
  • ef319a927d
    Release v0.2.0. v0.2.0 Bryan Gardiner 2022-10-15 16:34:36 -0700
  • 11fd14887a
    Bump to v0.2.0 because of changed output format. Bryan Gardiner 2022-10-15 16:33:54 -0700
  • 0cfd93e34e
    Fix invalid .P command in nvd.1. Bryan Gardiner 2022-10-12 18:35:59 -0700
  • 06e1fc696c
    Add a note that nvd should be obtained through Nixpkgs. Bryan Gardiner 2022-10-12 18:26:24 -0700
  • a334e6c0ec
    Add --nix-bin-dir option for specifying Nix binaries to use (issue #9). Bryan Gardiner 2022-10-12 17:14:45 -0700
  • 082958c205
    Add display of the change in closure disk size (issue #8). Bryan Gardiner 2022-10-02 14:29:58 -0700
  • f735e17038
    Bump copyright to 2022. Bryan Gardiner 2022-05-21 12:13:20 -0700
  • b082bd23f5 Merge branch 'SuperSandro2000-master-patch-21642' into 'master' Bryan Gardiner 2022-05-28 04:18:12 +0000
  • e8e614c79d Remove URL literal Sandro 2022-05-23 16:47:16 +0000
  • 0d3aba5510
    Bump to v0.1.3. Bryan Gardiner 2021-11-05 18:48:06 -0700
  • ea75310f8a
    Update changelog and release v0.1.2. v0.1.2 Bryan Gardiner 2021-11-05 18:46:57 -0700
  • fd059e5b2e Merge branch 'init-flake' into 'master' Bryan Gardiner 2021-07-20 03:57:51 +0000
  • 560ae9907d Merge branch 'init-flake' into 'master' dadada 2021-07-08 19:53:06 +0000
  • d6cbc5b4ac
    Add flake.nix. dadada 2021-07-06 22:59:35 +0200
  • 1e6e419be3
    Update the readme to use the 'diff' subcommand. Bryan Gardiner 2021-05-16 18:24:42 -0700
  • 13d3ab1255
    Bump to v0.1.2. Bryan Gardiner 2021-05-16 18:05:52 -0700
  • 304918bade
    Fix SIGPIPE handling; bump to v0.1.1. v0.1.1 Bryan Gardiner 2021-05-16 18:04:37 -0700
  • 050f6ff2e3
    Fix colour rendering for install states. v0.1.0 Bryan Gardiner 2021-05-16 17:51:46 -0700
  • 00495ddf25
    Add the program version via 'nvd --version' and the man page. Bryan Gardiner 2021-05-16 17:07:05 -0700
  • 95c7ab7070
    Implement separate list command for listing matching packages (closes #5). Bryan Gardiner 2021-05-16 17:06:22 -0700
  • 2c2fa1fbc9
    Use nix-store to query direct deps of command line arguments (closes #4). Bryan Gardiner 2021-05-03 18:33:54 -0700
  • 7cdaa6d818
    Add a LICENSE file with the Apache 2.0 license text. Bryan Gardiner 2021-04-10 18:44:27 -0700
  • 0348e04872
    Set version to 0.0.1. v0.0.1 Bryan Gardiner 2021-04-10 09:10:20 -0700
  • 709a8a2ed3
    Docs, packaging, licensing. Bryan Gardiner 2021-04-09 21:05:12 -0700
  • 3e619dafcc
    Initial commit. Bryan Gardiner 2021-04-09 19:21:39 -0700