Skip to content

LeafBase v1.1.2

Choose a tag to compare

@github-actions github-actions released this 01 May 17:54
· 21 commits to main since this release

LeafBase v1.1.2 Release Notes

πŸš€ Features & Enhancements

  • 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).