Skip to content

Releases: daFish/gogo-meta

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 05:25

3.0.0 (2026-07-03)

⚠ BREAKING CHANGES

  • rewrite the tool in Go (until 6ae349a)

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 44344a1) (a243633)
  • rewrite the tool in Go (until 6ae349a) (6a33235)
  • security: use shell-free built-ins and improve signal handling (diverges from TS version) (4e9ebee)

Changelog

  • b0e4a23 chore(main): release 3.0.0
  • c3ad0f9 chore(deps): update github actions to v7
  • d81c5ca chore(deps): update actions/checkout action to v6.0.3
  • bd08ce0 chore(ai): gitignore Superpowers directory
  • a26dec0 chore(ai): delete Superpowers directory
  • acebb35 rewrite(security): init panic + path-traversal fixes (diverges from TS version)
  • 4e9ebee refactor(security): use shell-free built-ins and improve signal handling (diverges from TS version)
  • d7f0071 refactor: clean up the rewrite (dead code, typed Loop, ssh DI, parallel fix)
  • b24dd8d chore(ai): delete Serena directory
  • 316c901 chore(ai): allow gogo --version
  • a243633 refactor: implement recent changes in Go (until 44344a1)
  • 6a33235 refactor!: rewrite the tool in Go (until 6ae349a)
  • 44344a1 ci: build Docker image only on release, not every main push
  • e0b777f fix(ci): match release-please tags to existing v-prefixed history
  • e1ac724 fix(deps): update dependency commander to v15
  • 7218d51 ci: migrate release tooling from semantic-release to release-please

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 30 May 15:15

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.

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 30 May 15:14

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)

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 30 May 15:02

1.7.0 (2026-05-30)

Features

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

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 06 Mar 08:28

1.6.0 (2026-03-06)

Features

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

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 05 Mar 19:38

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)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 12 Feb 15:10

1.3.0 (2026-02-12)

Features

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

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Feb 14:51

1.2.0 (2026-02-12)

Features

  • add imported projects to gitignore (e56f38e)

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 27 Jan 14:28

1.1.1 (2026-01-27)

Bug Fixes

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

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Jan 12:07

1.1.0 (2026-01-19)

Features

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