Skip to content

VoidLink v0.4.2

Choose a tag to compare

@github-actions github-actions released this 11 Feb 13:18
· 0 commits to 591d158f71d302c68d751e09fce775ce05a74fb1 since this release

📥 Downloads

Platform Architecture Download
🪟 Windows x64 VoidLink_0.4.2_x64-setup.exe
🍎 macOS Apple Silicon (M1/M2) VoidLink_0.4.2_aarch64.dmg
🍎 macOS Intel VoidLink_0.4.2_x64.dmg
🐧 Linux x64 (AppImage) VoidLink_0.4.2_amd64.AppImage
🐧 Linux x64 (deb) VoidLink_0.4.2_amd64.deb
🐧 Linux x64 (rpm) VoidLink-0.4.2-1.x86_64.rpm

📝 What's Changed

🐛 Bug Fixes

  • Linux Close Button: Fixed the window close button stopping to work after restoring from system tray. Close handling is now managed natively in the Rust backend, preventing listener loss on hide/show cycles.
  • Linux Open Folder: Fixed "Open Server Folder" not working on Linux. Now correctly uses xdg-open instead of macOS-only open command.

✨ Features & Improvements

  • Monochromatic Tray Icon: Replaced the default app icon in the system tray with a dedicated monochromatic icon for better visibility on all desktop environments.
  • Native Tray Menu Separators: Replaced text-based separators with native OS separators in the system tray menu. Server status icons now use Unicode characters (● ○) for consistent rendering across platforms.