Skip to content

OmniGlyph 1.2.0

Choose a tag to compare

@diegosouzapw diegosouzapw released this 08 Jul 22:33

[1.2.0] — 2026-07-08

Documentation and a test-only hardening pass. No change to the compression
path, billing math or dashboard behavior.

Security

  • Resolve a CodeQL js/regex/missing-regexp-anchor alert in the
    docs-integrity guard. The upstream-credit assertion matched its target link
    with an unanchored regex; it now uses a literal, scheme-qualified substring
    check instead — stricter (a bare host mention no longer satisfies it) and
    regex-free. Test-only; no change to shipped behavior.

Docs

  • Offline export, documented. New README section (mirrored across the 41
    translations) showing how to render context to PNG pages with omniglyph export — no proxy, no Claude Code — for pasting into Cursor, ChatGPT, or any
    chat that reads images. Two new FAQ entries cover using OmniGlyph outside
    Claude Code and how the text→image render works. Documentation only; no
    behavior change.