Releases
Every version, every fix, every feature — tracked from day one.
6versions
60features
45bug fixes
pyKinsuauthored · 29 Apr 2026
Firebase Cloud Messaging replaces browser push. Admin can now send newsletters. Saved page rebuilt with course-aware pill tabs.
New Features8
- Firebase Cloud Messaging (FCM) for reliable push notifications
- Admin mailing tab — send newsletters & announcements to all users
- Public contact form at /contact with auto-reply email
- BCA / BBA / B.Tech course switcher on Saved page
- Saved tabs rebuilt as syllabus-style pill control (Posts / Notes / Articles)
- Syllabus: semester rows tap-to-navigate with real BCA CSV data
- Admin: filterable students list + user info drawer
- Marketing routes now fully public (about, terms, privacy, help, changelogs, contact)
Bug Fixes7
- NOTICE notifications never fired — fixed broadcast + generic push text
- Branch & semester normalized to short codes — single source of truth
- Toast system rewritten: solid CSS-var colors, floats above footer
- Toast variant 'default' removed — all callers use typed variants
- Contact email: shared baseEmail() template, escaped backtick syntax error fixed
- Sticky headers and dead import cleanup
- Rate limiting tightened, app error boundary added, console.logs stripped
Improvements2
- Toast colors use hsl(var(--success/destructive/warning/card)) tokens from globals.css
- Alert component updated with correct solid/outline/light appearance variants