Skip to content

Releases: tkw1536/ggman

v1.22.0

21 Sep 09:18
6be0ede
Compare
Choose a tag to compare
  • update to go 1.23
  • add --count flag to ggman ls
  • fix typo in Makefile

v1.21.0

30 May 10:31
10e27b5
Compare
Choose a tag to compare
  • add ggman find-file command
  • Various internal performance tweaks
  • make spellchecker happy
  • Update to go 1.22
  • Update to goprogram 0.5.0
  • Update dependencies

v1.20.1

01 Jun 08:06
a60e182
Compare
Choose a tag to compare
  • fix ggman relocate behavior on Windows

v1.20.0

01 Jun 07:45
3fd41e8
Compare
Choose a tag to compare
  • add ggman show alias to show the head commit of a repository
  • add ggshow utility
  • rework some of the shell aliases
  • Makefile: Make sure to always build with cgo disabled
  • rework filter scoring to take position of match into account
  • improve ggman relocate error handling in some edge cases
  • fix a lot of typos
  • update to goprogram 0.4.0
  • update various other dependencies

v1.19.0

04 Apr 11:23
1e81eb3
Compare
Choose a tag to compare
  • update to go 1.20
  • ggman exec display output in parallel when running in parallel
  • rename --local flag to --here in ggman clone
  • improve ggman relocate behaviour with symlinks
  • update to goprogram 0.3.5
  • minor bugfixes and CI updates
  • update copyright year

v1.18.2

14 Jul 18:05
fce0064
Compare
Choose a tag to compare
  • fix another ggclone alias issue

v1.18.1

10 Jul 19:10
dc7af26
Compare
Choose a tag to compare
  • fix ggclone alias

v1.18.0

10 Jul 09:31
v1.18.0
10e30f3
Compare
Choose a tag to compare
  • move aliases to new ggman shellrc command
    - add new ggclone alias
  • build universal mac executables

v1.17.0

30 May 09:30
a7904d0
Compare
Choose a tag to compare
  • update to new goprogram
    • format messages accordingly
    • remove BeforeRegister method from commands
    • remove unneeded pointer receivers
  • add new --scores flag to ggman ls
  • dependency updates

v1.16.0

18 Apr 08:21
ffb30a1
Compare
Choose a tag to compare
  • update to new goprogram version (refactors positional argument parsing)
  • add --list-bases flag to ggman web and ggman url
  • don't try to open invalid URLs in ggman web and ggman url
  • add ggman require alias
  • make documentation strings more consistent