Since v0.2.1 was not released generally, this release includes all changes from v0.2.1 and v0.2.2.
🐛 Bug Fixes
- Windows Tray Icon Fix: Fixed issue where tray icon was missing in production builds (v0.2.2 fix)
- Linux Support: Fixed process detection to be case-insensitive on Linux/macOS (
pgrep -xi) (#24) - Thanks @Olbrasoft! - Process Safety: Fixed manager exclusion logic to prevent accidental self-termination (#24)
- Stability: Fixed zombie tray icons on application restart/hot reload (#24)
🔧 Maintenance
- Applied Prettier formatting to entire codebase
- Added node globals to ESLint configuration