Skip to content

Keyboard Shortcuts, Blob Rendering, UDOs, and Key Fixes

This release introduces keyboard shortcut indicators for buttons, ensures consistent blob rendering, shows UDOs in the package info, and includes fixes for big number rendering and history position.

Download the release on GitHub.

User-defined operators (UDOs) included in a library package now appear in the package’s About section, so you can easily see which UDOs the package contains.

By @gitryder.

We added visual indicators for keyboard shortcuts to all buttons in modals and other places that support them, making it easier to discover and use shortcuts.

By @gitryder.

We now render blobs consistently in the inspector and the table. The inspector shows blob literals using the b"..." notation, making it easier to work with them.

By @dit7ya, @gitryder.

Fixed history position when rerunning pipelines

Section titled “Fixed history position when rerunning pipelines”

We fixed an issue where running a pipeline from your history did not reset your position to the newest entry. Your view now updates correctly.

By @gitryder.

Big numbers (those exceeding 9007199254740991) in records and lists no longer cause the data table to fail rendering.

By @jachris.

Last updated: