From d21a303e8b6376c2d66a2ea47a104b0af8843632 Mon Sep 17 00:00:00 2001 From: Michele Bigi Date: Sun, 20 Sep 2026 19:53:58 +0200 Subject: [PATCH] Stamp 2.52.0 after leftover frontend rewrite. App and marketing pages overlay from src. Auth and billing seams unchanged. --- periscope/dependency/frontend/content/changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/periscope/dependency/frontend/content/changelog.md b/periscope/dependency/frontend/content/changelog.md index 9178856..79afd8f 100644 --- a/periscope/dependency/frontend/content/changelog.md +++ b/periscope/dependency/frontend/content/changelog.md @@ -2,6 +2,13 @@ What's new in Periscope. +## 2.52.0 — 2026-09-20 — Native leftover frontend overlay + +Dashboard, project, report, progress, admin, feedback, marketing, and the HTTP client (`lib/api.ts`, `types.ts`) are original Periscope UI in `periscope/src/frontend`. Docker still copies OSS then src. Routes, API contracts, and layout are unchanged. Billing/Clerk/analytics stay imported seams. Auth/JWT untouched. Pad≠Via unchanged. + +- [New] Frontend types + API client rewrite (export names preserved). +- [New] App and marketing pages rewrite so overlay wins without a product restyle. + ## 2.51.0 — 2026-09-20 — Native Settings, FastAPI app, leftover routers `config.py`, `main.py`, `pipeline_worker.py`, and leftover HTTP routers (`admin`, `contact`, `deps`, `feedback`, `pipeline`, `projects`, `reports`, `survey`) are original Periscope code in `periscope/src`. Inherited copies stay on disk. `routers/auth.py` is unchanged. JWT middleware remains leftover. Frontend product chrome is still the Docker overlay (src pages already win for library/PCB/placement/sign-in). Pad≠Via unchanged.