Release Notes - Version v0.7.5
Release notes for version v0.7.5
Release Notes - v0.7.5
Release Window
2025-09-30 to 2025-11-12
Overview
This minor release series covers v0.7.5.0 through v0.7.5.9. It continued the Modular Mechanics cleanup, introduced Ink import and Story Node Search, expanded MCP story-management tooling, hardened build and deployment behavior, and added GPT-5 support near the end of the series.
Highlights
- Continued Modular Mechanics fixes, docs, and cleanup after the big
v0.7.4refactor. - Added Ink import phase 1 with multiple parsing and option-resolution passes.
- Added the Story Node Search page with later support for story scoping and sorting.
- Expanded MCP tools for story management and node settings operations.
- Added GPT-5 parameters and GPT-5 model support for story generation.
Patch Milestones
v0.7.5.0 to v0.7.5.2
- Published Modular Mechanics documentation in
v0.7.5.0. - Fixed variable deletion, alternate-parent seeding, custom-variable sanitation, and autosave behavior.
- Delivered Ink import phase 1 across many iterative commits, covering parser refinement, node ID prefixes, option handling, and the ETCH JSON naming change.
v0.7.5.3 to v0.7.5.5
- Added the Story Node Search page for moderation and admin workflows.
- Added follow-up search improvements for story ID scoping and deterministic sorting.
- Fixed Ink import parent linkage and added support for imported node settings and H1-derived titles.
- Added MCP story-management tools, node settings CRUD, default theme support, and create-node helpers.
- Fixed the initial-node Modular Mechanics default-value edge case in
v0.7.5.5.
v0.7.5.6 to v0.7.5.9
- Resolved repeated Railway build issues across several follow-up commits.
- Fixed regenerate-image behavior in editing controls.
- Tightened prompt token injection and expression parsing, including
{{ }}expressions and enforced built-in token formatting. - Improved Modular Mechanics expression replacement behavior.
- Added text model selection and GPT-5 parameter support, then shipped GPT-5 model support in
v0.7.5.9.
Other Notable Improvements
- Exposed token visibility on the profile page.
- Made selected MCP tool parameters optional where chat and automation flows needed more flexibility.
- Fixed MCP CORS and linting issues while the tooling surface expanded.
- Fixed empty node ID creation behavior during authoring.
- Added Cloudflare build fixes alongside the Railway deployment fixes.
Migration Notes
- Ink import became a first-class path for bringing structured story content into the system.
- Story moderation/admin workflows now include Story Node Search and richer search filters.
- Prompt expressions now support
{{ }}syntax and stricter built-in token formatting. - GPT-5 support was added at the end of this series and becomes the foundation for the following
v0.7.6work.