Tunnel Agent 0.6.3
Installation
| Platform | Installer | Portable |
|---|---|---|
| Windows x64 | Setup.exe | .zip |
| Windows arm64 | Setup.exe | .zip |
| Linux x64 | .AppImage | — |
| Linux arm64 | .AppImage | — |
| macOS x64 (Intel) | .pkg | .zip |
| macOS arm64 (Apple Silicon) | .pkg | .zip |
Existing installations update automatically via Velopack.
Changed
-
Tray usage popup primary action (
Views/TrayUsagePopup.axaml): Open app moved from the footer to the bottom of the left rail (always visible) as the popup's primary action, and Configuration moved to the footer, since opening the full app is the more common action. -
Tray usage popup Home view (
Views/TrayUsagePopup.axaml(.cs),MainWindowViewModel): the popup now opens on Home, which combines the engine status/controls with a Usage section below listing every connected provider and its quota usage (plan badge, usage bars, per-account and refresh-all controls), or a No accounts to show empty state when nothing is connected. The separate Usage rail button was dropped — the per-provider rail icons still drill into a single provider's quota. This makes Home a single at-a-glance dashboard and matches the main Quota window's empty state.
Fixed
- Tray usage popup forgetting the last view (
Services/TrayService.cs): the popup forced the Home view on every open, so switching to a provider's quota and reopening always reset to Home. The forced reset was removed; since the popup window and itsDataContextare reused, it now reopens on the last viewed tab (Home or the selected provider), while still defaulting to Home on the first open after launch.