Skip to content

Releases: jmalloc/grit

Version 0.7.6

Choose a tag to compare

@jmalloc jmalloc released this 29 Jan 01:35
0.7.6
45f0a01
  • [IMPROVED] Use local Git information instead of an HTTP probe to determine if a branch has been pushed to the remote, as the HTTP probe would fail for private repositories.

Version 0.7.5

Choose a tag to compare

@jmalloc jmalloc released this 28 Jan 23:57
0.7.5
71c4be6
  • [IMPROVED] grit browse (aka open) now checks if the remote URL exists before opening the tree view. If it does not it opens the repository's "root" page instead. This prevents opening a 404 page when the current branch has not yet been pushed to origin.

Version 0.7.4

Choose a tag to compare

@jmalloc jmalloc released this 20 Oct 22:45
0.7.4
5357fa6
  • [IMPROVED] grit open (aka browse) now opens the GitHub tree view for the current branch, tag or hash, instead of always showing the default branch.

Version 0.7.3

Choose a tag to compare

@jmalloc jmalloc released this 23 Mar 03:01
0.7.3
f3e17cc
  • 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

Choose a tag to compare

@jmalloc jmalloc released this 10 Aug 07:09
- **[NEW]** Introduce ARM 64 builds for Darwin and Linux, adding Apple Silicon M1 support

Version 0.7.1

Version 0.7.1 Pre-release
Pre-release

Choose a tag to compare

@jmalloc jmalloc released this 16 Mar 23:49
  • [IMPROVED] Automatically populate version string during build process

Version 0.7.0

Version 0.7.0 Pre-release
Pre-release

Choose a tag to compare

@jmalloc jmalloc released this 16 Mar 23:38
  • [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

Version 0.6.10 Pre-release
Pre-release

Choose a tag to compare

@jmalloc jmalloc released this 09 Dec 21:40
  • [FIX] Fix "invalid capabilities" error when cloning from GitHub

Version 0.6.9

Version 0.6.9 Pre-release
Pre-release

Choose a tag to compare

@jmalloc jmalloc released this 07 Jun 05:31
0.6.9
7d13757
  • [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

Version 0.6.8 Pre-release
Pre-release

Choose a tag to compare

@jmalloc jmalloc released this 04 Dec 08:15
0.6.8
59c4d83
  • [FIX] Fix CLI output bug introduced in 0.6.7