v2.7.2June 2026·Release notes
Bug Fixes, Blog & Content Scaling
This patch squashes several bugs that affected login persistence, roadmap content limits, and the admin dashboard. We also published four new evidence-based study guides, added auto-redirect for logged-in users, and overhauled the changelog system.
Share:X (Twitter)
New Features
Four New Study Guides — Published new blog articles covering how to study smarter, the science of effective revision, building study timetables, and stopping procrastination before exams. Each article includes a clickable table of contents and SVG illustrations.
Granular Marketing Email Preferences — You can now choose which types of email updates to receive: major releases, minor releases, patches, or blog posts — independently toggled from your notification settings.
Improvements
Remember Me Now Works Across Tabs — Fixed a server-side rendering bug that was silently signing users out when they opened a new browser tab. The 'Remember me' checkbox now correctly persists your session.
Content Generation Scales With Study Time — Removed hardcoded caps on flashcards (was 25 max), quiz questions (was 15 max), and practice papers (was 45 min max). Content now scales proportionally to your available study time.
Login & Landing Page Auto-Redirect — If you're already logged in, visiting the login page or landing page now automatically sends you to your dashboard instead of showing the sign-in form.
Admin Dashboard Stability — Fixed the admin dashboard redirect loop after login. Route guards now properly handle server-side rendering and session initialization.
Dashboard Render Loop Fixed — Fixed an infinite re-render loop on the dashboard caused by unstable query data during loading. The dashboard now loads reliably.
Blog Rendering Fixed — Blog articles now render HTML properly — SVG illustrations, tables of contents, bold text, and links all display correctly instead of showing raw tags.
Blog Index Reordered — Study guides now appear at the top of the blog page, with product updates at the bottom for easier browsing.
Marketing Emails Now Automated — New blog posts and releases are automatically queued for email delivery. No more manual triggering required — subscribers get notified when content goes live.
Better Signup Error Handling — Network errors during signup now show a clear, helpful message instead of crashing silently.
Changelog System Overhaul — All 37 releases are now in an immutable, append-only database with proper versioning and anti-mutation protection. Updates and changelog pages read directly from this system.