Skip to content

Releases: danupsher/vsbtc

v0.2.1

26 Mar 20:16

Choose a tag to compare

v0.2.0

26 Mar 19:54

Choose a tag to compare

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 .app bundle in a .dmg with app icon — drag to Applications to install
  • Windows: Icon embedded in the .exe
  • Linux: Includes .desktop file 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

26 Mar 19:09

Choose a tag to compare