Gitorii Logo Gitorii

Changelog

Every release, documented.

Release notes are pulled directly from GitLab and may appear in English.

v0.1.16

2026-04-19 Latest
  • change Updated LICENSE to TSAL-1.0 (Torii Source-Available License)
  • change CI pipeline now only triggers on version tags, no branch pipelines

v0.1.15

2026-04-18
  • fix torii sync, torii fetch, torii push tags now authenticate with HTTPS token (gitlab_token, github_token, etc.) — previously only SSH was supported, causing auth failures on HTTPS remotes
  • fix GitLab CI pipeline no longer fails with exit code 22 when release already exists (409 treated as success)
  • fix Pipeline now only triggers on version tags (vX.Y.Z), suppressing unwanted branch pipelines

v0.1.8

2026-04-16
  • fix Corrected license metadata in Cargo.toml to reference LICENSE file instead of MIT

v0.1.7

2026-04-16
  • fix torii sync --force and torii sync --push now also sync replica mirrors automatically
  • fix Renamed remaining internal slaves variable references to replicas in mirror output
  • fix Mirror list output now shows PRIMARY instead of MASTER

v0.1.6

2026-04-16
  • feat torii sync now automatically pushes to all configured replica mirrors after syncing with origin — no need to run torii mirror sync manually
  • fix Removed unused mut on index variable in rebase loop
  • fix Removed unused repo_path variable in show command

Full history on GitLab