Skip to content

AdoCli v0.4.8

Choose a tag to compare

@github-actions github-actions released this 24 Jun 02:21
· 19 commits to main since this release
23e3f4f

AdoCli v0.4.8

Pre-built binaries for all supported platforms.

Platform Architecture Binary
Linux x86_64 ado-*-linux-x86_64
Linux aarch64 ado-*-linux-aarch64
macOS Apple Silicon ado-*-macos-aarch64
macOS Intel ado-*-macos-x86_64
Windows x86_64 ado-*-windows-x86_64.exe

Fixed

  • prs diff failed for new/deleted files against real Azure DevOps API.
    The change_type/1 function matched only integer changeType values (1, 2, 4),
    but the real API returns strings ("add", "edit", "delete"). The
    404-tolerance logic never activated. Now handles both string and integer formats
    across the iterations/{i}/changes and /diffs/commits endpoints.

  • Hunk headers were wrong for new and deleted files. @@ -1,1 instead of
    @@ -0,0 for new files, with a spurious empty deletion line. Empty content
    now maps to [] for correct headers.

  • just bump did not update github-page/index.html when the version was
    already stale.
    The sed pattern matched only the immediately-previous version.
    Now uses a semver-generic regex to catch any stale references.

See README.md for
installation instructions.