Skip to content

v0.4.3

Latest
Compare
Choose a tag to compare
@gabe565-goreleaser gabe565-goreleaser released this 14 Oct 06:16
· 17 commits to main since this release
e07c724

Changelog

Features

  • dda1104 feat(errno): Add shell completion
  • eaf62aa feat(ifdata): Add support for multiple args or no args

Fixes

  • b51a975 fix(errno): Correctly handle multiple args
  • 00f4a71 fix(ifdata): Fix broadcast address computation affecting the original IP
  • 740e983 fix(ifdata): Temporary fix for -pn being parsed as -pN
  • 813b5ba perf(errno): Cache capitalized error description
  • 3e80277 perf(ifdata): Clean up code and optimize string conversions

Others

  • 4ed0d9b chore(deps): Add enumer as versioned dependency [skip ci]
  • d64260d chore(ifdata): Clean up function params
  • 71516fb chore(ifdata): Remove CIDR block from shell completion description
  • 71e3619 chore(ifdata): Sort interfaces by name if no args are provided
  • 9ef24a9 chore: Change import path to gabe565.com/moreutils