Skip to content

Latest commit

 

History

History
123 lines (63 loc) · 5.81 KB

File metadata and controls

123 lines (63 loc) · 5.81 KB

2.0.0 (2026-05-30)

  • refactor!: remove legacy .looprc support (fc0102d)

BREAKING CHANGES

  • .looprc is no longer read. A repository that relied on a .looprc ignore list to exclude directories from exec/run/git/npm will now run those commands against the previously-excluded directories. Replace it with the --exclude-only/--exclude-pattern filters, or remove the entries from the projects map in .gogo. gogo validate also no longer validates .looprc files.

1.8.0 (2026-05-30)

Features

  • migrate: keep .gitignore in sync when moving repos (f2522b7)
  • migrate: reconcile the working copy with the configuration (8e8c05f)

1.7.0 (2026-05-30)

Features

  • validate: check configured projects exist in the working copy (487786e)

1.6.0 (2026-03-06)

Features

  • add option to validate configuration files (53353ea)
  • display a list of failed projects after git pull (02394a0)

1.5.0 (2026-03-05)

Bug Fixes

  • project: pass empty overlay list on write to prevent absorption (b637bf0)

Features

  • 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)

Features

  • 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)

Features

  • build a container image if a new release was published (eb055e1)

1.2.0 (2026-02-12)

Features

  • add imported projects to gitignore (e56f38e)

3.0.0 (2026-07-03)

⚠ BREAKING CHANGES

  • rewrite the tool in Go (until 6ae349af)

Bug Fixes

  • ci: match release-please tags to existing v-prefixed history (e0b777f)
  • deps: update dependency commander to v15 (e1ac724)

Code Refactoring

  • 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)

Bug Fixes

  • add SSH host key verification before cloning repositories (3aba347), closes #12

1.1.0 (2026-01-19)

Features

  • add option --no-clone when importing projects (450ef99)

1.0.0 (2026-01-12)

Bug Fixes

  • add helper function to fix build errors on different platforms (2293228)
  • deps: update dependency commander to v14 (717ebd0)
  • deps: update dependency zod to v4 (f8541e7)
  • handle timeouts on linux platforms better (670dbbb)

Features