From eb8f39f84eb70e84bb0dc3f2a4dbc15aa4c5350e Mon Sep 17 00:00:00 2001 From: BigBodyCobain <43977454+BigBodyCobain@users.noreply.github.com> Date: Mon, 8 Jun 2026 23:30:42 -0600 Subject: [PATCH] Fix v0.9.82 changelog credits: drop stale contributor tags. Remove recycled names from older releases; keep only OSIRIS third-party attribution for this cycle. Co-authored-by: Cursor --- frontend/src/components/ChangelogModal.tsx | 43 ---------------------- 1 file changed, 43 deletions(-) diff --git a/frontend/src/components/ChangelogModal.tsx b/frontend/src/components/ChangelogModal.tsx index 0f635d1..1e7a374 100644 --- a/frontend/src/components/ChangelogModal.tsx +++ b/frontend/src/components/ChangelogModal.tsx @@ -106,49 +106,6 @@ const CONTRIBUTORS = [ name: 'OSIRIS (simplifaisoul/osiris)', desc: 'MIT-licensed recon stack — adapted for ShadowBroker proxy model (see backend/third_party/osiris/NOTICE.md)', }, - { - name: '@Alienmajik', - desc: 'Raspberry Pi 5 support — ARM64 packaging, headless deployment notes, and runtime tuning for Pi-class hardware', - }, - { - name: '@wa1id', - desc: 'CCTV ingestion fix — fresh SQLite connections per ingest, persistent DB path, startup hydration, cluster clickability', - pr: '#92', - }, - { - name: '@AlborzNazari', - desc: 'Spain DGT + Madrid CCTV sources and STIX 2.1 threat intelligence export endpoint', - pr: '#91', - }, - { - name: '@adust09', - desc: 'Power plants layer, East Asia intel coverage (JSDF bases, ICAO enrichment, Taiwan news sources, military classification)', - pr: '#71, #72, #76, #77, #87', - }, - { - name: '@Xpirix', - desc: 'LocateBar style and interaction improvements', - pr: '#78', - }, - { - name: '@imqdcr', - desc: 'Ship toggle split into 4 categories + stable MMSI/callsign entity IDs for map markers', - pr: '#52', - }, - { - name: '@csysp', - desc: 'Dismissible threat alerts + stable entity IDs for GDELT & News popups + UI declutter', - pr: '#48, #61, #63', - }, - { - name: '@suranyami', - desc: 'Parallel multi-arch Docker builds (11min → 3min) + runtime BACKEND_URL fix', - pr: '#35, #44', - }, - { - name: '@chr0n1x', - desc: 'Kubernetes / Helm chart architecture for high-availability deployments', - }, ]; export function useChangelog() {