File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -684,3 +684,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
684684
685685- Stronger password validation and confirmation flow
686686- Improved server-side validation and error reporting
687+
688+ ## [ 1.0.3] - 2026-02-23
689+
690+ ### Fixed
691+
692+ - Blog (Sanity):
693+ - Fixed images not rendering on Vercel production
694+ - Improved image optimization across blog pages and components
695+
696+ ### Changed
697+
698+ - Q&A UI:
699+ - Updated Git category tab color for stronger visual distinction from HTML
700+
701+ - Header & Localization:
702+ - Translated all header UI strings (en / uk / pl)
703+ - Notifications now fully localized with locale-aware relative time
704+ - LanguageSwitcher and User menu labels localized
705+
706+ - Dashboard UX:
707+ - Unified dashboard cards styling using shared ` dashboard-card ` class
708+ - Clickable profile stats with smooth scroll navigation
709+ - Improved avatar detection logic
710+
711+ ### Fixed
712+
713+ - SSR hydration mismatch in AchievementBadge (client/server state sync)
714+ - Header hardcoded locale issues
715+ - Notification rendering consistency
716+
717+ ### Performance & Stability
718+
719+ - Improved client-render guards using stable subscription pattern
720+ - Reduced hydration inconsistencies in production
You can’t perform that action at this time.
0 commit comments