2.0.0 (2026-05-30)
- refactor!: remove legacy .looprc support (fc0102d)
.looprcis no longer read. A repository that relied on a.looprcignore list to exclude directories fromexec/run/git/npmwill now run those commands against the previously-excluded directories. Replace it with the--exclude-only/--exclude-patternfilters, or remove the entries from theprojectsmap in.gogo.gogo validatealso no longer validates.looprcfiles.
1.8.0 (2026-05-30)
- migrate: keep .gitignore in sync when moving repos (f2522b7)
- migrate: reconcile the working copy with the configuration (8e8c05f)
1.7.0 (2026-05-30)
- validate: check configured projects exist in the working copy (487786e)
1.6.0 (2026-03-06)
- add option to validate configuration files (53353ea)
- display a list of failed projects after git pull (02394a0)
1.5.0 (2026-03-05)
- project: pass empty overlay list on write to prevent absorption (b637bf0)
- cli: add -f/--file global option for overlay configs (02ef2ca)
- config: add overlay config merging and multi-file support (d1335c1)
1.4.0 (2026-03-03)
- config: add YAML support for .gogo configuration files (d298ebc)
- init: add --format flag to choose JSON or YAML config (c2117bb)
1.3.0 (2026-02-12)
- build a container image if a new release was published (eb055e1)
1.2.0 (2026-02-12)
- add imported projects to gitignore (e56f38e)
3.0.0 (2026-07-03)
- rewrite the tool in Go (until 6ae349af)
- ci: match release-please tags to existing v-prefixed history (e0b777f)
- deps: update dependency commander to v15 (e1ac724)
- clean up the rewrite (dead code, typed Loop, ssh DI, parallel fix) (d7f0071)
- implement recent changes in Go (until 44344a19) (a243633)
- rewrite the tool in Go (until 6ae349af) (6a33235)
- security: use shell-free built-ins and improve signal handling (diverges from TS version) (4e9ebee)
1.1.1 (2026-01-27)
1.1.0 (2026-01-19)
- add option --no-clone when importing projects (450ef99)