From d12ffd7ef41557a6569cec8b2a75a2b41383f97d Mon Sep 17 00:00:00 2001 From: Louis Beaumont Date: Wed, 6 Nov 2024 15:29:11 -0800 Subject: [PATCH] disable changelog dialog temporarily! --- screenpipe-app-tauri/app/page.tsx | 2 +- screenpipe-app-tauri/components/header.tsx | 4 ++-- screenpipe-app-tauri/src-tauri/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 = ""