@@ -5,6 +5,30 @@ All notable changes to GoSQLX will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.12.1] - 2026-03-15 - Website Performance & Mobile Optimization
9+
10+ ### Improved
11+ - Lighthouse Desktop: 100 Performance, 100 Accessibility, 100 SEO
12+ - Lighthouse Mobile: 94 Performance, 100 Accessibility, 100 SEO
13+ - CLS reduced from 0.382 to 0 (removed stats animation, added image dimensions, font-size-adjust)
14+ - FCP improved from 2.7s to 2.0s on mobile (self-hosted fonts via @fontsource )
15+ - LCP improved from 3.0s to 2.4s on mobile
16+ - Self-hosted fonts eliminate external Google Fonts request
17+ - AnalyzeTab lazy-loaded via React.lazy() (328KB -> 3.4KB initial chunk)
18+ - WebP logo (7KB vs 134KB PNG)
19+ - Non-blocking font loading with preload/swap pattern
20+
21+ ### Fixed
22+ - 20 mobile responsiveness fixes (touch targets, overflow, responsive layout)
23+ - Design consistency (unified cards, buttons, code blocks, padding across all pages)
24+ - WCAG contrast (text-slate-500 -> text-slate-400 for readable text)
25+ - Navbar backdrop-blur for visual separation from hero
26+ - OFL-1.1 license added to CI allow-list for fontsource packages
27+
28+ ### Changed
29+ - README redesigned from 1,209 to 215 lines with visual feature grid
30+ - Emdashes replaced with hyphens across 122 files
31+
832## [ 1.12.0] - 2026-03-15 — Custom Domain & Remote MCP Server
933
1034### Added
0 commit comments