| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flowsurface-universal-macos.tar.gz | 2025-11-25 | 15.4 MB | |
| SHA256SUMS.asc | 2025-11-25 | 659 Bytes | |
| SHA256SUMS | 2025-11-25 | 395 Bytes | |
| flowsurface-aarch64-linux.tar.gz | 2025-11-25 | 9.7 MB | |
| flowsurface-x86_64-windows.zip | 2025-11-25 | 8.6 MB | |
| flowsurface-x86_64-linux.tar.gz | 2025-11-25 | 10.1 MB | |
| README.md | 2025-11-25 | 1.3 kB | |
| v0.8.6 source code.tar.gz | 2025-11-25 | 662.1 kB | |
| v0.8.6 source code.zip | 2025-11-25 | 707.9 kB | |
| Totals: 9 Items | 45.1 MB | 0 | |
Added
- Added
MiniTickersListmenus to panes, enabling a simpler way to switch tickers in charts, panels, or across linked panes - Added a new indicator to the
Ladderwidget:ChaseTracker, which can highlight consecutive best-price moves on each side of the book, making fast-moving markets visually easier to follow (#69) - Added a new chart type,
ComparisonChart: a customizable line graph on a percentage-based scale, compares multiple data sources over the same time range using klinecloseprices (#70)
Fixed
- Fixed an issue where sometimes some chart layouts were skipped on startup, defaulting to presets. This also resolves an edge case where a footprint chart could incorrectly load as a candlestick chart (9792299c902df6186fa1e26cd75aecd4505a1551)
### Improved
- Improved pane initialization: panes can now be started within
Starterpane without requiring theTickersTable, streamlining setup - Improved market data unit handling: the app now can perform a soft restart when the display unit is changed, eliminating the need for a full relaunch
- Improved usability: search boxes now automatically focus when they are opened or reopened(e.g.
TickersTableandMiniTickersListmenus toggled on)
Full Changelog: https://github.com/flowsurface-rs/flowsurface/compare/v0.8.5...v0.8.6