Stamp 2.54.0 after leftover frontend widget rewrite.

PDF sheet, theme, upload zone, reviewed hooks, and globals.css overlay from periscope/src.
This commit is contained in:
2026-09-20 20:13:44 +02:00
parent 44e86e258e
commit cdfe5812cf
2 changed files with 9 additions and 1 deletions
@@ -2,6 +2,14 @@
What's new in Periscope.
## 2.54.0 — 2026-09-20 — Native leftover frontend widgets and tokens
PDF sheet, theme provider/toggle, file drop zone, reviewed-finding hooks, and `globals.css` are original Periscope code in `periscope/src/frontend`. Inherited copies stay on disk. shadcn, Clerk, billing, Reddit pixels, `proxy.ts`, and auth/JWT are unchanged. Pad≠Via unchanged.
- [New] Datasheet sheet, theme chrome, and upload drop-zone rewrite.
- [New] Reviewed-finding localStorage hooks rewrite (legacy key migrate kept).
- [New] App token stylesheet rewrite; light/dark oklch values unchanged.
## 2.53.0 — 2026-09-20 — Native site, legal shells, OG, and Next BFF
`lib/site.ts`, `version.ts`, `report-export.ts`, legal page chrome, Open Graph images, and the local `/api/projects` `/api/report/[id]` `/api/graph/[id]` BFF routes are original Periscope code in `periscope/src/frontend`. Inherited copies stay on disk. Clerk `proxy.ts`, shadcn `components/ui/*`, billing, Reddit pixels, and auth/JWT are unchanged. Pad≠Via unchanged.
+1 -1
View File
@@ -1,3 +1,3 @@
/** Stamped from content/changelog.md by scripts/sync-version.mjs. */
export const APP_VERSION = "2.53.0";
export const APP_VERSION = "2.54.0";
export const APP_VERSION_DATE = "2026-09-20";