From 8de88ad25b0e2e9fc0b3868e759cecee8463869f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Jul 2026 10:49:08 +0000 Subject: [PATCH] docs: add changelog for 0.5.4 --- apps/web/content/changelog/98.mdx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 apps/web/content/changelog/98.mdx diff --git a/apps/web/content/changelog/98.mdx b/apps/web/content/changelog/98.mdx new file mode 100644 index 00000000000..2fedb66fbe5 --- /dev/null +++ b/apps/web/content/changelog/98.mdx @@ -0,0 +1,24 @@ +--- +title: Custom Recordings Path & Windows Reliability Fixes +app: Cap Desktop +publishedAt: "2026-07-02" +version: 0.5.4 +image: +--- + +A focused release with a new custom recordings storage location and a set of Windows and recording reliability fixes. + +## Features + +- **Custom recordings storage path** - Choose where Cap stores your recordings from Settings -> General, instead of always using the default location. + +## Fixes + +- **Windows ghost overlay after recording** - Removed Cap Target Select from the default excluded windows list so it no longer leaves a ghost overlay behind after recording on Windows, with existing installs migrated automatically on startup. +- **Windows screenshot clipboard fix** - Screenshots copied to the clipboard on Windows are now composited onto a white background first, fixing screenshots that previously pasted with a black or transparent backdrop. +- **Mic/video sync double-count fix** - Fixed an audio/video sync issue where trimmed microphone samples could be double-counted, throwing off the mic offset calculation in the editor. +- **Safer recordings folder handling** - Added error logging, safer path conversion, and better error handling around recordings folder commands so failures are easier to diagnose instead of failing silently. + +## Performance + +- **Faster file exports** - Exporting to a file now skips an unnecessary transparency pixel scan, speeding up the export pipeline.