# Version 0.14.3 is now available

**URL:** https://hypertexting.community/t/version-0-14-3-is-now-available/66
**Category:** Releases
**Created:** [July 3, 2025, 4:39pm UTC](https://hypertexting.community/t/version-0-14-3-is-now-available/66 "2025-07-03T16:39:59Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![calebhailey.com](https://yyz2.discourse-cdn.com/flex036/user_avatar/hypertexting.community/calebhailey.com/32/18_2.png) [@calebhailey.com](https://hypertexting.community/u/calebhailey.com)
#### Post date: [July 3, 2025, 4:39pm UTC](https://hypertexting.community/t/version-0-14-3-is-now-available/66/1 "2025-07-03T16:39:59Z")

</div>

> **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:

> **[Downloads](https://hypertemplates.net/downloads/)**
>
> The pure-HTML templating system for the modern web.

## Changelog

- Fixed an innocuous bug in `ht-attrs` selector(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 the `ht-attrs` attribute, thus preventing further processing).

- Fixed a bug in `page.author` and `page.contributors` resulting in failed TemplateData lookups since Entity objects are not TemplateData (even though they look like template data maps in debug output)
