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
Forced Auto-Update System: Integrated electron-updater to automatically notify and enforce updates. When a new version is downloaded in the background, the application will prompt a mandatory "Restart Now" dialog to ensure users are always on the latest version.
macOS Auto-Update Support: Added the .zip target in the build process to natively support macOS background updates via Squirrel.Mac.
π Bug Fixes
File Selection Bug Fixed: Resolved an issue in the Connection Settings dialog where the browse (...) buttons for selecting Private Keys (.pem) in the SSH tab, and Certificates (.crt/.pem) in the TLS tab were unresponsive due to an IPC channel mismatch.
π¦ Under the Hood
Synchronized frontend ipcRenderer and backend ipcMain channels to properly route the shell:openFile events.
Updated electron-builder.yml to package both .dmg and .zip for macOS Apple Silicon (arm64) and Intel (x64).