Skip to content

v0.5.1

Latest
Compare
Choose a tag to compare
@sheldonhull sheldonhull released this 11 Apr 20:56
· 6 commits to main since this release
1d3ff07

v0.5.1 - 2024-04-11

馃敤 Refactor

  • SSH support was weak.
    While it would detect the upstream branch, the detection logic for repository name and project don't work on SSH cloned repos.
    Now the project name and repo name will be extracted for repos that follow the normal dev.azure.com structure.
    No support for visualstudio.com based references since you can use dev.azure.com style format with those anyway.