Skip to content

v0.1.7

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Apr 05:41

Added

  • Enhanced not-merged branch inspection:
    • Get-BranchesNotMergedToDevelopDetails with author, unique-commit count, insertion/deletion stats, changed-file count, and truncated changed-file preview.
    • gbnmdi interactive browser (arrow-key navigation + Enter selection) with detail views:
      • Commits (default)
      • Changes (diff stat + name-status)
      • Patch (full patch output)
  • Extended gbnmd and gbnmdr with:
    • -Detailed
    • -Interactive
    • -View Commits|Changes|Patch
    • optional date filters: -Since, -LastDays
  • Integration test coverage for detailed not-merged branch output and branch-stability checks (current branch remains unchanged).

Changed

  • Not-merged branch data collection now keeps stable ref metadata (Ref, BaseRef) to support richer visual inspection without branch switching.
  • README expanded with interactive usage and enriched table examples for gbnmd/gbnmdr/gbnmdi.

Fixed

  • Windows PowerShell 5.1 import compatibility for BOM-less module sources:
    • mojibake detection now uses ASCII-only Unicode escape sequences in regex literals;
    • the module source remains ASCII-only to avoid ANSI parsing regressions.
  • PSScriptAnalyzer warning cleanup for Convert-FromGitMojibake by replacing an empty catch block with verbose diagnostic output.