Skip to content

Releases: PhysShell/git-aliases-extra

v0.1.5

04 Mar 10:33
55afeb4

Choose a tag to compare

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).
  • gsw and 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 StartsWith results are listed before Contains results.

v0.1.4

20 Feb 11:04

Choose a tag to compare

Fixed

  • Publish pipeline packaging layout for PSGallery:
    • tools/prepare-publish.ps1 now stages files under <output>\git-aliases-extra\...
    • script returns the module directory path (not the staging root), matching Publish-Module -Path expectations.
  • Module test coverage for publish staging updated to validate module-directory output shape.