- Bump dependencies (fixes RUSTSEC-2023-0018 & RUSTSEC-2023-0005)
- Bump dependencies (fixes RUSTSEC-2023-0001)
- Only offer "show diffoscope" option in inspect mode if the package has a diffoscope
- Fix filtering the package status
- Bump dependencies
- Avoid Cargo.lock being out-of-date by checking via GitLab CI
- Update clap to v4
- Bump dependencies
- Allow querying only for specific packages via
--pkgnames
- Fix the version format for local packages
- Bump dependencies
- Bump dependencies
- Migrate to Rust 2021 edition
- Switch to clap for argument parsing
- Bump dependencies
- Bump dependencies
- Bump dependencies
- Bump dependencies
- Bump dependencies
- Bump dependencies
- Bump dependencies
- Bump dependencies for Pacman 6.0 build
- Add '--all' argument for including the foreign packages (aff78dff)
- Count UNKWN results as negative (5c25d98e)
- Exclude foreign packages for more accurate result (df2b8258)
- Add '-q' and '-v' arguments (4b24e7cd)
- Support checking the currently installed packages on the system (cb8f1a88)
- Browse through pages to collect packages from archweb (30a123d2)
- Add option for showing package information (f9033b8a)
- Enable paging for the package selection prompt (d7d0a547)
- Append project name for default cache directory only (712f1689)
- 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)
- 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)
- 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)