# Tenzir Platform v1.20.0

> Documentation index: http://docs.tenzir.com/llms.txt

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.

## 🚀 Features

### Added keyboard shortcut indicators

Dec 17, 2025 · [@gitryder](https://github.com/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.

### UDOs visible in package info

Dec 17, 2025 · [@gitryder](https://github.com/gitryder)

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.

## 🔧 Changes

### Consistent blob rendering

Dec 17, 2025 · [@dit7ya](https://github.com/dit7ya), [@gitryder](https://github.com/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.

## 🐞 Bug Fixes

### Big numbers in objects and lists

Dec 17, 2025 · [@jachris](https://github.com/jachris)

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

### Fixed history position when rerunning pipelines

Dec 17, 2025 · [@gitryder](https://github.com/gitryder)

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.

[ Download on GitHub ](https://github.com/tenzir/platform/releases/tag/v1.20.0)

[Get the release artifacts and source code.](https://github.com/tenzir/platform/releases/tag/v1.20.0)