diff --git a/screenpipe-app-tauri/app/page.tsx b/screenpipe-app-tauri/app/page.tsx index 6caf421ec..134189953 100644 --- a/screenpipe-app-tauri/app/page.tsx +++ b/screenpipe-app-tauri/app/page.tsx @@ -96,7 +96,7 @@ export default function Home() { {showOnboarding && } - + {/* */}
{settings.isLoading ? ( diff --git a/screenpipe-app-tauri/components/header.tsx b/screenpipe-app-tauri/components/header.tsx index 2ccee13b3..8822509e7 100644 --- a/screenpipe-app-tauri/components/header.tsx +++ b/screenpipe-app-tauri/components/header.tsx @@ -197,13 +197,13 @@ export default function Header() { show onboarding - setShowChangelogDialog(true)} > show changelog - + */}
diff --git a/screenpipe-app-tauri/src-tauri/Cargo.toml b/screenpipe-app-tauri/src-tauri/Cargo.toml index 757a9e0bd..4c420a785 100644 --- a/screenpipe-app-tauri/src-tauri/Cargo.toml +++ b/screenpipe-app-tauri/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "screenpipe-app" -version = "0.9.7" +version = "0.9.8" description = "" authors = ["you"] license = ""