Skip to content

v1.1.4

Choose a tag to compare

@alexkerber alexkerber released this 21 Jan 12:01
· 51 commits to main since this release
655470c

What's New

Redesigned Settings

  • New tabbed settings window with modern macOS design
  • Organized settings into General, Server, and About tabs

Check for Updates

  • Added "Check for Updates" feature that works with GitHub releases
  • Available from menu bar and About tab
  • Automatically downloads the latest version

Security Improvements

  • Server password now stored securely in macOS Keychain
  • Removed plaintext password storage in UserDefaults

Bug Fixes

  • Fixed server heartbeat loop that only cleaned up one stale connection per interval
  • Fixed WebSocket reconnection to use exponential backoff (2s → 4s → 8s → max 30s)
  • Fixed memory leak from URLSession not being stored
  • Fixed client count display inconsistency
  • Fixed potential zombie Node.js processes on server stop
  • Improved Node.js discovery with which node fallback

Full Changelog

v1.1.3...v1.1.4