pzzacode 0.2.14
Remote desktop
- "Open desktop" no longer freezes the app: the ssh setup, tunnel and viewer launch run off the UI thread, so PzzaCode stays responsive while the desktop comes up.
- The desktop opens fullscreen (toggle with Ctrl+Alt+Enter), and the remote resizes to match.
Connections
- PzzaCode now manages its own ssh connection multiplexing. Opening several tiles on the same device, scanning it, and forwarding its ports all share one connection, so tiles open faster and no longer depend on ControlMaster being set in your
~/.ssh/config.