Announcing slides-tape v2.1.0: Professional Terminal Recording
Discover the major architectural upgrades in v2.1.0 including live audio narratives, deterministic rendering, and Playwright automation.
We are thrilled to announce the stable release of slides-tape v2.1.0. This release represents a significant leap forward in bridge-natively captured terminal presentations.
Why slides-tape?
Standard screen recording tools often drop frames when your system is under heavy load (like during an npm install or docker build). slides-tape solves this by splitting the execution from the rendering.
Key Highlights in v2.1.0:
- 🎙️ Audio Narrative Recording: Capture your voiceover live in the browser using the
MediaRecorderAPI. - 🏗️ Deterministic Runner: A two-phase execution loop (Capture → Render) ensures perfect, constant FPS regardless of system load.
- ⚡ Time-Crystal Replays: Re-render 5-minute sessions in seconds using our proprietary
.treevent logs. - 🤖 Playwright Directives: Natural language commands like
@clickTextfor seamless browser automation.
Getting Started
You can upgrade to the latest version via npm:
npm install -g slides-tape@latest
Stay tuned for more updates as we continue to push the boundaries of technical Markdown presentations!