@@ -457,3 +457,56 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
457457
458458- Fixed inconsistent scroll behavior when navigating Q&A pages
459459- Improved UX predictability across desktop and mobile devices
460+
461+ ## [ 0.5.7] - 2026-02-12
462+
463+ ### Added
464+
465+ - Monitoring & observability:
466+ - Production error and performance monitoring via Sentry
467+ - Global error boundary and release tracking
468+ - Security & CI:
469+ - Safe-chain dependency malware protection in GitHub Actions
470+ - Automated dependency validation on push and pull requests
471+ - SEO & social metadata:
472+ - Full Open Graph and Twitter Card support
473+ - Localized OG metadata and alt text
474+ - Canonical URL handling via metadataBase
475+ - Quiz platform improvements:
476+ - Redis caching for quiz questions to reduce database load
477+ - Guest warning with Login / Sign up / Continue as guest options
478+ - Bot protection: single verification per question attempt
479+ - Shop enhancements:
480+ - Monobank payment integration (UAH-only, feature-gated)
481+ - Secure webhook processing with signature validation and idempotency
482+ - Admin refund and cancel endpoints
483+ - Platform transparency:
484+ - Added ` /public/humans.txt ` with team, mission, and technology stack
485+
486+ ### Changed
487+
488+ - Navigation & UX:
489+ - Added global page transition loading indicators
490+ - Context-aware header behavior for Blog and Shop
491+ - Improved mobile menu interactions and auto-close behavior
492+ - Leaderboard:
493+ - User avatars with DiceBear fallback for missing images
494+ - Home & SEO:
495+ - Home title standardized to "DevLovers"
496+ - Subtitle used for OG/Twitter previews
497+ - Authentication & routing:
498+ - Improved locale detection and dashboard redirect handling
499+ - OAuth and database configuration stability improvements
500+
501+ ### Fixed
502+
503+ - Fixed missing locale handling for ` /dashboard ` redirects
504+ - Restored authentication flow after environment configuration issues
505+ - Improved handling of missing or invalid avatar data
506+ - Fixed OG preview URL resolution issues
507+ - Improved reliability of environment configuration and credentials
508+
509+ ### Performance
510+
511+ - Reduced database load for quiz pages via Redis caching
512+ - Improved frontend loading experience during navigation
0 commit comments