ICYMI: the 0.14.3 release was published on Wednesday, June 25th, 2025.
hyperctl version 0.14.3 is now available to download from the downloads page:
Changelog
-
Fixed an innocuous bug in
ht-attrsselector(s) that allowed[ht-template][ht-attrs]elements to be processed multiple times; at least once with the default context (resulting in failed parameter lookup), and once with the template context (resulting in attribute replacement and removal of theht-attrsattribute, thus preventing further processing). -
Fixed a bug in
page.authorandpage.contributorsresulting in failed TemplateData lookups since Entity objects are not TemplateData (even though they look like template data maps in debug output)