Skip to content

0.23.3

Latest
Compare
Choose a tag to compare
@rerun-bot rerun-bot released this 26 May 19:17
· 267 commits to main since this release

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


This patch release contains various bugfixes, improvements, and updated documentation.

🔎 Details

🌊 C++ API

🪳 Bug fixes

  • Add draw order to video (-frame-reference), fix 2d objects sometimes being behind videos #9946
  • Fix time series points querying extra points at start and end of time range (causing stuttering on playback in some scenes) #9963
  • Increase max size of gRPC messages #10006
  • Check TextEdit state before copying selection description #10063

🌁 Viewer improvements

  • Use recording name for file name when saving a file #9982
  • Improve error message for QueryError and DataLoaderError #9998

🚀 Performance improvements

  • Series of build changes for web release to minimize generated wasm #9870

📚 Docs

  • Remove remaining mentions of rr.connect #10016
  • Update callbacks and custom_callbacks example docs to mention the other #10062
  • Fix missing reference to Spatial3DView in Pinhole docs #9932 (thanks @hu-po!)
  • Mention URL scheme in connect_grpc docs #10018

🤷‍ Other

  • LeRobot: Add support for List datatype #9958