Releases: danupsher/vsbtc
Releases · danupsher/vsbtc
v0.2.1
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's New in v0.2.0
Live Price Streaming
Prices now update in real-time via Hyperliquid's WebSocket allMids subscription. Previously, prices were fetched once at startup and never refreshed.
Periodic Market Data Refresh
Open interest, funding rates, 24h volume, and 24h % change are now refreshed every 60 seconds via the REST API.
Accurate vs BTC Calculations
The vs BTC columns now use live prices, making the relative strength readings useful for real-time trading.
Proper Platform Packaging
- macOS: Native
.appbundle in a.dmgwith app icon — drag to Applications to install - Windows: Icon embedded in the
.exe - Linux: Includes
.desktopfile and icon for desktop integration
Bug Fixes
- Fixed metrics recomputation overwriting live prices with stale startup data
- Fixed BTC header price not updating after launch
- Version number now shown in window title
Downloads
| Platform | File |
|---|---|
| macOS Apple Silicon | vsbtc-macos-aarch64.dmg |
| macOS Intel | vsbtc-macos-x86_64.dmg |
| Windows x86_64 | vsbtc-windows-x86_64.zip |
| Linux x86_64 | vsbtc-linux-x86_64.tar.gz |
| Linux aarch64 | vsbtc-linux-aarch64.tar.gz |
No dependencies or API keys needed. Connects directly to Hyperliquid's public API.
v0.1.0
Full Changelog: https://github.com/danupsher/vsbtc/commits/v0.1.0