Skip to content

Tags: chungminhtu/archify

Tags

v2.6.0

Toggle v2.6.0's commit message
archify v2.6.0

Architecture renderer (the default mode now has validation parity without
auto-layout) + a test suite (golden, geometry units, layout-rule matrix,
no-ajv fuzz net), CI, and tag-triggered release automation. Includes the
[2.5.0] hardening batch (74 reviewed fixes, shared renderer helpers, ajv
schema enforcement).

v2.4.0

Toggle v2.4.0's commit message
Release v2.4.0: dual-theme self-contained SVG export

Download SVG now ships with BOTH dark and light CSS variable sets plus a
`@media (prefers-color-scheme: light)` rule. The same .svg file dropped
into a GitHub README follows the reader's dark/light preference
automatically — no more shipping two PNGs wrapped in <picture>.

The raster pipeline (PNG / JPEG / WebP / clipboard) explicitly keeps the
prior viewer-locked behavior since canvas rasterization needs
deterministic colors.

Changes:
- archify/assets/template.html, examples/web-app.html: serializeSvg()
  grew `opts.autoTheme` switch; SVG download path passes true, raster
  paths stay default-false
- archify.zip: repackaged with 2.4 SKILL.md + updated template
- docs: README.md / README_EN.md / CHANGELOG.md / SKILL.md version bump
  and feature description updates

v2.3.1

Toggle v2.3.1's commit message
v2.3.1: audit-driven doc sync, canvas clamp, menu polish, print CSS

v2.3.0

Toggle v2.3.0's commit message
v2.3.0: sharp 4x raster exports, scale selector removed

v2.2.1

Toggle v2.2.1's commit message
v2.2.1: security group padding fix

v2.2.0

Toggle v2.2.0's commit message
v2.2.0: print stylesheet + local-font fallback

v2.1.0

Toggle v2.1.0's commit message
v2.1.0: copy to clipboard + scale selector

v2.0.0

Toggle v2.0.0's commit message
v2.0.0: theme toggle, multi-format export, CSS-variable theming, a11y