Skip to content

Scrollr Desktop v1.1.5 — Kalshi cleans up

Choose a tag to compare

@github-actions github-actions released this 15 Jul 02:59
61530e3

The predictions widget's spring cleaning: only live markets, one way to use them, and a proper send-off for the ones that settled.

✨ New

  • Browse markets the way the exchange does. Trending opens into category sections — Sports, Crypto, Elections, hottest first — each card a real question with its outcomes, probability pills that flash as prices move, and 24-hour volume. One row of lenses re-cuts the whole universe: Movers, Closing soon, Resolved, or your Watchlist. (#224)
  • Resolved markets finally get closure. The new Resolved view shows everything that settled in the last 24 hours as full cards — who won and who lost, when it settled, and how big it traded. No other feed tells you how yesterday's questions ended. (#224)
  • Configure is one simple page. Your watchlist, what the ticker shows when nothing's starred, and display toggles. That's the whole page. The old category filters and the separate pin list are gone — stars are the one list now, and anything you'd pinned moves itself over. (#224)

💄 Improvements

  • The whole channel got a design pass: real cards with uniform heights, numbers that line up in columns everywhere, one control bar instead of three stacked rows of pills, and the ticker chip now wears its probability as a pill. Kalshi's teal accent finally matches across the app. (#224)
  • The Home page shows a live predictions preview — your top movers at a glance — instead of an empty row. (#224)

🐛 Fixes

  • Dead markets no longer haunt the feed. Settled and finished markets used to pile up and outrank live ones by lifetime volume — the widget could look weeks out of date, with long-decided World Cup matches stuck at the top. The server now retires markets the moment they leave the exchange's active list, double-checks their final results, and ranks everything by 24-hour volume — so what you see is what's trading right now. (#223)
  • "Resolved today" means today: settlements are stamped once, at the moment they happen, instead of guessed from the last data refresh. (#223)
  • Fixed an issue where some server requests could be served without full authentication checks. (#220)

🔧 Under the hood

Every news feed became its own widget server-side (#221); dormant markets stopped generating update churn; and per-user server config for predictions is retired in favor of client-side filtering — one shared cache for everyone.

Full changelog: desktop-v1.1.4...desktop-v1.1.5