Skip to content

Releases: timabell/gitopolis

v1.17.0

14 Apr 21:17
Immutable release. Only release title and notes can be modified.
cb4f271

Choose a tag to compare

v1.17.0

🐛 Bug Fixes

  • Move repo into folder when target path ends with slash (#264) (cb4f271)

v1.16.0

14 Apr 21:03
Immutable release. Only release title and notes can be modified.
c6af029

Choose a tag to compare

v1.16.0

✨ Features

v1.15.0

14 Apr 20:52
Immutable release. Only release title and notes can be modified.
92bbd17

Choose a tag to compare

v1.15.0

✨ Features

  • Add ability to remove a tag from all repos (#212) (92bbd17)

v1.14.1

14 Apr 20:33
Immutable release. Only release title and notes can be modified.
3edb288

Choose a tag to compare

v1.14.1

✨ Features

v1.14.0

13 Apr 23:49
Immutable release. Only release title and notes can be modified.
6f36a2d

Choose a tag to compare

v1.14.0

✨ Features

  • Add --skip-blank option to exec command (#260) (e84ba00)
  • Add macOS aarch64 build + support older MacOSX 10.7 (6f36a2d)

v1.13.2

13 Apr 22:02
Immutable release. Only release title and notes can be modified.
402a3ea

Choose a tag to compare

v1.13.2

🧹 Chore

  • Upgrade build to latest rust (5551dbf)
  • Dependency upgrades (402a3ea)

v1.13.1

13 Apr 21:39
Immutable release. Only release title and notes can be modified.
bc74145

Choose a tag to compare

v1.13.1

🧹 Chore

  • Upgrade build to latest rust (1e0d36d)
  • Dependency upgrades (b15b3c3)
  • Replace deprecated cargo_bin with cargo_bin_cmd! macro (e832e2c)
  • Bump actions/checkout in the github-actions group (537a5c8)
  • Bump the github-actions group with 3 updates (1544df1)
  • Upgrade build to latest rust (31e5d3b)
  • Dependency upgrades (97e1f7e)
  • Bump the github-actions group with 2 updates (2b3b0a6)

v1.13.0

28 Nov 19:18
373123a

Choose a tag to compare

[1.13.0] - 2025-11-28

Features

  • Respect remote names and default to origin when cloning (#222, #246)

Bug Fixes

  • Skip adding remotes when repo already exists during clone (#247)

v1.12.4

31 Oct 22:55
9c48c1c

Choose a tag to compare

[1.12.4] - 2025-10-31

  • ci: Publish to crates.io (#231)

v1.12.0

26 Oct 00:47
5cd0b70

Choose a tag to compare

[1.12.0] - 2025-10-26

Features

  • Support comma-separated tag lists (#216)
  • Allow filtering on multiple tags for list/exec etc with AND/OR logic (#14)

Bug Fixes

  • Replace TODO panic messages with descriptive error messages (#234)
  • Disable interactive mode in exec by piping stdio (#230)
  • Improve exec display quoting for flag=value patterns (#229)

Refactor

  • Convert move command to use proper nested subcommands (#220)