Skip to content

v7.1.1 - Critical Windows Fixes + Auto-Restart

Choose a tag to compare

@thedotmack thedotmack released this 13 Dec 03:41
· 82 commits to main since this release

🚨 Critical Fixes

Windows 11 Bun Auto-Install Fixed

  • Problem: v7.1.0 had a chicken-and-egg bug where bun smart-install.js failed if Bun wasn't installed
  • Solution: SessionStart hook now uses node (always available) for smart-install.js
  • Impact: Fresh Windows installations now work out-of-box

Path Quoting for Windows

  • Fixed hooks.json to quote all paths
  • Prevents SyntaxError for usernames with spaces (e.g., "C:\Users\John Doe")

✨ New Feature

Automatic Worker Restart on Version Updates

  • Worker now automatically restarts when plugin version changes
  • No more manual npm run worker:restart needed after upgrades
  • Eliminates connection errors from running old worker code

📝 Notes

  • No manual actions required - worker auto-restarts on next session start
  • All future upgrades will automatically restart the worker
  • Fresh installs on Windows 11 work correctly

🔗 Links