# Tenzir Platform v1.28.0

This release unifies the library’s Available and Installed tabs into a single view, making package management more streamlined. It also adds pipeline activity sorting, series isolation in activity charts, a line wrap toggle in the Inspector, platform version display, and a backslash escaping fix.

## 🚀 Features

### Isolate series in pipeline activity chart

Feb 6, 2026 · [@gitryder](https://github.com/gitryder) · [#64](https://github.com/tenzir/platform/pull/64)

You can now click on the Ingress or Egress legend item to isolate that series in the activity chart. Clicking again shows both series, making it easier to analyze each metric when lines overlap.

### Wrap lines in the Inspector

Feb 6, 2026 · [@gitryder](https://github.com/gitryder)

We added a toggle in the Explorer table Inspector that lets you wrap lines for easier reading.

### View the current platform version

Feb 3, 2026 · [@gitryder](https://github.com/gitryder) · [#42](https://github.com/tenzir/platform/pull/42)

We now display the current platform version at the bottom of the workspace switcher dropdown,️ making it easier to always see which version you’re on.

### Sort pipelines by activity

Jan 28, 2026 · [@gitryder](https://github.com/gitryder) · [#38](https://github.com/tenzir/platform/pull/38)

We added sorting for the Live Activity column in the pipelines table, so you can easily order pipelines by their activity level.

## 🔧 Changes

### Unified library tabs

Jan 28, 2026 · [@gitryder](https://github.com/gitryder) · [#29](https://github.com/tenzir/platform/pull/29)

We unified the Available and Installed library tabs into a single view, so you can see which packages are installed without switching tabs. You can also uninstall packages directly from the same page.

## 🐞 Bug Fixes

### Fixed backslash escaping in TQL string rendering

Feb 9, 2026 · [@lava](https://github.com/lava)

We fixed a bug in the Inspector where strings containing backslashes were not displayed correctly. Backslashes were not being escaped in TQL string rendering. For example, a string like `Hello \World\` was previously rendered as `"Hello \World\"` instead of `"Hello \\World\\"`. The fix ensures backslashes are properly escaped when displayed.

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

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