| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| SHA256SUMS.asc | 2026-06-23 | 659 Bytes | |
| SHA256SUMS | 2026-06-23 | 395 Bytes | |
| flowsurface-aarch64-linux.tar.gz | 2026-06-23 | 10.4 MB | |
| flowsurface-universal-macos.tar.gz | 2026-06-23 | 16.9 MB | |
| flowsurface-x86_64-linux.tar.gz | 2026-06-23 | 10.9 MB | |
| flowsurface-x86_64-windows.zip | 2026-06-23 | 9.4 MB | |
| README.md | 2026-06-23 | 1.3 kB | |
| v0.8.9 source code.tar.gz | 2026-06-23 | 777.4 kB | |
| v0.8.9 source code.zip | 2026-06-23 | 856.3 kB | |
| Totals: 9 Items | 49.2 MB | 1 | |
Fixed
- Binance ticker stats parsing broken - Binance changed their API, breaking ticker data fetches. Temporarily fixed until they finish their linear/inverse migration. (b985a9f500e22752dc0b4680a826eb75528fd676)
- Hyperliquid USDC tickers mislabeled - Perpetual tickers quoted in USDC now correctly show "USDC" instead of "USDT".*
- Heatmap drag-zoom - Zooming now anchors to the rightmost visible edge instead of being overly aggressive when panned away from live data.
- Heatmap config resetting on restart - Visual heatmap settings now persist across sessions and validate correctly when switching tickers.
Added
- Cumulative Volume Delta (CVD) indicator - New
KlineChartindicator showing cumulative buy vs. sell volume delta over time. (by @Niketion in [#115]) - Persistent indicator labels - New setting to keep
KlineChartindicator labels always visible, not just on hover. (by @Niketion in [#116]) - Summary text under footprint candles - Volume and delta summaries shown directly below each footprint candle. (by @devgreek in [#118])
- Unicode ticker names - Tickers with Unicode names are now supported. (by @levpen in [#125])
- USDC-quoted tickers - Support for USDC-quoted tickers on supported exchanges.
Full Changelog: https://github.com/flowsurface-rs/flowsurface/compare/v0.8.8...v0.8.9