# Tenzir Platform Unreleased

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

## 🐞 Bug Fixes

### Fix node action submenus in Firefox

Jun 26, 2026 · [@zedoraps](https://github.com/zedoraps) · [#231](https://github.com/tenzir/platform/pull/231)

Node action submenus now stay open when moving the mouse into the nested Linux or Docker options. Previously, Firefox users could lose the submenu while hovering into the third level, making update and configuration download actions hard to select.

### Server-side API proxy path validation

Jun 23, 2026 · [@Zedoraps](https://github.com/Zedoraps), [@Avaq](https://github.com/Avaq), [@codex](https://github.com/codex) · [#224](https://github.com/tenzir/platform/pull/224)

Server-side API proxy routes now validate resource paths before forwarding requests to upstream services.

This keeps forwarded requests within the intended upstream API scope.

### Explorer shortcut runs the current selection

Jun 22, 2026 · [@Zedoraps](https://github.com/Zedoraps), [@codex](https://github.com/codex)

The Explorer now runs the current editor selection when using the keyboard shortcut.

Previously, selecting text with `Ctrl+A` and then pressing `Ctrl+Enter` while still holding `Ctrl` could run an older selection instead of the newly selected pipeline.