Skip to content

pyvelm v0.15.1

Release date: 2026-05-27

Patch release fixing navigation highlighting on record forms.


Highlights

On form, edit, and new pages the URL points at the form view (/web/views/.../record/.../edit), which does not match any menu href. The shell used to mark nothing active and fall back to the first root menu entry (usually Dashboard).

Menu highlighting now follows the last breadcrumb with a link — typically the list or kanban you came from — and only falls back to the current URL when the leaf crumb has no href (list/kanban/graph pages).

Rebuilt Tailwind bundle

The checked-in pyvelm/static/dist/pyvelm.css is regenerated so utility classes from the navigation shell templates (apps rail, top-bar submenus, mobile drawer) ship with the package.


Upgrade

pip install -U pyvelm==0.15.1

No configuration changes. Compatible with v0.15.0 deployments.