Skip to content

Tags: flowsurface-rs/flowsurface

Tags

v0.8.5

Toggle v0.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md to include other exchanges supported + ladder in fea…

…tures (#67)

* Update README.md

* Add DOM (Depth of Market) feature description to README

* update trade fetch section for new exchanges

---------

Co-authored-by: akenshaw <[email protected]>

v0.8.0

Toggle v0.8.0's commit message
fix(heatmap): prevent overlapping bid/ask runs

-- with >100ms aggregations, there were some edge cases with side flips, where it was missing to end the previous run and resulting to an overly extended run that isnt completely accurate. The fix should also result smoother runs on these aggregations without having the need for "coalescing" filter on

v0.7.0

Toggle v0.7.0's commit message
update workflow to include necessary libs

v0.6.0

Toggle v0.6.0's commit message
chore: implement an icon to "indicator toggle" modals

v0.5.0

Toggle v0.5.0's commit message
feat!: moved persistent storage to user data dir.

-- /home/user/.local/share/flowsurface
-- 	/Users/user/Library/Application Support/flowsurface
-- 	C:\Users\user\AppData\Roaming\flowsurface

v0.2

Toggle v0.2's commit message
add depth bars showing current orderbook, +avoided unnecessary time c…

…onversions

v0.1.0

Toggle v0.1.0's commit message
used more enums instead of strings where possible

v0.1a

Toggle v0.1a's commit message
add experimental depth heatmaps