feat: update landing page, changelog, compare, quick-start with darkMode + hideSelectors features
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 10m39s
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 10m39s
This commit is contained in:
parent
90c1e7da44
commit
28f4a93dc3
5 changed files with 76 additions and 3 deletions
|
|
@ -127,10 +127,29 @@ footer{border-top:1px solid var(--border);padding:48px 24px 32px;background:var(
|
|||
<div class="timeline">
|
||||
|
||||
<div class="release latest">
|
||||
<div class="release-header">
|
||||
<span class="release-version">v0.7.0</span>
|
||||
<span class="release-date">March 4, 2026</span>
|
||||
<span class="release-tag">Latest</span>
|
||||
</div>
|
||||
<div class="release-body">
|
||||
<ul>
|
||||
<li>✨ New: <code>darkMode</code> parameter — emulate prefers-color-scheme: dark for dark mode screenshots</li>
|
||||
<li>✨ New: <code>hideSelectors</code> parameter — hide elements by CSS selector before capture (max 10, 200 chars each)</li>
|
||||
<li>🔒 Fixed: Cancelled subscriptions now properly blocked (was incorrectly getting free tier)</li>
|
||||
<li>🔒 Fixed: Recovery endpoint no longer logs full API keys</li>
|
||||
<li>🛡️ Added: Rate limiting on billing endpoints (10 req/15min)</li>
|
||||
<li>🐛 Fixed: FAQ accordion double-toggle</li>
|
||||
<li>🐛 Fixed: Privacy/Terms/Impressum 404s on extensionless URLs</li>
|
||||
<li>📊 355 tests passing</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="release">
|
||||
<div class="release-header">
|
||||
<span class="release-version">v0.6.0</span>
|
||||
<span class="release-date">March 2026</span>
|
||||
<span class="release-tag">Latest</span>
|
||||
</div>
|
||||
<div class="release-body">
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue