Skip to content

Projectum v2.0.0

Choose a tag to compare

@wleeaf wleeaf released this 10 Jun 11:08
· 3 commits to main since this release

Highlights

  • Markdown markers reveal per-phrase, not per-line. Inline syntax (**bold**, *italic*, `code`, ~~strike~~, [label](url)) stays concealed even on the line you're editing — markers only reappear while the cursor is inside that phrase. Heading #s and blockquote > still reveal for the whole line. Editing now reads much closer to a live preview.
  • Every theme's muted text is readable. TEXT_MUTED was below the WCAG AA 4.5:1 contrast floor in all 19 themes (as low as 3.0:1 in dark). Each palette was blended minimally toward its text color to clear the floor while keeping its hue character, and the test suite now enforces it so future themes can't regress.
  • Inline Markdown code is legible in every theme. The accent code color washed out in 10 themes (2.0:1 in light); it's now contrast-corrected per theme, hue preserved.

Fixed

  • Two stray border radii (update-banner button, link-search results) now match their families.

Full changelog: https://github.com/wleeaf/projectum/blob/main/CHANGELOG.md