Skip to content

Latest commit

 

History

History
144 lines (103 loc) · 3.8 KB

CHANGELOG.md

File metadata and controls

144 lines (103 loc) · 3.8 KB

1.3.5 (2023-03-13)

1.3.4 (2023-01-10)

1.3.3 (2022-12-01)

  • Only offer "show diffoscope" option in inspect mode if the package has a diffoscope
  • Fix filtering the package status
  • Bump dependencies

1.3.2 (2022-11-16)

  • Avoid Cargo.lock being out-of-date by checking via GitLab CI

1.3.1 (2022-11-16)

  • Update clap to v4
  • Bump dependencies

1.3.0 (2022-11-13)

  • Allow querying only for specific packages via --pkgnames
  • Fix the version format for local packages
  • Bump dependencies

1.2.9 (2022-08-17)

  • Bump dependencies

1.2.8 (2022-03-11)

  • Migrate to Rust 2021 edition
  • Switch to clap for argument parsing
  • Bump dependencies

1.2.7 (2022-01-08)

  • Bump dependencies

1.2.6 (2021-10-17)

  • Bump dependencies

1.2.5 (2021-08-26)

  • Bump dependencies

1.2.4 (2021-08-07)

  • Bump dependencies

1.2.3 (2021-06-27)

  • Bump dependencies

1.2.2 (2021-06-03)

  • Bump dependencies

1.2.1 (2021-05-20)

  • Bump dependencies for Pacman 6.0 build

1.2.0 (2021-05-17)

Features

  • Add '--all' argument for including the foreign packages (aff78dff)
  • Count UNKWN results as negative (5c25d98e)
  • Exclude foreign packages for more accurate result (df2b8258)

1.1.0 (2021-05-16)

Features

  • Add '-q' and '-v' arguments (4b24e7cd)

1.0.0 (2021-05-13)

Features

  • Support checking the currently installed packages on the system (cb8f1a88)

0.3.0 (2021-05-11)

Bug Fixes

  • Browse through pages to collect packages from archweb (30a123d2)

Features

  • Add option for showing package information (f9033b8a)

0.2.1 (2021-05-08)

Bug Fixes

  • Enable paging for the package selection prompt (d7d0a547)

0.2.0 (2021-05-08)

Bug Fixes

  • Append project name for default cache directory only (712f1689)

Features

  • Use application-specific user agent for requests (2b05187b)
  • Add --debug flag (c1b97dda)
  • Show debug log for cached files (256e6c8a)
  • Use cache directory for log files (54fd05d9)

0.1.0 (2021-04-21)

Bug Fixes

  • Disable colors while testing (e261d09c)
  • Install pkg-config dependency for CI (aaf86fe5)
  • Install openssl dependency for CI (e5f3dae1)
  • Specify the default binary to run in Cargo.toml (0f11d521)
  • Show warning message if no packages found (ca0493af)
  • Check for the presence of filter before attempting to filter (30ef2679)

Features

  • Add possible values for the '--filter' argument (f46edb3e)
  • Add shell completion generation script (cf6dc81e)
  • Show epoch value of the package (d1499e30)
  • Add interactive mode for inspecting packages (f00d0481)
  • Support filtering the result via '--filter' (1cac347f)
  • Initialize logging (20a34e94)
  • Use values from command line arguments (d0dad2e9)
  • Add initial implementation (66c82d5b)