Skip to content

Releases: fioncat/roxide

v0.17.4

26 Dec 06:39
Compare
Choose a tag to compare

What's Changed

  • detect: only write one label to avoid labels expansion by @fioncat in #160
  • scaffolding: add scaffolding feature by @fioncat in #161

Full Changelog: v0.17.3...v0.17.4

v0.17.3

19 Dec 05:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.2...v0.17.3

v0.17.2

04 Dec 14:01
Compare
Choose a tag to compare

Remove root limitation.

Full Changelog: v0.17.1...v0.17.2

v0.17.1

15 Nov 03:19
Compare
Choose a tag to compare

What's Changed

  • REBUILD: split term.rs into multiple codes, update deps by @fioncat in #156

Full Changelog: v0.17.0...v0.17.1

v0.17.0

16 Oct 07:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.3...v0.17.0

v0.16.3

19 Sep 06:51
Compare
Choose a tag to compare

What's Changed

  • chore: update deps, remove unused code by @fioncat in #152
  • chore: update deps, fix some clippy issues by @fioncat in #153

Full Changelog: v0.16.2...v0.16.3

v0.16.2

08 May 10:28
ca05cd3
Compare
Choose a tag to compare

What's Changed

  • fix(term): cannot get git version in macos by @fioncat in #140
  • feat(info): better output style by @fioncat in #141
  • feat(utils): update storage units to XiB style by @fioncat in #142
  • chore: update cargo and some deps version by @fioncat in #143

Full Changelog: v0.16.1...v0.16.2

v0.16.1

07 May 07:44
Compare
Choose a tag to compare

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

26 Apr 03:02
Compare
Choose a tag to compare

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

v0.15.0

08 Apr 09:18
Compare
Choose a tag to compare

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