Skip to content

Releases: jmalloc/grit

Version 0.7.3

23 Mar 03:01
0.7.3
f3e17cc
Compare
Choose a tag to compare
  • The default-branch configuration setting now defaults to main
  • [FIX] Fix bug with grit index scan that prevented any on-disk clones from being recognized

Version 0.7.2

10 Aug 07:09
Compare
Choose a tag to compare
- **[NEW]** Introduce ARM 64 builds for Darwin and Linux, adding Apple Silicon M1 support

Version 0.7.1

16 Mar 23:49
Compare
Choose a tag to compare
Version 0.7.1 Pre-release
Pre-release
  • [IMPROVED] Automatically populate version string during build process

Version 0.7.0

16 Mar 23:38
Compare
Choose a tag to compare
Version 0.7.0 Pre-release
Pre-release
  • [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 the clone sub-command
  • [BC] Remove --golang flag from the mv sub-command
  • [BC] Remove --golang flag from the set-url sub-command

Version 0.6.10

09 Dec 21:40
Compare
Choose a tag to compare
Version 0.6.10 Pre-release
Pre-release
  • [FIX] Fix "invalid capabilities" error when cloning from GitHub

Version 0.6.9

07 Jun 05:31
0.6.9
7d13757
Compare
Choose a tag to compare
Version 0.6.9 Pre-release
Pre-release
  • [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 the browse command
  • [FIX] Naive support for multiple $GOPATH directories (grit always used the first one in the list)

Version 0.6.8

04 Dec 08:15
0.6.8
59c4d83
Compare
Choose a tag to compare
Version 0.6.8 Pre-release
Pre-release
  • [FIX] Fix CLI output bug introduced in 0.6.7

Version 0.6.7

04 Dec 08:04
0.6.7
11a36d2
Compare
Choose a tag to compare
Version 0.6.7 Pre-release
Pre-release
  • [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

16 Nov 07:06
0.6.6
389d616
Compare
Choose a tag to compare
Version 0.6.6 Pre-release
Pre-release
  • [IMPROVED] Only check for updates when STDOUT is a TTY
  • [IMPROVED] Don't allow self-update to replace binaries installed by Homebrew

Version 0.6.5

15 Nov 10:10
Compare
Choose a tag to compare
Version 0.6.5 Pre-release
Pre-release
  • [NEW] Added ls command, which lists all clones in the index
  • [FIX] Fix issue that prevented cloning of empty repositories