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:
@@ -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,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";
|
||||
|
||||
Reference in New Issue
Block a user