@@ -5,6 +5,45 @@ rss: true
55noindex : true
66---
77
8+ <Update label = " August 17 - August 23" tags = { [" New releases" , " Improvements" ]} rss = { { title: " Weekly Updates" , description: " GPT-5 support, image optimization, usage-based billing enhancements, and mobile improvements" }} >
9+
10+ ## AI assistant enhancements
11+
12+ - Added GPT-5 model support for improved AI assistant capabilities
13+ - Enhanced usage-based billing controls with assistant status toggle in dashboard
14+ - Improved error handling for quota exceeded scenarios with user-friendly messaging
15+
16+ ## Image and media improvements
17+
18+ - Introduced optimized image component using @unpic/react for better performance and responsive sizing
19+ - Added Bunny CDN icon support to fix light/dark mode rendering issues
20+ - Removed automatic preloading of images to improve page load performance
21+
22+ ## Bug fixes and reliability
23+
24+ - Fixed Stripe portal error handling for deleted customers to prevent crashes
25+ - Resolved Vercel request blocking by adding proper user-agent headers
26+ - Fixed merge conflict dialog interaction - users can now click outside or press Escape to close
27+ - Enhanced branch creation with retry logic to prevent incorrect main branch resolution
28+ - Corrected frame page header rendering in custom components
29+ - Fixed API request body handling edge cases for GET requests
30+
31+ ## Performance and technical improvements
32+
33+ - Upgraded Shiki syntax highlighter from version 3.6 to 3.11 for latest bug fixes
34+ - Implemented async brotli compression for better static MDX generation performance
35+ - Added global error boundary with Sentry integration for improved error tracking
36+ - Enhanced mobile navigation with better spacing, button styling, and dropdown layouts
37+ - Improved caching for .md routes with proper cache-tag support
38+
39+ ## Dashboard and navigation
40+
41+ - Added support for ` /docs ` subdirectory with authentication in dashboard settings
42+ - Streamlined custom mode interface by removing unnecessary sidebar items
43+ - Enhanced file categorization to support additional static file formats
44+
45+ </Update >
46+
847<Update label = " August 10 - August 16" tags = { [" Improvements" ]} rss = { { title: " Weekly Updates" , description: " Performance optimizations, LLM integrations, web editor polish, and API playground enhancements" }} >
948
1049## Performance and build optimizations
0 commit comments