Releases: tkw1536/ggman
Releases · tkw1536/ggman
Version 1.8.0
- add
force-repo-here
flag toggman web
andggman url
to force a repository even when there is none - include go version when calling
ggman version
- use
go 1.15
in tests - improve
util/record.go
implementation - update copyright year
Version 1.7.2
--for
now matches remote URL instead of clone path- bug fixes
Version 1.7.1
- rewrite
--here
and--for
filter flags - minor bug fixes
Version 1.7.0
- add
--here
flag as a convenience to filter the current repository - add
ggman relocate
command to move repositories to where they should be ggman clone
: Only create parent folder to clone repository- improved windows support
Version 1.6.0
- rework, document and test new package structure
- rework git repository scanning & filtering to take place in parallel
- add internal utility to automatically re-generate license notices
- add
branch
flag toggman web
andggman url
- bugfix: Add missing
ggman find-branch
documentation - replace
flag
package by POSIX-compatiblepflag
package - cleanup runtime version handling
Version 1.5.0
- added
ggman find-branch
command - upgrade to new version of go-git
- internal optimization and documentation
- rewrite and optimize internal url handling
- rewrite internal handling of git commands
- moved from Travis to GitHub Actions
Version 1.4.1
- stop compressing binary releases with upx
- added 'godoc' and 'localgodoc
BASE
urls toggman web
andggman url
- rewrite handling of CanFile
- added more tests
Version 1.4.0
- added a
BASE
url toggman web
andggman url
- refactored internal flag handling
- refactored
Makefile
- moved to
travis-ci.com
- added a CHANGELOG to the README
Version 1.3.0
- added
ggman web
which opens the current repository in a web browser - added
ggman url
which prints the (web) url of the current repository - added
ggman here
command which prints the current repository
Version 1.2.0
ggman link
now creates absolute symlinks instead of exactly echoing the path the user entered- Added a bash alias to the README