Skip to content

v0.7.0-beta — Percival

Choose a tag to compare

@EddieTYP EddieTYP released this 03 May 14:56
· 23 commits to main since this release

Image Prompt Library v0.7.0-beta — Percival

Public beta release focused on reusable prompt templates and safer generated-result cleanup.

New

  • Prompt variables are now available in local generation by default: write placeholders such as {{subject}}, {{style}}, or {{主體}}, then fill the generated fields before sending the final prompt to the provider.
  • Template prompts keep provenance in generation job metadata so retries, history review, and save-as-new flows can distinguish the original template from the resolved prompt.
  • Saved prompts containing valid variables are automatically tagged as template.
  • Cards with the derived template tag show a small Template badge.

Improved

  • Global Generate opens a fresh composer instead of automatically reopening the last generated item.
  • Generated-result discard is safer: only transient generated files can be discarded, and successful discard removes the physical generated file.
  • Discarded generation jobs no longer keep a large result preview open.
  • Discarded queue rows are disabled so they cannot reopen an already-discarded result.

Fixed

  • Fixed prompt-variable field typing stability on mobile and desktop browsers.

Notes

  • Live generation remains local-install only; the GitHub Pages demo stays read-only.
  • Prompt variable syntax uses double braces, for example {{subject}}. Escaped literals such as \{{literal}} remain literal text.
  • The release codename is Percival; the public feature name is prompt variables / template variables.