Release 0.7 - Typography and API Improvements
This release focuses on improving the user experience through better typography while enhancing the core password generation functionality with more flexible length options and improved API integration.
🎨 UI/UX Enhancements
- Added Inter font family - Integrated Inter and InterDisplay fonts for improved typography and readability
- Updated CSS to use Inter font family across both popup and options pages
- Configured advanced font features including ligatures, contextual alternates, and stylistic sets
🔧 Configuration Updates
- Removed password length upper limit - Password length is now only limited by a minimum of 10 characters (previously capped at 50)
- Increased default password length from 10 to 42 characters for better security
- Updated validation messages to reflect the new length constraints
🚀 API Integration Improvements
- Enhanced API endpoint usage - Now uses the
format=password
parameter for cleaner password generation - Improved password handling - Removed client-side character filtering, relying on server-side password formatting
- Dynamic length parameter - API calls now properly use the user-configured password length
Full Changelog: 0.6...0.7