[1.1.6] - 13-04-2025
Added
- Enhanced Documentation:
- Added comprehensive code examples for 9 programming languages
- Introduced interactive language selector with official logos
- Expanded API reference with detailed examples and use cases
- Added detailed integration guides for automation platforms
Improved
- Documentation Structure:
- Reorganized documentation sections for better readability
- Enhanced code snippets with syntax highlighting
- Updated authentication and error handling examples
- Improved rate limits documentation with clear examples
Changed
- Visual Enhancements:
- Updated programming language icons with official logos
- Improved code block styling and readability
- Enhanced overall documentation layout and navigation
[1.1.5] - 10-04-2025
Improved
- Documentation Enhancements:
- Updated integration logos for better visual consistency
- Enhanced visual presentation of Make.com, n8n, and Zapier integration sections
- Improved documentation layout and readability
Fixed
- Demo Functionality:
- Optimized captured frame image size in demo response
- Fixed download button functionality in demo section
- Enhanced user experience with better image preview handling
[1.1.4] - 09-04-2025
Improved
- Enhanced demo functionality for better user experience
- Improved local development environment
- Better error handling for API requests
Added
- Development Environment Enhancement:
- Added proxy configuration in Next.js for better local development with Netlify Functions
- Improved handling of API requests through Netlify Functions
- Enhanced environment configuration for development and production
Fixed
- Fixed local development setup to properly handle Netlify Function calls
- Improved API key handling in development environment
[1.1.3] - 05-04-2025
Improved
- Documentation Enhancements:
- Updated API documentation with production URLs
- Improved consistency in header examples
- Added troubleshooting section with common solutions
- Added security best practices
- Enhanced code examples with error handling
- Added detailed error code documentation
[1.1.2] - 05-04-2025
Fixed
- Fixed API URL environment variable in API Key service.
- Corrected API endpoints for key management operations.
- Fixed session handling in API Key service.
- Enhanced error handling and logging in API Key service.
[1.1.1] - 05-04-2025
Fixed
- Fixed API URL environment variable in authentication service to correctly point to production endpoint.
[1.1.0] - 05-04-2025
Added
- Public API Access:
- JWT-based authentication system
- API key management system with generation and revocation capabilities
- Usage tracking and quota system
- Comprehensive API documentation and integration guides
- Brand Identity:
- Implemented new brand logo across all pages
- Enhanced visual consistency throughout the application
- Added new color scheme and typography improvements
- Performance Optimizations:
- Implemented lazy loading for images
- Enhanced API response times
Changed
- Security Enhancements:
- Implemented CORS configuration for external API access
- Added rate limiting per IP and user
- Enhanced token validation and security measures
- Improved logging system for better monitoring
- Better error message handling
- Secure file upload management
Improved
- User Interface:
- New dashboard for API key management
- Real-time usage statistics
- Enhanced navigation with user session display
- Responsive design optimizations
- Better form input labeling
- Enhanced screen reader compatibility
- Improved keyboard navigation
- Added ARIA labels to interactive elements
Fixed
- Various UI inconsistencies
- Cross-browser compatibility issues
- Mobile responsiveness improvements
- API connection stability
[1.0.3] - 01-04-2025
Added
- Logging and Metrics Enhancements:
- Added additional logging metrics to improve support and measure service performance.
[1.0.2] - 31-12-2024
Changed
- Improved API Connect/Disconnect Handling:
- Enhanced the API connection logic to allow users to interact with forms during connection attempts, ensuring a more responsive and user-friendly experience.
- Updated button states and messages to reflect real-time API connection statuses, providing clearer feedback during the frame generation process.
Added
- Navbar Functionality:
- Enabled the logo in the navigation bar to reload the homepage (
/
) when clicked, ensuring the application resets to its initial state even when already on the homepage.
- Enabled the logo in the navigation bar to reload the homepage (
Fixed
- Hydration Errors:
- Resolved hydration mismatches caused by conditional rendering based on
window
properties by implementing client-side checks, ensuring seamless synchronization between server and client renders.
- Resolved hydration mismatches caused by conditional rendering based on
- API Connection Messaging:
- Enhanced user feedback by displaying a polite error message when API connection attempts fail after all retries:
- "We're sorry, but we can't connect to the API server right now. Please try again later."
- Enhanced user feedback by displaying a polite error message when API connection attempts fail after all retries:
[1.0.1] - 31-12-2024
Added
- API Connection Control:
- Implemented a connection check to the API to ensure the service remains reliable and to prevent errors when the API is unavailable or experiencing downtime.
Changed
- Homepage Form Layout:
- Restricted the width of forms and buttons on the homepage to enhance visual appeal and maintain consistency across different sections of the site without affecting the overall layout of other pages.
[1.0.0] - 29-12-2024
Added
- Initial release with core features.
- Contact form integration.
- Responsive design implementation.
[0.9.0] - 28-12-2024
Added
- Beta testing phase.
- Implemented navbar and footer.
- Basic SEO optimization.