Skip to content

BetterGitGraph v1.2.6

Latest

Choose a tag to compare

@Renoceros Renoceros released this 24 Aug 14:07
· 9 commits to master since this release

🚀 BetterGitGraph v1.2.6 Release

✨ What's New in v1.2.6:

  • 🔍 Smart Prefix Search Grammar:
    • @author / @username: Highlights only commits authored by matching users (e.g. @renoce).
    • #branch / branch:name: Highlights all commits belonging to matching branch names.
    • file:path / /<path>: Highlights commits that touched matching files.
    • msg:text / "phrase": Highlights commits matching exact message terms.
    • is:pr, is:issue, is:merge, is:initial: Highlights specific node types.
    • Compound multi-token queries: @renoce is:pr file:dag-layout #main.
  • First-Class PR Nodes (Hexagon): Pull Request merges are rendered as distinct purple rounded hexagons (#8957e5) with PR #123 plaque badges.
  • First-Class Issue Nodes (Shield): Issue closing/referencing commits are rendered as emerald rounded shields (#238636) with ISSUE #45 plaque badges.
  • 📖 Documentation: Added complete Search Syntax cheat sheet and Node Shapes reference to README.md.

📦 Installation

code --install-extension bettergitgraph-1.2.6.vsix