Releases: gabrie30/ghorg
Releases · gabrie30/ghorg
v1.7.1
Added
- all-groups for cloning all groups on a hosted gitlab instance
Changed
- go version in go.mod to 1.17 and updated all dependencies
Fixed
- Pagination with gitlab cloud; thanks @brenwhyte
v1.7.0
Added
- integration tests on windows, ubuntu, and mac for github
- GHORG_MATCH_REGEX to filter cloning repos by regex; thanks @petomalina
Changed
- initial clone will try to checkout a branch if specified; thanks @dword-design
- default clone directory to $HOME/ghorg
- users/orgs directory no longer appends "_ghorg" or forces underscores
- make $HOME/.config/ghorg/conf.yaml optional
- color is off by default
- color flag configuration options are enabled/disabled
Fixed
- file pathing to be windows compatible
v1.6.0
Added
Changed
- how github users clone their own repos thanks @dword-design
Deprecated
Removed
Fixed
Security
v1.5.2
v1.5.1
1.5.0
1.4.0
Added
- GHORG_GITHUB_TOPICS to filter cloning repos matching specified topics; thanks @ryanaross
- GHORG_MATCH_PREFIX to filter cloning repos by prefix
- example commands directory
- base-url to github for self hosted github instances
- github client mocks
Changed
Deprecated
Removed
- GHORG_GITLAB_DEFAULT_NAMESPACE
Fixed
- Bug with trailing slash env vars; thanks @ryanaross
Security
1.3.1
1.3.0
[1.3.0] - 07/11/20
Added
- auto downcase of ghorg clone folder name; thanks @zamariola
- auto underscore of ghorg clone folder name
- vendoring of dependencies
- go modules
- easter egg
Changed
- ghorg configuration location to $HOME/.config/ghorg or $XDG_CONFIG_HOME #65; thanks @liljenstolpe
Deprecated
Removed
Fixed
- version number to 1.3.0; thanks @alexcurtin
Security
- reset remote to not include apikey #64; thanks @mcinerney
1.2.2
[1.2.2] - 04/06/20
Added
Changed
Deprecated
Removed
Fixed
- GitLab client; thanks @awesomebytes