Release Notes
Bug Fixes
- Fix Escape/CloseOverlay resetting zoomed panel back to normal layout (#105)
- Fix sidebar "Reconnect" action disconnecting instead of reconnecting the selected profile (#106, #145)
- Fix exponential backoff overflow causing infinite retry delays at high attempt counts (#110)
- Fix renaming a profile breaking reconnect by not updating
last_connected_profile(#111) - Fix deleting a profile during Connecting or Disconnecting state causing state corruption (#112)
- Fix "IP unchanged" warning flooding logs every telemetry poll cycle while connected (#113)
- Fix 0ms latency falsely showing EXCELLENT quality instead of UNKNOWN (#146)
Features
- Add
ConnectSelectedaction: sidebarrkey now connects the highlighted profile rather than the last-used one - Add
Unknownquality state when no metrics have arrived yet, displayed as "─────" in header and "UNKNOWN" in details - Include latency in connection quality scoring (Poor ≥ 300ms, Fair ≥ 100ms)
- Cap retry backoff at configurable
connect_retry_max_delay_secs(default 300s)
Documentation
- Rewrite ROADMAP as a product journey with themed releases and user stories
Miscellaneous
- deps: Bump the rust-minor group with 3 updates (#149)
Install vortix 0.1.7
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Harry-kp/vortix/releases/download/v0.1.7/vortix-installer.sh | shInstall prebuilt binaries via Homebrew
brew install Harry-kp/tap/vortixInstall prebuilt binaries into your npm project
npm install @harry-kp/vortix@0.1.7Download vortix 0.1.7
| File | Platform | Checksum |
|---|---|---|
| vortix-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| vortix-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| vortix-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| vortix-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| vortix-aarch64-unknown-linux-musl.tar.xz | ARM64 MUSL Linux | checksum |
| vortix-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |