From 090481cde02a14b702e680de77dc49cd8b0be6da Mon Sep 17 00:00:00 2001 From: jae Date: Mon, 6 Apr 2026 20:45:01 +0000 Subject: [PATCH] changelog: add entries v1.13.0-v1.20.0 covering all recent features and fixes --- api/data/changelog.json | 107 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) diff --git a/api/data/changelog.json b/api/data/changelog.json index 9f21e7a..649ab9b 100644 --- a/api/data/changelog.json +++ b/api/data/changelog.json @@ -1,6 +1,113 @@ { "site": "jaeswift.xyz", "entries": [ + { + "version": "1.20.0", + "date": "2026-04-06", + "title": "Bug Fixes & Polish", + "category": "fix", + "changes": [ + "Fixed dispatches post pages crashing (mood type error + fallback path)", + "SOL price ticker fixed \u2014 switched to Binance API (CORS-friendly)", + "Tightened navbar spacing between SOL price and wallet connect", + "Converted all post mood values from integers to proper strings" + ] + }, + { + "version": "1.19.0", + "date": "2026-04-06", + "title": "Admin Panel Overhaul", + "category": "feature", + "changes": [ + "Fixed broken Editor section \u2014 full post editing with live preview", + "Fixed broken Backups section \u2014 export/import site data as ZIP", + "Added SITREP admin section \u2014 generate reports, view archive", + "Added Data Sync section \u2014 trigger Contraband/RECON syncs, view stats", + "Added Changelog admin section \u2014 CRUD for maintenance log entries", + "Added Cron Jobs section \u2014 view/toggle all scheduled tasks", + "Reorganised sidebar into grouped sections" + ] + }, + { + "version": "1.18.0", + "date": "2026-04-06", + "title": "SITREP \u2014 Daily AI Briefing System", + "category": "feature", + "changes": [ + "Built automated daily intelligence briefing at /transmissions/sitrep", + "Venice AI generates military-formatted summaries from 5 RSS sources + crypto data", + "Sectors: ALPHA (technology), BRAVO (cybersecurity), CHARLIE (crypto markets)", + "Daily cron job at 0700 UTC with archive navigation", + "Source links included for every story", + "API endpoints: /api/sitrep, /api/sitrep/list, /api/sitrep/generate" + ] + }, + { + "version": "1.17.0", + "date": "2026-04-06", + "title": "TOKEN FORGE \u2014 SPL Token Launcher", + "category": "feature", + "changes": [ + "Built token launcher at /tokenlauncher with full SPL token creation", + "Set name, symbol, supply, decimals, image, description", + "Optional mint/freeze authority revocation", + "Single transaction deployment with confirmation modal", + "0.1 SOL service fee per launch", + "Added TOKEN FORGE card to /armoury/lab (amber accent)" + ] + }, + { + "version": "1.16.0", + "date": "2026-04-05", + "title": ".SOL Domain Registration", + "category": "feature", + "changes": [ + "Built .SOL domain search and registration at /soldomains", + "Bonfida SNS integration for availability checking and registration", + "Reverse lookup and My Domains tabs", + "Multi-wallet support (Phantom, Solflare, Backpack, Jupiter, MetaMask)", + "Added card to /armoury/lab (turquoise accent)" + ] + }, + { + "version": "1.15.0", + "date": "2026-04-05", + "title": "SOL Price Ticker", + "category": "feature", + "changes": [ + "Live Solana price in navbar with 24hr change indicator", + "Binance API primary, CoinGecko fallback", + "Auto-refreshes every 30 seconds", + "Purple Solana-branded styling" + ] + }, + { + "version": "1.14.0", + "date": "2026-04-05", + "title": "Sitewide Solana Wallet Connect", + "category": "feature", + "changes": [ + "Global wallet connect button in navbar across all 28 pages", + "Multi-wallet support: Phantom, Solflare, Backpack, Coinbase, Trust, MetaMask, Jupiter", + "Persistent connection via localStorage \u2014 survives page navigation", + "Connected dropdown with address copy, Solscan link, disconnect", + "Global window.solWallet API for all Solana features", + "Refactored soldomains.js to use shared wallet (removed 146 lines)" + ] + }, + { + "version": "1.13.0", + "date": "2026-04-05", + "title": "RADAR \u2014 Live Tech News Feed", + "category": "feature", + "changes": [ + "Built live tech news aggregator at /transmissions/radar", + "Pulls from Hacker News, Reddit (r/technology, r/programming, r/netsec), Lobsters", + "Search, source filters, and auto-refresh", + "Military-themed CRT styling with scanlines", + "Flask API with caching at /api/radar" + ] + }, { "version": "1.12.0", "date": "2026-04-04",