| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| SHA256SUMS.asc | 2026-04-24 | 659 Bytes | |
| SHA256SUMS | 2026-04-24 | 395 Bytes | |
| flowsurface-aarch64-linux.tar.gz | 2026-04-24 | 10.2 MB | |
| flowsurface-x86_64-windows.zip | 2026-04-24 | 9.1 MB | |
| flowsurface-universal-macos.tar.gz | 2026-04-24 | 16.3 MB | |
| flowsurface-x86_64-linux.tar.gz | 2026-04-24 | 10.6 MB | |
| README.md | 2026-04-24 | 945 Bytes | |
| v0.8.8 source code.tar.gz | 2026-04-24 | 763.0 kB | |
| v0.8.8 source code.zip | 2026-04-24 | 840.2 kB | |
| Totals: 9 Items | 47.8 MB | 7 | |
Fixed
- Migrated Binance perpetual WebSocket market-data streams to the new routed endpoints (/public/stream and /market/stream). Binance migration notice
- Fixed an issue where depth/trade/kline WebSocket loops could continue running after those streams were no longer used.
Added
- Added a shader-based heatmap chart, an experimental GPU-accelerated alternative to the legacy canvas heatmap for faster, smoother rendering. ( [#100] )
- Added a retry action in
TickersTablefor failed metadata fetches.
Improved
- Reworked exchange adapters to remove global state and improve connection management. ( [#112] )
- Proxy changes now require only a UI soft reload instead of a full app restart.
Full Changelog: https://github.com/flowsurface-rs/flowsurface/compare/v0.8.7...v0.8.8