Skip to content

PyVELM v0.24.1

Release date: 2026-05-29

Patch release: fixes for selection combos, record chatter after HTMX swaps, and clearer cross-module menu parent selection.


Highlights

UI fixes

  • Combos — each option appears once (Alpine visibleOptions + stable keys).
  • Chatter — log note / send email still works after filtering or posting; composer tabs keep state because HTMX no longer replaces the Alpine root.
  • Menus — parent Many2one shows Label (module.name) (e.g. Settings (admin.settings)).

Cross-module menu parents in code were already supported via parent=("other_module", "group") in MENUS; this release improves the technical editor UX only.


Upgrade

pip install -U pyvelm==0.24.1

No schema changes in the framework package for this release.