Skip to content

Releases: brannondorsey/sigscan

v0.2.3

07 May 01:40
3e9530d
Compare
Choose a tag to compare

Added

  • Add --empty flag (#18)

Fixed

  • Trim trailing whitespace in output (#19)

Other

  • Remove more unnecessary logic in sigset_to_strings() (#22)
  • Remove unnecessary logic in sigset_to_strings() (#21)

v0.2.2

04 May 16:45
d801726
Compare
Choose a tag to compare

Other

  • cargo update (#16)
  • (docs) Update crate description (#17)
  • (docs) Update CHANGELOG (#14)

v0.2.1

02 May 03:05
3b96da5
Compare
Choose a tag to compare

Fixed

  • (ci): Fix build-and-upload-after-release GitHub action not firing (#11)

Other

  • (deps) Bump nix (#12)

v0.2.0

02 May 01:09
da1a695
Compare
Choose a tag to compare

Warning

This release does not contain pre-built binaries. See the next release, v0.2.1 for downloadable binaries at a comparable version.

Added

  • Add --all/-a flag (#8)

Fixed

  • Fix panics when printing to broken pipes (#9)
  • (docs) Fix release binary links in README (#5)

Other

  • (docs) Add more examples (#10)
  • (docs) Improved install instructions in README (#7)

v0.1.0

01 May 02:54
701be65
Compare
Choose a tag to compare

Added

  • (ci) Add release-plz and GitHub release upload actions (#3)
  • Add --examples CLI argument which displays examples from the README (#2)
  • Add --color and --no-color flags
  • Add optional --cmdline argument
  • Parse names from cmdline if they are truncated at max 15 chars
  • Add --help text
  • Sort signals in value order
  • Add CLI arguments

Other

  • README updates
  • Add installation instructions
  • README updates
  • Small README update
  • Refactor get_name() to be more correct, readable, and faster
  • Remove --cmdline argument for simplicity
  • cargo update
  • Small wording change
  • Description change
  • Add README
  • (ci) Error on clippy warnings and check formatting in CI (#1)
  • Add note to help text
  • Format comments
  • Add Build GH action
  • Populate crates.io fields in Cargo.toml
  • Add LICENSE* files
  • First commit