January 09, 2026
January 09, 2026
Bug Fix
Integration
Backend
GitHub installation setup is now more reliable when GitHub sends duplicate installation.created webhooks close together. This prevents occasional failures during connect or reconnect by safely handling the race and updating the correct installation record.
December 31, 2025
December 31, 2025
Bug Fix
UI
Frontend
Viewing older draft or needs review entries in the dashboard now keeps the Preview link working by automatically refreshing it when it has expired, so you do not hit a 404. We also updated the pricing section headline on the home page to better match the content and make the page easier to scan.
December 26, 2025
December 26, 2025
Bug Fix
Integration
Backend
GitHub installation creation events are now handled more safely when GitHub sends duplicate webhooks or when the app is reinstalled by a different user for the same organization. This reduces failed installs and helps restore access cleanly instead of hitting validation errors.
December 24, 2025
December 24, 2025
Bug Fix
Frontend
Integration
This release makes the TipTap editor more reliable when multiple editors appear on the same page, and adds character counting support. It also updates GitHub Marketplace webhook handling so ping events are accepted correctly and payloads sent as form data are parsed properly.
December 24, 2025
December 24, 2025
Feature
Bug Fix
Integration
You can now use a dedicated Contact page across the site, with updated links in the footer and help sections. GitHub Marketplace webhooks are also more reliable, handling empty or malformed requests gracefully to avoid processing errors.
December 23, 2025
December 23, 2025
Performance
Analytics
Backend
Analytics now loads at the end of the page in production, helping avoid render-blocking during initial page load. Static assets served from the app can also be cached aggressively with long-lived cache headers, supporting quicker repeat visits when files are unchanged.