@@ -209,3 +209,47 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
209209- Improved accessibility and visual consistency across components
210210- Resolved locale duplication in Stripe checkout redirects
211211- Cleaned up redundant UI states, placeholders, and legacy styles
212+
213+ ## [ 0.5.1] - 2026-01-31
214+
215+ ### Added
216+
217+ - Enhanced About page experience:
218+ - Refreshed Features and Pricing sections with clearer messaging
219+ - Interactive particle-based backgrounds with reduced-motion support
220+ - New reusable UI components: ` ParticleCanvas ` , ` GradientBadge ` ,
221+ ` SectionHeading `
222+ - Improved mobile responsiveness and layout stability
223+ - Blog improvements:
224+ - Dynamic grid backgrounds across blog pages
225+ - Featured post CTA in blog hero
226+ - Author filtering via URL with adaptive header behavior
227+ - Improved 404 error pages:
228+ - Fully localized (uk / en / pl)
229+ - Unified global rendering strategy
230+ - Clear navigation actions back to Home
231+ - AI Word Helper updates:
232+ - Switched model to ` llama3-70b-8192 ` for improved response quality
233+ - Accessibility & UX:
234+ - Better keyboard navigation for highlighted terms
235+ - Improved touch and mobile interaction handling
236+
237+ ### Changed
238+
239+ - Home page refinements:
240+ - Hero section refactored into smaller reusable components
241+ - Updated color palette, spacing, animations, and mobile behavior
242+ - Footer styling updated to match refreshed brand visuals
243+ - Blog layout aligned with updated design language and spacing rules
244+ - Default locale updated from ` uk ` to ` en ` with safer type validation
245+ - Internal codebase cleanup:
246+ - Improved i18n defaults and validation
247+ - Better cache initialization and error handling
248+
249+ ### Fixed
250+
251+ - Fixed blog post image rendering for latest posts
252+ - Resolved layout centering issues on Leaderboard
253+ - Improved stability of text selection detection for AI helper
254+ - Fixed social icon hover styles in dark mode
255+ - Reduced visual overlap issues on small mobile screens
0 commit comments