Skip to content

Releases: tkw1536/ggman

Version 1.8.0

30 Jan 23:42
da39e93
Compare
Choose a tag to compare
  • add force-repo-here flag to ggman web and ggman 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

29 Nov 14:02
9e5558a
Compare
Choose a tag to compare
  • --for now matches remote URL instead of clone path
  • bug fixes

Version 1.7.1

26 Nov 23:19
6f48022
Compare
Choose a tag to compare
  • rewrite --here and --for filter flags
  • minor bug fixes

Version 1.7.0

22 Nov 18:02
7166e79
Compare
Choose a tag to compare
  • 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

04 Oct 15:04
Compare
Choose a tag to compare
  • 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 to ggman web and ggman url
  • bugfix: Add missing ggman find-branch documentation
  • replace flag package by POSIX-compatible pflag package
  • cleanup runtime version handling

Version 1.5.0

29 Aug 11:44
08d8126
Compare
Choose a tag to compare
  • 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

23 Jul 14:37
6ec017b
Compare
Choose a tag to compare
  • stop compressing binary releases with upx
  • added 'godoc' and 'localgodoc BASE urls to ggman web and ggman url
  • rewrite handling of CanFile
  • added more tests

Version 1.4.0

01 Jul 11:52
bcaf050
Compare
Choose a tag to compare
  • added a BASE url to ggman web and ggman url
  • refactored internal flag handling
  • refactored Makefile
  • moved to travis-ci.com
  • added a CHANGELOG to the README

Version 1.3.0

28 Aug 22:13
84120c0
Compare
Choose a tag to compare
  • 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

10 Jul 11:58
465b99a
Compare
Choose a tag to compare
  • ggman link now creates absolute symlinks instead of exactly echoing the path the user entered
  • Added a bash alias to the README