Skip to content

Commit 555c998

Browse files
committed
0.4.7 release
1 parent 0dc117c commit 555c998

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

  • apps/web/content/changelog

apps/web/content/changelog/90.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Faster Editor Playback, GPU-Accelerated Exports & Windows Performance
3+
app: Cap Desktop
4+
publishedAt: "2026-02-18"
5+
version: 0.4.7
6+
image:
7+
---
8+
9+
- **Dramatically faster editor playback** — Color conversion now happens entirely on the GPU, cutting data transfer by 62% and making scrubbing and playback feel significantly snappier. Frame caching and prefetch logic were also reworked so the editor stays responsive even on longer recordings.
10+
- **GPU-accelerated exports** — Exports are noticeably faster thanks to a new GPU rendering path with pipelined decoding. When GPU conversion isn't available, an optimized CPU fallback takes over automatically. Export size and time estimates are now much more accurate.
11+
- **Windows playback performance** — Switched to the native MediaFoundation decoder with zero-copy frame handling and preferred the Dx12 GPU backend, resulting in much lower latency during playback on Windows.
12+
- **Prewarmed editor GPU pipeline** — The rendering pipeline now initializes in the background at startup, so the editor is ready to play the moment you open it.
13+
- **Better crop and padding rendering** — Fixed an issue where padding and backgrounds rendered incorrectly when a crop region was applied.
14+
- **Improved stability** — Graceful shutdown handling to prevent crashes on exit, reliable camera window cleanup when recordings end, and better audio sync for long recordings.

0 commit comments

Comments
 (0)