Skip to content

v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 03:02
· 32 commits to main since this release

What's New

  • Add detect feature, auto detect repository's languages and package manager, append labels for it.
  • Add stats feature, count code lines for repository. Respect detect configuration.
  • Better looking table view.

Usage:

rox detect     # Detect and update labels for all repos.
rox stats      # Count code lines for current repo.
rox stats -r   # Count code lines for all repos.
rox stats -rs  # Count code lines for all repos and save the stats result.
rox stats -rc  # Count code lines for all repos and compare the result with the last stats.

For more usage, please refer to rox stats -h.

What's Changed

  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #116
  • chore(deps): bump anyhow from 1.0.81 to 1.0.82 in the all group by @dependabot in #117
  • feat(clean): rename gc ro clean, remove repo with remote error by @fioncat in #118
  • fix(github): use correct merge url format by @fioncat in #119
  • feat(detect): add detect command, to auto detect repo labels by @fioncat in #121
  • feat(run): add exec support by @fioncat in #122
  • feat(filelock): update lock path by @fioncat in #123
  • chore(deps): bump the all group with 4 updates by @dependabot in #124
  • feat(main): add more features in main by @fioncat in #126
  • feat(detect): add ignores config to match paths pattern by @fioncat in #127
  • feat(utils): better table style, add sum foot for get by @fioncat in #128
  • feat: add stats command to count code lines by @fioncat in #129
  • fix(detect): allow empty labels set by @fioncat in #130
  • feat(stats): add storage and compare support by @fioncat in #131
  • chore(deps): bump crate-ci/typos from 1.17.2 to 1.20.9 by @dependabot in #125
  • chore(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in #114

New Contributors

Full Changelog: v0.15.0...v0.16.0