v0.7.102
heygen-com/hyperframesv0.7.102Aug 8, 2026by github-actions[bot]
AI Summary
Fixes text rendering to preserve spaces correctly and ensures the runtime loads before author scripts to allow instant variable reading.
Key Highlights
- Text with spaces now renders correctly (previously garbled).
- Runtime loads before scripts to allow compositions to read variables immediately.
- CLI fix for skills update deleting skills the manifest never covered.
New Features
- Runtime loads before author scripts
Full Release Notes
# HyperFrames v0.7.102 Released on 2026-08-08. Text with spaces in it now reaches your composition intact. Before, a space could arrive as a plus sign, which garbled headlines and left some shapes drawing nothing at all. Compositions can also read their own variables the moment they start, because the runtime now loads before your scripts do. ## Fixes - Preserve the composition query and serve the runtime before author scripts ([b6ff3ab74](https://github.com/heygen-com/hyperframes/commit/b6ff3ab74556b844dd87b067cf850badc000bba7), [#3114](https://github.com/heygen-com/hyperframes/pull/3114)). - **CLI:** Stop skills update deleting skills the manifest never covered ([ed3ff98ce](https://github.com/heygen-com/hyperframes/commit/ed3ff98ce0443a232fc740a5821c601e67fd09cc), [#3118](https://github.com/heygen-com/hyperframes/pull/3118)). - **Core:** Draw the dim baseline only from tweens the guess still applies to ([cef0dde5f](https://github.com/heygen-com/hyperframes/commit/cef0dde5f2e9028349be0eef31e6ba2622405fe2)). - **Core:** Let a composition declare its caption colour states ([1e7799bfb](https://github.com/heygen-com/hyperframes/commit/1e7799bfbb08c30a55b01a262653f40a2bbeda8a)). ## Full changelog https://github.com/heygen-com/hyperframes/compare/v0.7.101...v0.7.102