Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 07:15
· 108 commits to main since this release
9161b54

Summary

  • Add copy command, copy current repo to another remote/group.
  • home support clone url (both HTTPS and SSH), example: rox home https://github.com/fioncat/roxide.
  • home support use keywork to do fuzzy seaching on remote, usage: rox home github xxx -s
  • Support labels, the sync, remove, etc will use them to filter repos.
  • Update database to v2 to support labels.
  • Workflow now support running commands in docker and ssh.
  • Rebuild config style, embed all config in one file, see: config for details.
  • Rebuild code, better hint.

What's Changed

  • feat(home): Support clone url and ssh by @fioncat in #61
  • feat(home): Support search from remote by @fioncat in #62
  • feat(copy): Support copy command by @fioncat in #63
  • feat!(all): Rebuild project framework, add labels support by @fioncat in #64
  • feat(tag): Support completion for rule name flag by @fioncat in #65
  • feat(label): Add label command to update repo labels by @fioncat in #66
  • doc(cmd): Update command comments by @fioncat in #67
  • feat(workflow): Support docker, ssh and env by @fioncat in #68
  • feat(workflow): Use better type define by @fioncat in #69
  • feat(workflow): Use Cow as ref type by @fioncat in #70
  • fix(tag): Use correct create logic by @fioncat in #71

Full Changelog: v0.8.2...v0.9.0