Release v0.0.6 - Internationalization, Multi-Currency, and Infrastructure Improvements
🚀 New Features
- Internationalization (i18n): Added support for multiple languages across the application, including mobile. This enhances user experience for non-English speakers.
- Multi-Currency Support in Stripe: Integrated Stripe with multi-currency support, allowing users to transact in their preferred currency.
- Mailgun Integration: Added support for Mailgun to handle email notifications and communications.
🛠️ Improvements
- Navbar Dashboard Component: Refactored the navbar to include a language selector, improving user accessibility.
- CI/CD Pipeline: Implemented a CI/CD pipeline for automated builds and testing before deployment to Vercel, ensuring more reliable releases.
- Roadmap and Documentation: Updated roadmap and GitHub templates to reflect current and future development priorities.
🐞 Bug Fixes
- Locale Fetching in Production: Fixed an issue where locale data was not being fetched correctly in production environments.
- Vercel Configuration: Resolved issues with static file serving by updating the
vercel.json
configuration. - Merge Conflicts: Addressed and resolved multiple merge conflicts to ensure a stable codebase.
🧑💻 Code and Infrastructure
- File Structure Refactor: Moved locale files to the
src
directory for better organization and maintainability. - Environment Configuration: Added
env.example
to the project to streamline environment setup for new contributors. - Tax Adaptation: Refactored the codebase to support tax calculations and adaptations.
🔧 Future Enhancements
- Enhanced Localization: Further improvements to localization and translation support, including dynamic language loading.
- Roadmap Execution: Continued development based on the updated roadmap, focusing on user-requested features and performance optimizations.
💬 Notes
- This release includes significant infrastructure improvements and new features aimed at enhancing user experience and developer productivity.
- For more details, refer to the GitHub Issues page.
What's Changed
- Release v0.0.6 by @marcelodosreis in #20
Full Changelog: v0.0.5...v0.0.6