0.33.1

SWivid/F5-TTS0.33.1Jun 22, 2026by rerun-bot

AI Summary

Rerun 0.33.1 introduces a viewer improvement allowing for temporary time pausing during scrubbing and fixes a bug where duplicate chunks containing transform data were being incorrectly deleted.

Key Highlights

  • Temporary time pause on scrubbing in the viewer
  • Bug fix preventing deletion of 'duplicate' chunks containing transform data
  • Installation instructions for Python, Rust, and C++ SDKs
  • Links to live online demo and viewer

New Features

  • Temporary time pause on scrubbing

Full Release Notes

[Rerun](https://www.rerun.io/) is an easy-to-use database and visualization toolbox for multimodal and temporal data.
Try it live at https://rerun.io/viewer.

- Python: `pip install -U rerun-sdk`
- Rust: `cargo add rerun` and `cargo install rerun-cli --locked`
- Online demo: https://rerun.io/viewer
- C++ FetchContent: https://github.com/rerun-io/rerun/releases/download/0.33.1/rerun_cpp_sdk.zip

---

### 🔎 Details

#### 🪳 Bug fixes
- Do not delete "duplicate" chunks that contain transform data [b2ac735](https://github.com/rerun-io/rerun/commit/b2ac735c15cba853d9e38b41412d5671ac16e06c)

#### 🌁 Viewer improvements
- Temporary time pause on scrubbing [c7578b9](https://github.com/rerun-io/rerun/commit/c7578b9406b0f5d19237d13085155144f6fd38e6)