Skip to content

v1.1.3 - Removed Redundant Git Hook (Auto-Detection Works for All Commits)

Choose a tag to compare

@LSDJesus LSDJesus released this 30 Dec 22:09
· 23 commits to main since this release

[1.1.3] - 2025-12-30

Removed

  • Git Post-Commit Hook Command: Removed LUNA: Install Git Post-Commit Hook command
    • Universal Git Commit Watcher now covers all commit sources (terminal, GitHub extension, VS Code UI, etc.)
    • Hook installation is no longer necessary
    • Cleaner, simpler user experience

Changed

  • Documentation updated to reflect universal watcher as the primary commit detection method
  • Removed GitHookManager dependency from extension core

[1.1.2] - 2025-12-30

Added

  • Universal Git Commit Watcher: Detects commits from ANY source
    • Terminal commits
    • GitHub VSCode extension
    • VS Code Source Control UI
    • Git GUI clients
    • Any other git tool
  • Auto-detects stale summaries after any commit type