Releases: timabell/gitopolis
Releases · timabell/gitopolis
v1.17.0
14 Apr 21:17
Immutable
release. Only release title and notes can be modified.
Compare
Sorry, something went wrong.
No results found
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.
Compare
Sorry, something went wrong.
No results found
v1.15.0
14 Apr 20:52
Immutable
release. Only release title and notes can be modified.
Compare
Sorry, something went wrong.
No results found
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.
Compare
Sorry, something went wrong.
No results found
v1.14.0
13 Apr 23:49
Immutable
release. Only release title and notes can be modified.
Compare
Sorry, something went wrong.
No results found
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.
Compare
Sorry, something went wrong.
No results found
v1.13.1
13 Apr 21:39
Immutable
release. Only release title and notes can be modified.
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found
[1.12.4] - 2025-10-31
ci: Publish to crates.io (#231 )
v1.12.0
26 Oct 00:47
Compare
Sorry, something went wrong.
No results found
[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 )