@@ -9,6 +9,50 @@ InfraLens's history as a standalone product (2026-01-06 to 2026-08-10) is
99frozen in [ ` docs/infralens/CHANGELOG.md ` ] ( docs/infralens/CHANGELOG.md ) .
1010InfraLens changes since its native migration are recorded here.
1111
12+ ## [ 1.4.1] — 2026-08-16
13+
14+ ### Added
15+
16+ - ** Cron Builder, JSON Studio and MetaLens OG cards** now show a
17+ representative preview of the tool's actual output — a real cron
18+ schedule with its next runs, a syntax-colored JSON snippet matching the
19+ tree viewer's real type colors, and a search-preview mockup — instead of
20+ a generic title/tagline card, via a new optional ` preview ` slot on the
21+ shared tool OG renderer. InfraLens keeps its own standalone report-style
22+ OG card.
23+ - ** About sections** on Cron Builder, JSON Studio and MetaLens — a compact
24+ what/how/why explainer below each tool, reusing the "Ma méthode" card
25+ pattern from ` app/about ` rather than inventing new documentation chrome.
26+ InfraLens keeps its own larger editorial content.
27+
28+ ### Changed
29+
30+ - ** InfraLens's landing "Example report" and OG card** now show a real
31+ snapshot of ` randy-code.dev ` (94/100, grade A, full 20-check breakdown)
32+ instead of a synthetic ` example.com ` mock — captured from a live scan, so
33+ the score and every category total are derived by the real scoring
34+ engine rather than hand-picked.
35+ - ** Cron Builder, JSON Studio and MetaLens's cards** (including the new
36+ About sections) now use InfraLens's own ` border-border bg-card/50 `
37+ treatment instead of a solid ` surface-2 ` background — same base color,
38+ but InfraLens blends it at 50% opacity; the newer tools had drifted into
39+ a visibly bluer, more saturated look.
40+ - ** InfraLens and MetaLens's URL inputs** now share the same treatment: a
41+ permanent green-tinted border, a green focus ring, a search icon inside
42+ the field, and matching "Analyze"/"Analyze website" buttons. InfraLens's
43+ input previously focused blue, inconsistent with its own green accent
44+ everywhere else on the page.
45+ - ** ` /tools ` listing** now shows two tools per row on desktop (single
46+ column preserved on mobile) — the four cards had room to spare at their
47+ current description length.
48+
49+ ### Fixed
50+
51+ - ** Tool pages were narrower than the rest of the portfolio** (` max-w-4xl `
52+ vs ` max-w-5xl ` ) and their "Retour aux outils" link didn't align with the
53+ portfolio's "Retour à la carte" link. Both now match ` PageShell ` 's width
54+ and back-link position exactly.
55+
1256## [ 1.4.0] — 2026-08-15
1357
1458### Added
0 commit comments