AdoCli v0.4.8
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 difffailed for new/deleted files against real Azure DevOps API.
Thechange_type/1function matched only integerchangeTypevalues (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 theiterations/{i}/changesand/diffs/commitsendpoints. -
Hunk headers were wrong for new and deleted files.
@@ -1,1instead of
@@ -0,0for new files, with a spurious empty deletion line. Empty content
now maps to[]for correct headers. -
just bumpdid not updategithub-page/index.htmlwhen 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.