v0.1.7 embedded the signing public key. v0.1.8 turns the updater on.
Set bundle.createUpdaterArtifacts: true in the Tauri config — without it, builds produce installers but never emit the signed .sig files or the latest.json manifest the updater needs to function. The fix is a one-line config flip; took us long enough to find.
Once you install v0.1.8, future Corbsy Studio releases land inside the app. You'll see a confirm dialog the next time we ship; click Update, the signed payload downloads + verifies + restarts you into the new version. No more "uninstall and reinstall" anywhere in your future.
This is the last installer you'll have to download by hand.
## Desktop v0.1.9
v0.1.9 fixed the desktop capability wiring for the remotely loaded studio webview. The app could build and install, but the web UI needed the right capability surface before desktop-only commands behaved consistently from studio.corbsy.com.
## Desktop v0.1.10
v0.1.10 fixed template lookup for projects created from the bundled desktop templates. New local projects now resolve their starter files from the installed app bundle instead of assuming the development checkout layout exists on a user's machine.
## Desktop v0.1.11
v0.1.11 removed the Windows console flash during CLI detection. The desktop app still checks for local tools like Claude, Codex, Gemini, HuggingFace, and GitHub CLI, but those subprocess probes now run without popping transient terminal windows over the studio.
## Desktop v0.1.12
v0.1.12 registered the in-app update check command and added the first-run CLI test path. That made the Settings/provider onboarding flow able to confirm both update availability and local subscription-CLI readiness from the desktop shell.
## Desktop v0.1.13
v0.1.13 fixed CLI spawning for tutorial-mode prompts by sending prompt text through stdin. Long, structured prompts no longer get jammed into command arguments, which keeps the desktop subscription-CLI route from falling back to API-key behavior.
## Desktop v0.1.14
v0.1.14 shipped the holistic CLI pipeline fix: stronger CLI routing, clearer diagnostics, an engine decision checkpoint, and tests around the desktop bridge path. The focus was making every chat-LLM capability prefer authenticated local CLIs when available.
## Desktop v0.1.15
v0.1.15 was a release-pipeline validation build after the desktop release workflow fix. It bumped the desktop version to prove the repaired pipeline could build, sign, and publish a fresh updater-compatible tag.