Releases: Hootsworth/LinkUp
Release list
LinkUp v0.4.1
Direct P2P Remote Desktop client installers.
LinkUp v0.3.0
Direct P2P Remote Desktop client installers.
LinkUp v0.2.4
LinkUp v0.2.4 (Squircle App Icon Release)
This maintenance release replaces the application branding logo, window icons across Windows, Linux, and macOS, and the app HTML window favicon.
Key Enhancements
- Transparent Squircle App Icons: Masked the brand icon with standard iOS/macOS 220px corner radii, using background flood segmentation to remove outer white borders.
- Auto-Scaled Multi-Format App Icons: Regenerated all platform assets (
icon.ico,icon.icns, and standard png dimensions) using the Tauri CLI generator.
LinkUp v0.2.3
LinkUp v0.2.3 (Brand App Icon Update)
This maintenance release replaces the application branding logo, window icons across Windows, Linux, and macOS, and the app HTML window favicon.
Key Enhancements
- Minimalist Monitor Icon: Integrated the new custom logo design inside the client application dashboard.
- Auto-Scaled Multi-Format App Icons: Auto-generated new
icon.ico,icon.icns, and standard png dimensions using the Tauri CLI generator. - HTML Head Favicon: Configured a favicon metadata tag linking the logo inside
src/index.html.
LinkUp v0.2.2
LinkUp v0.2.2 (Platform Release Fix)
This maintenance release resolves a Windows-specific compilation failure in the DXGI frame capture backend.
Bug Fixes
- DXGI Capture Sync Fix: Restored missing synchronization imports (
MutexandLazyLock) in the Windows capture module insidesrc-tauri/src/capture.rsthat caused the Tauri builder to abort.
This update ensures complete platform support, generating installers for Windows (.exe), Linux (.deb), and macOS (.dmg).
LinkUp v0.2.1
LinkUp v0.2.1 (Maintenance Update)
This maintenance release introduces critical connection stability and performance optimizations to the remote streaming and control experience.
Key Enhancements
- Canvas WebRTC Video Track Stream: Replaced high-latency Base64 JPEG data channel transmissions with a native WebRTC video track stream captured via a hidden canvas. Stream compression is handled by hardware-accelerated H.264/VP8 codecs inside the WebView.
- WebView Background Keep-Alive: Implements a silent Web Audio loop to prevent the host OS from throttling or suspending the background WebView, maintaining immediate connection responses when blurred.
- 0ms Client Cursor Echo: Repositions a local pointer dot overlay instantly on viewer mouse movements, bypassing network transport delays for instant feedback.
- Dynamic Congestion Control: Periodically monitors active candidate ping latency (RTT) and dynamically scales host capture framerates (6fps to 30fps) and encoding quality on-the-fly to prevent stuttering.
LinkUp v0.2.0
Direct P2P Remote Desktop client installers.
LinkUp 0.1.5
What's new
- Rebuilt remote viewing around a real WebRTC video track for much higher-quality screen streaming.
- Kept the native JPEG stream as a compatibility fallback for WebViews without display capture.
- Overhauled the app UI using the ElevenLabs-inspired editorial design system.
- Added a new first-run console with clear Host and Control actions.
- Bumped package, Cargo, and docs download metadata to 0.1.5.
Verification
- node --check src/main.js
- cargo check
LinkUp v0.1.3
Direct P2P Remote Desktop client installers.
LinkUp v0.1.2
Direct P2P Remote Desktop client installers.