Period: October 23, 2025 Total Commits: 4

Daily Dev Update: Smoother Desktop Updates, Fewer Service Hiccups - October 23, 2025

Hey, here’s what we worked on today. No balance changes this round—this one’s about making the desktop app update cleanly and keeping services from face-planting mid-session.

What’s New

Cross‑platform desktop auto‑updater

We added a built‑in updater to the desktop build so you don’t have to chase downloads. It’s simple and gives you control over when to install.

What it does now:

Why this matters:

What Got Fixed

Service crash from a bad Redis connection fallback

We tracked down a crash where one of our services would try to connect to the wrong Redis address on boot. It defaulted to localhost before config loaded, then refused connections and took the service down with it.

Under the Hood

If you see anything odd with the update prompts (looping dialogs, stuck progress, etc.), send a note with your OS and steps to reproduce. That helps us tighten it up quickly.

Thanks for the steady stream of reports and logs—today’s stability fix came straight out of that feedback.