Releases: PhysShell/git-aliases-extra
Releases · PhysShell/git-aliases-extra
v0.1.5
Changed
- Branch completion now supports both match strategies:
- priority 1: branch names that start with the typed fragment (
StartsWith); - priority 2: branch names that contain the typed fragment anywhere (
Contains).
- priority 1: branch names that start with the typed fragment (
gswand other branch-oriented alias completions now use the same prioritized branch selection, including native-completion delegation paths.
Added
- Integration test coverage for branch completion ordering to verify that
StartsWithresults are listed beforeContainsresults.
v0.1.4
Fixed
- Publish pipeline packaging layout for PSGallery:
tools/prepare-publish.ps1now stages files under<output>\git-aliases-extra\...- script returns the module directory path (not the staging root), matching
Publish-Module -Pathexpectations.
- Module test coverage for publish staging updated to validate module-directory output shape.