@@ -253,3 +253,56 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
253253- Improved stability of text selection detection for AI helper
254254- Fixed social icon hover styles in dark mode
255255- Reduced visual overlap issues on small mobile screens
256+
257+ ## [ 0.5.2] - 2026-02-01
258+
259+ ### Added
260+
261+ - About page enhancements:
262+ - Refreshed Features and Pricing sections with clearer messaging
263+ - Interactive particle-based backgrounds with reduced-motion support
264+ - New reusable UI components: ParticleCanvas, GradientBadge, SectionHeading
265+ - Improved mobile responsiveness and layout stability
266+ - Blog improvements:
267+ - Pagination support for blog listing
268+ - Dynamic grid backgrounds across blog pages
269+ - Featured post CTA in blog hero
270+ - Author filtering via URL with adaptive header behavior
271+ - AI Word Helper updates:
272+ - Improved error handling with simplified retry UX
273+ - Backend refactor for Vercel compatibility
274+ - Rate limiting enforcement for AI explanation endpoint
275+ - Caching & performance:
276+ - Upstash Redis cache for Q&A (cache-aside strategy)
277+ - Robust cache parsing and invalidation handling
278+ - Infrastructure & tooling:
279+ - Netlify deployment configuration updates
280+ - Redis environment variable support
281+ - CodeRabbit automated review configuration
282+
283+ ### Changed
284+
285+ - Home page UI refinements:
286+ - Refactored Hero section into reusable components
287+ - Improved primary CTA button styling and interactions
288+ - Updated card layouts and online users counter visuals
289+ - Blog experience refined:
290+ - Improved text formatting and rendering consistency
291+ - Better search, filtering, and pagination UX
292+ - Shop UI updates:
293+ - Unified storefront styles across components
294+ - Improved checkout flow state handling
295+ - Added metadata across shop routes for better SEO
296+ - Default locale changed from ` uk ` to ` en ` with safer type validation
297+ - Internal refactors:
298+ - Codebase cleanup and structural simplification
299+ - Improved cache initialization and error handling
300+
301+ ### Fixed
302+
303+ - Fixed blog text formatting and latest post image rendering
304+ - Resolved layout centering issues on Leaderboard
305+ - Fixed social icon hover styles in dark mode
306+ - Improved stability of text selection detection for AI helper
307+ - Fixed locale duplication and routing edge cases
308+ - Reduced visual overlap issues on small mobile screens
0 commit comments