Release Notes – v5.1.2
Changes Since v5.1.1
-
Template Update:
The HTML templatesegment_edit.html
has been revised:- The block previously named
title
now useshead
for improved HTML structure and extension compatibility. - The stylesheet and JavaScript for the segment form are now included inside the
head
block. - Ensures proper extension of parent templates with
{{ block.super }}
at the correct place.
- The block previously named
-
Version Bump:
- The project version in
pyproject.toml
updated from5.1.1
to5.1.2
.
- The project version in
Summary
This release improves the template structure for editing segments, ensuring styles and scripts load correctly and enhancing maintainability for further customizations.
Full Changelog: v5.1.1...v5.1.2