Releases: fioncat/roxide
Releases · fioncat/roxide
v0.17.4
v0.17.3
v0.17.2
Remove root limitation.
Full Changelog: v0.17.1...v0.17.2
v0.17.1
What's Changed
Full Changelog: v0.17.0...v0.17.1
v0.17.0
v0.16.3
v0.16.2
v0.16.1
What's Changed
- fix(main): skip checking stderr when using embed commands by @fioncat in #134
- feat(display): rename current to display, add icon and format to config by @fioncat in #137
- feat(info): show build and sys info only, with json format by @fioncat in #138
- feat(check): add remote api check, remove check in clean by @fioncat in #139
Full Changelog: v0.16.0...v0.16.1
v0.16.0
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. Respectdetect
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
- @dependabot made their first contribution in #116
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
- feat(current): Add current command to support starship by @fioncat in #109
- feat(database): give full match the highest priority in fuzzy by @fioncat in #110
- feat(select): add new select latest char "-" by @fioncat in #111
- feat(keywords): change complete access to one by @fioncat in #112
Full Changelog: v0.14.0...v0.15.0