feat: stuffy feature bundle #159

Merged
naomi merged 14 commits from feat/stuffy into main 2026-02-24 20:48:50 -08:00
Showing only changes of commit b5c67cb4df - Show all commits
+1 -1
View File
@@ -2,7 +2,7 @@
import { invoke } from "@tauri-apps/api/core";
import { onMount } from "svelte";
const SUPPORTED_CLI_VERSION = "2.1.33";
const SUPPORTED_CLI_VERSION = "2.1.50";
let installedVersion = $state("Loading...");