You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: comprehensive Electron app improvements for v1.0.4
- Replace Express with direct Next.js HTTP server integration
- Fix platform-specific application icons (macOS .icns, Windows .ico, Linux .png)
- Optimize startup performance with Promise-based server readiness detection
- Remove arbitrary delays in favor of actual server ready state
- Fix development mode environment variable detection
- Add proper window focus and visibility optimizations
- Improve error handling with user-friendly dialogs
- Remove Express dependency to reduce bundle size
0 commit comments