From 342fb9e9b80db17aac851c3d2c44da0ddfd310ba Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Tue, 1 Oct 2024 23:22:34 +0800 Subject: [PATCH] beta 4 --- Cargo.lock | 2 +- apps/desktop/src-tauri/Cargo.toml | 2 +- apps/web/content/changelog/5.mdx | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 apps/web/content/changelog/5.mdx diff --git a/Cargo.lock b/Cargo.lock index f02d0cae..5ef92eec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1407,7 +1407,7 @@ dependencies = [ [[package]] name = "desktop" -version = "0.3.0-beta.3" +version = "0.3.0-beta.4" dependencies = [ "anyhow", "axum", diff --git a/apps/desktop/src-tauri/Cargo.toml b/apps/desktop/src-tauri/Cargo.toml index a132df2b..d5388786 100644 --- a/apps/desktop/src-tauri/Cargo.toml +++ b/apps/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "desktop" -version = "0.3.0-beta.3" +version = "0.3.0-beta.4" description = "Beautiful, shareable screen recordings." authors = ["you"] edition = "2021" diff --git a/apps/web/content/changelog/5.mdx b/apps/web/content/changelog/5.mdx new file mode 100644 index 00000000..f6034b60 --- /dev/null +++ b/apps/web/content/changelog/5.mdx @@ -0,0 +1,10 @@ +--- +title: Edit During Playback + Bug Fixes +app: Cap Desktop +publishedAt: "2024-10-01" +version: 0.3.0-beta.4 +image: +--- + +- Edits made during playback are now shown in real time +- Clicking on Cap in the macOS dock will bring the main window to the front, reopening if necessary