Update 2026-04-24
What's New
- 📊 Structured JSON request logs now appear for every completed request, making it easy to search and analyze traffic.
- 🏷️ Errors in Sentry now include the exact release version, so you can pinpoint which deployment caused an issue.
- 🌐 Public changelog pages now have enriched SEO metadata, a sitemap endpoint, and an RSS feed you can subscribe to.
Improvements
- ⚡ Request timing and user‑ID tracking are more reliable after moving the timing middleware earlier and using request.state.
- 🔒 Logs and Sentry events no longer contain sensitive data such as IP headers, tokens, or emails, protecting user privacy.
- ♿ New accessibility components (DropdownMenu, Modal, SegmentedControl) improve keyboard navigation and screen‑reader support across the app.
Bug Fixes
- 🐞 Fixed a crash where the user ID was lost during request logging, ensuring correct attribution of logs.
- 🚫 Removed a faulty 401 filter that was swallowing real errors, so genuine authentication problems are now reported.
- 📱 Fixed mobile layout overflow problems for vanity links, custom‑domain inputs, and changelog cards on narrow screens.
Update 2026-04-17
What's New
- 📅 See your five most recent changelog entries right on the dashboard
- 🔙 Repo owners now get a quick “Back to settings” link on the public changelog page
- ➕ New “Connect Repository” button on the dashboard, plus an “Upgrade” link when you hit your repo limit
Improvements
- 📧 Email notifications are now batched so you receive fewer, grouped messages
- 🎨 The app now uses theme‑friendly colors, looking right in both light and dark modes
- 📱 Mobile layouts no longer overflow, keeping lists and settings tidy on small screens
Bug Fixes
- 🐛 Fixed the “1 commits” wording so it reads correctly
- ✅ The “Send test email” button now shows the correct address and disables until changes are saved
- 🛡️ Billing plan wording now correctly says “Review before publish” and error messages match the new name
Update 2026-03-13
What's New
- 🔓 Added a log‑in button in the hamburger menu for visitors
Improvements
- ⚙️ Automatic changelog generation now picks tag mode or scheduled mode without requiring release mode
- 🔧 Updated internal workflow tools for smoother and more reliable background processes
Bug Fixes
- 🚫 Fixed a brief loading flash on the onboarding checklist; the screen now stays empty until data is ready
Update 2026-03-06
Improvements
- ⚡ Account deletion now runs safely in one step, handling shared repositories and cleaning all related data
- 📅 Scheduling a repository now saves the correct day of the week, so your repo runs on the day you chose
- 🔧 Changelog creation is more reliable, preventing duplicate errors and handling multiple updates without crashes
Bug Fixes
- 🛡️ Fixed a crash when the admin email was missing during account deletion notifications
- 📆 Fixed a one‑day offset bug in the repository scheduling modal
- 🗂️ Fixed changelog generation errors caused by using the wrong column name and duplicate entry issues
Update 2026-02-27
What's New
- 📦 Open a full changelog entry in a pop‑up window without leaving the manage page.
- 🔄 Changelog generation now automatically retries on errors and shows its progress status.
- 🏷️ During setup the app now suggests the best generation mode based on whether your repo has tags.
Improvements
- ⚡ Library updates (Sentry, Tailwind, Autoprefixer, etc.) improve app stability and security.
- 🛠️ The workflow always uses pull‑request mode, removing the confusing direct‑commit option.
- 🎨 UI spacing and emoji style tweaks give a cleaner, more friendly look.
Bug Fixes
- 🐞 Scheduling can no longer be turned on without the required GitHub App, stopping repeated errors.
- 🏷️ Trigger badges now display the actual tag or release name instead of a generic “webhook”.
- 📧 Welcome email templates are now found correctly, fixing missing emails.