Skip to content

v1.0.7

Choose a tag to compare

@GridFlowTech GridFlowTech released this 07 Mar 22:55
· 7 commits to main since this release

[1.0.7] - 2026-03-07

Added

  • Support for Git diff view tabs (Working Tree diffs now display as separate tabs)
  • Selection preservation when clicking dead space in Document Tabs tree view
  • New isTabDiff() type guard to detect diff tabs
  • New getTabKey() utility for unique tab identification (URI + diff flag)
  • New findActiveTab() method to correctly identify the active tab type

Fixed

  • Diff view tabs now display as distinct entries with "(Working Tree)" suffix
  • Clicking diff tabs now opens the diff view instead of the regular file
  • Selection no longer clears when clicking empty space; active file stays highlighted
  • Parent lookup and tab tracking now use composite keys to avoid collisions between files and their diffs