From 1eba19c30014f071e0a1b301df3e6dc611410f54 Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Wed, 5 Nov 2025 00:54:54 +0800 Subject: [PATCH 1/3] 0.3.82 --- Cargo.lock | 2 +- apps/desktop/src-tauri/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2db981426..1141acf3cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1172,7 +1172,7 @@ dependencies = [ [[package]] name = "cap-desktop" -version = "0.3.81" +version = "0.3.82" dependencies = [ "anyhow", "async-stream", diff --git a/apps/desktop/src-tauri/Cargo.toml b/apps/desktop/src-tauri/Cargo.toml index 54245b671d..02b6b27389 100644 --- a/apps/desktop/src-tauri/Cargo.toml +++ b/apps/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cap-desktop" -version = "0.3.81" +version = "0.3.82" description = "Beautiful screen recordings, owned by you." authors = ["you"] edition = "2024" From c0f34384ba69f87285cb9ee6d939928b0747ed24 Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Wed, 5 Nov 2025 14:27:51 +0800 Subject: [PATCH 2/3] changelog --- apps/web/content/changelog/81.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apps/web/content/changelog/81.mdx diff --git a/apps/web/content/changelog/81.mdx b/apps/web/content/changelog/81.mdx new file mode 100644 index 0000000000..d157fd195e --- /dev/null +++ b/apps/web/content/changelog/81.mdx @@ -0,0 +1,11 @@ +--- +title: Speed modification in editor, New Crop UI, Bug fixes +app: Cap Desktop +publishedAt: “2025-11-5” +version: 0.3.82 +image: +--- + +- **Speed modification** - Clip segments now have a Speed option in the editor, allowing them to be slowed down or sped up. Currently, changing the speed of a segment will mute its audio. +- **New Crop UI** - Thanks to @ItsEeleeya the area select and editor crop UI now has more features and is much smoother. +- **Bug fixes** - macOS recording errors should be less common, and some recordings should no longer look distored in the Editor From e97d7d8f9a98e0aec9097f8e010b2908089375a1 Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Wed, 5 Nov 2025 14:31:17 +0800 Subject: [PATCH 3/3] Update apps/web/content/changelog/81.mdx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- apps/web/content/changelog/81.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/content/changelog/81.mdx b/apps/web/content/changelog/81.mdx index d157fd195e..55f2b23c39 100644 --- a/apps/web/content/changelog/81.mdx +++ b/apps/web/content/changelog/81.mdx @@ -8,4 +8,4 @@ image: - **Speed modification** - Clip segments now have a Speed option in the editor, allowing them to be slowed down or sped up. Currently, changing the speed of a segment will mute its audio. - **New Crop UI** - Thanks to @ItsEeleeya the area select and editor crop UI now has more features and is much smoother. -- **Bug fixes** - macOS recording errors should be less common, and some recordings should no longer look distored in the Editor +- **Bug fixes** - macOS recording errors should be less common, and some recordings should no longer look distorted in the Editor