Skip to content

v2.49.6

Choose a tag to compare

@github-actions github-actions released this 07 Jul 05:30
· 168 commits to main since this release
5ea0761

Random AI prompt + image generator for the Stable Diffusion WebUI -- a CLI and a local web UI.

Pre-release software. Provided as-is under Apache-2.0.

What's new in this release

2026-07-06 — Tone down the DPL editor's active-line + line-number gutter on dark (2.49.6)

Follow-up to 2.49.5: the active-line highlight was a color-mix(--accent 7%) band that read as a milky,
washed-out mint slab on the dark theme, and the line numbers used full --faint with a bright --accent
active number — both too loud. Reworked to be quiet and neutral: the active-line body is now a
whisper-subtle color-mix(--fg 3.5%) lift (theme-adaptive, no color cast), inactive numbers are dimmed
(--faint at 55% alpha) so they recede, and the active line's number is a clean neutral --muted
brighten instead of the glowing accent. Verified in Chrome on the dark theme (mid-editor active line +
gutter). CSS-only.

How to get it

Prefer not to build? Download a pre-built edition:

  • Desktop app -- Windows .msi / .exe (or a portable .zip), macOS .dmg, Linux .AppImage / .deb (attached below). Self-contained; nothing to install first.
  • random-ai-prompt-2.49.6-online.zip -- the online edition as static files; host it anywhere, or just use https://prompt.fairyfox.io.
  • random-ai-prompt-2.49.6.tar.gz -- source tarball (run with Node 24: npm install then npm start).
  • random-ai-prompt-2.49.6-docs.zip -- the generated documentation site.

What's Changed

  • Release v2.49.6 — quiet DPL editor active-line/gutter on dark by @junebug12851 in #46

Full Changelog: v2.49.5...v2.49.6