Skip to content

Commit 99c253f

Browse files
committed
chore: v1.4.1 — tool-family consistency and credibility pass
- real InfraLens example data, OG preview panels, and About sections for Cron Builder/JSON Studio/MetaLens - card colors and URL input styling unified with InfraLens across the tool family - see CHANGELOG.md for the full breakdown
1 parent b319814 commit 99c253f

2 files changed

Lines changed: 45 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,50 @@ InfraLens's history as a standalone product (2026-01-06 to 2026-08-10) is
99
frozen in [`docs/infralens/CHANGELOG.md`](docs/infralens/CHANGELOG.md).
1010
InfraLens 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "randy-code",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"private": true,
55
"packageManager": "pnpm@10.7.0",
66
"scripts": {

0 commit comments

Comments
 (0)