Releases: jmalloc/grit
Releases · jmalloc/grit
Version 0.7.4
Version 0.7.3
- The
default-branch
configuration setting now defaults tomain
- [FIX] Fix bug with
grit index scan
that prevented any on-disk clones from being recognized
Version 0.7.2
- **[NEW]** Introduce ARM 64 builds for Darwin and Linux, adding Apple Silicon M1 support
Version 0.7.1
- [IMPROVED] Automatically populate version string during build process
Version 0.7.0
- [FIX] Fix issue that prevented cloning empty repositories
- [FIX] Fix issue where the default branch was added to
.git/config
twice - [BC] Remove
source
sub-command - [BC] Remove
--golang
flag from theclone
sub-command - [BC] Remove
--golang
flag from themv
sub-command - [BC] Remove
--golang
flag from theset-url
sub-command
Version 0.6.10
- [FIX] Fix "invalid capabilities" error when cloning from GitHub
Version 0.6.9
- [IMPROVED] Interactive clone directory prompts now order the options by their distance from the current working directory
- [IMPROVED] Interactive clone directory prompts now indicate if one of the options is the current working directory
- [IMPROVED] Add
open
as an alias for thebrowse
command - [FIX] Naive support for multiple
$GOPATH
directories (grit always used the first one in the list)
Version 0.6.8
- [FIX] Fix CLI output bug introduced in 0.6.7
Version 0.6.7
- [NEW] Added
slug
command, which prints the slug for the current clone directory - [NEW] Added
browse
command, which opens the webpage for the current repo (assumes GitHub / GHE) - [IMPROVED] Use
promptui
for interactive CLI elements
Version 0.6.6
- [IMPROVED] Only check for updates when STDOUT is a TTY
- [IMPROVED] Don't allow
self-update
to replace binaries installed by Homebrew