Skip to content

Releases: vrwrts/saezuri-illustrations

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 13:37

2.0.0 (2026-08-31)

  • feat!: call image models through an OpenAI-compatible endpoint (bc24662)

BREAKING CHANGES

  • GEMINI_API_KEY is no longer read. Set GENERATE_API_KEY
    instead, and note that a Google AI key will not authenticate against
    OpenRouter. pregen.py and worker.py exit 2 with that instruction when
    they
    find only the old variable, rather than silently declining to generate.
    --gemini-key is now --api-key on both pregen.py and verify.py.

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 10:39
acfce1a

1.2.0 (2026-08-25)

Features

  • add initial set of illustrations (#4) (acfce1a)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 08:36
f492289

1.1.0 (2026-08-24)

Features

  • matte each render inline and reach species notes from the service (#5) (f492289)
  • present linting results in a table (d55b92a)
  • require both poses of a species in the lint (1bb0e6f)
  • split up workflows, add comment with lint result (#2) (71aa552)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 06:54

1.0.0 (2026-07-29)

Features

  • initial illustration pipeline (a58523a)