48ea61cdcc
- Product documentation in docs/products/ - Updated MEMORY.md with product info - quiXzoom Auth Core as AAMOS Identity product
69 lines
3.1 KiB
HTML
69 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Changelog — quiXzoom</title>
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
|
<meta name="description" content="quiXzoom changelog. Latest updates, features, and improvements.">
|
|
<style>
|
|
:root{--bg-white:#FFFFFF;--bg-off:#F7F7F5;--blue:#0066FF;--text-dark:#1a1a1a;--text-body:#3a3a3a;--text-muted:#6B6B6B;--radius-card:16px;}
|
|
*{box-sizing:border-box;margin:0;padding:0}
|
|
body{font-family:-apple-system,BlinkMacSystemFont,'Inter',sans-serif;background:var(--bg-white);color:var(--text-body);line-height:1.65}
|
|
.container{max-width:800px;margin:0 auto;padding:48px 24px}
|
|
h1{font-size:2.5rem;font-weight:900;color:var(--text-dark);margin-bottom:16px}
|
|
h2{font-size:1.3rem;font-weight:800;color:var(--text-dark);margin:32px 0 12px}
|
|
p{margin-bottom:16px;color:var(--text-body)}
|
|
.back{margin-bottom:24px;display:inline-block;color:var(--blue);text-decoration:none;font-weight:600}
|
|
.back:hover{text-decoration:underline}
|
|
.entry{background:var(--bg-off);border-radius:var(--radius-card);padding:24px;margin-bottom:16px}
|
|
.date{font-size:.8rem;color:var(--text-muted);margin-bottom:8px;font-weight:600}
|
|
.version{font-size:1.1rem;font-weight:700;color:var(--text-dark);margin-bottom:8px}
|
|
.changes{list-style:none}
|
|
.changes li{padding:4px 0;font-size:.9rem}
|
|
.changes li::before{content:"✓ ";color:var(--blue);font-weight:700}
|
|
.badge{display:inline-block;background:var(--blue);color:#fff;font-size:.7rem;padding:2px 8px;border-radius:100px;margin-left:8px}
|
|
</style>
|
|
<script type="module" src="https://auth.quixzoom.com/site-auth-snippet.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<a href="/" class="back">← Back to quiXzoom</a>
|
|
<h1>Changelog</h1>
|
|
<p>Latest updates and improvements to the quiXzoom platform.</p>
|
|
|
|
<div class="entry">
|
|
<div class="date">July 2026</div>
|
|
<div class="version">Pre-launch Updates <span class="badge">LATEST</span></div>
|
|
<ul class="changes">
|
|
<li>Sweden launch preparation — 200+ missions loaded</li>
|
|
<li>Stripe Connect integration for Zoomer payouts</li>
|
|
<li>AI photo review pipeline with llava:7b</li>
|
|
<li>Multi-language support (11 languages)</li>
|
|
<li>Lead packages — pre-collected intelligence available</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="entry">
|
|
<div class="date">June 2026</div>
|
|
<div class="version">Beta Platform</div>
|
|
<ul class="changes">
|
|
<li>Zoomer registration and onboarding flow</li>
|
|
<li>Mission claim and submission system</li>
|
|
<li>Geolocation verification and GPS fraud detection</li>
|
|
<li>QX Credits system with weekly payouts</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="entry">
|
|
<div class="date">May 2026</div>
|
|
<div class="version">Alpha Release</div>
|
|
<ul class="changes">
|
|
<li>Initial platform architecture</li>
|
|
<li>Mobile app prototype</li>
|
|
<li>First Zoomer recruitment campaign</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |