diff --git a/CHANGELOG.md b/CHANGELOG.md index 62f486b..ee28e88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ## [1.11.0] - 9/28/2024 ### Added - Reclone name and description to reclone output -- GHORG_PRESERVE_SCM_HOSTNAME, note that this feature changes the directory structure that gitlab all-users and all-groups clone into; thanks @rrrix +- GHORG_PRESERVE_SCM_HOSTNAME, to organize clones by a top level SCM hostname folder; thanks @rrrix - GHORG_PRUNE_UNTOUCHED, to prune repos that users make no changes in; thanks @MaxG87 - GHORG_GITHUB_TOKEN_FROM_GITHUB_APP to handle github app tokens; thanks @PaarthShah - Command reclone-server, to run ad hoc reclone commands via HTTP requests - Command reclone-cron, to run periodic reclone commands on a timer ### Changed +- **Breaking Change:** Self hosted gitlab clones will now include the top level domain in the default output directory ### Deprecated ### Removed ### Fixed