| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flowsurface-universal-macos.tar.gz | 2025-07-20 | 13.4 MB | |
| flowsurface-x86_64-linux.tar.gz | 2025-07-20 | 8.8 MB | |
| flowsurface-x86_64-windows.zip | 2025-07-20 | 7.7 MB | |
| README.md | 2025-07-19 | 1.9 kB | |
| v0.8.0 source code.tar.gz | 2025-07-19 | 580.4 kB | |
| v0.8.0 source code.zip | 2025-07-19 | 616.3 kB | |
| Totals: 6 Items | 31.1 MB | 0 | |
Added
- Added ability for custom price grouping & custom ticks for interval aggregations
- Added a crosshair tooltip for
HeatmapChartthat can show bid/ask quantities near the cell hovered by the cursor- [#52] - Added proper autoscaling for
KlineChartthat can fit the data in the visible y-axis range - [#53] - Added fixed window & visible range options for Volume Profile study of
HeatmapChart - Added pane linking/grouping to quickly switch tickers on multiple panes while preserving their contents/settings
- Added new timeframe options 6h, 12h and 1d
Improved
- Simplified draggable row behaviors that exist on some modals
Time&Salespanel is now based oniced::widget::Canvasand is scrollable - [#54]- Reworked rate limiter to include all the repeatable fetch requests and made it stricter/more aggressive - [#51]
- Price segments on
TickersTablecards are now highlighted when the table remains open between update cycles
Fixed
- Fixed multiple data retain issues with
HeatmapChart, adjusted how it retains/keeps older data with periodically called cleanup methods - Fixed an issue with trade fetching where latest kline might not get fetched fully
- Fixed an issue with indicator panels exceeding some layout limits when toggling them, now they will properly expand/shrink depending on layout
- Fixed a crash when switching tickers with different market types on
KlineChart. This was happening when any unsupported indicators were persisted while switching - Fixed an exchange geo-block related crash on initial fetch for
TickersTable. Adjusted to not try to fetch for unavailable exchanges for ticker card updates - Fixed a bunch of other stability issues & inconsistencies on charts, chart labels, panels and persistent data
Full Changelog: https://github.com/akenshaw/flowsurface/compare/v0.7.0...v0.8.0