Skip to content

PzzaCode 0.2.14

Choose a tag to compare

@pzzaworks pzzaworks released this 05 Sep 22:59
· 153 commits to main since this release

What's new in 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.