Skip to content

Commit eea95b6

Browse files
committed
docs(web): add desktop 0.4.83 changelog
Made-with: Cursor
1 parent 8808666 commit eea95b6

File tree

1 file changed

+21
-0
lines changed
  • apps/web/content/changelog

1 file changed

+21
-0
lines changed

apps/web/content/changelog/93.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Audio Fixes, Stability & Crash Recovery
3+
app: Cap Desktop
4+
publishedAt: "2026-04-03"
5+
version: 0.4.83
6+
image:
7+
---
8+
9+
- **Audio across speed segments** — Timeline audio now renders correctly across speed change boundaries. Previously, applying speed changes could cause audio to cut out or glitch at segment edges.
10+
- **Audio playback stability** — Fixed a crash that could occur when starting audio playback in certain editor states.
11+
- **Audio drift correction** — The macOS MP4 encoder audio drift guard is now based on effective video PTS, fixing audio sync drift that could occur with external microphones.
12+
- **Sensitive mask scaling** — Pixelation masks now scale proportionally with output height, so blurred regions stay correctly sized when exporting at different resolutions.
13+
- **FFmpeg decoder reliability** — Future frames are now ignored during decoder fallback, and the frame reuse window is wider, preventing wrong frames from appearing during seeking or playback near cuts.
14+
- **Export fix for recovered projects** — Recovered projects no longer force the FFmpeg decoder path, fixing export failures that could occur on recordings restored from a crash.
15+
- **macOS startup race fix** — Main window setup is deferred until the UI reports ready, and uploads resume correctly after the ready listener installs. This fixes a class of startup hangs and stalled uploads on macOS.
16+
- **Window layering fix** — The main panel is no longer forced above other windows when shown, fixing cases where Cap would unexpectedly steal focus.
17+
- **macOS dock icon sync** — Dock icon visibility now correctly follows the hide-dock-icon setting and updates when windows open or close.
18+
- **Camera cleanup on exit** — Camera preview shutdown always begins on app exit, and macOS camera window teardown is skipped during exit cleanup to prevent quit-time crashes.
19+
- **Windows editor reopen** — Editor windows on Windows now correctly reopen after being closed, matching the existing macOS behavior.
20+
- **Hex color input** — RGB hex input is now gated until the full digit count is entered, preventing partial color values from being applied mid-typing.
21+
- **Camera preview compositing** — The camera preview now selects a supported wgpu composite alpha mode, fixing rendering artifacts on GPUs that don't support the previously hardcoded mode.

0 commit comments

Comments
 (0)