Enhanced Source Management & Robust Environment Configuration
This release introduces a key enhancement to our content management capabilities by allowing administrators to associate a logo with each news source. In parallel, we have significantly refactored the application's underlying configuration management to be environment-aware, leading to safer and more reliable deployments across development and production stages.
🖼️ Richer Source Identification
To improve content branding and visual recognition, we have expanded the data model for news sources.
- 🔗 Administrators can now add a 'Logo URL' when creating or editing a source, allowing for richer visual representation in consumer applications. #107
⚙️ Foundational Stability & Deployment
The application's deployment and configuration process has been overhauled to ensure greater stability and flexibility.
- 🛠️ The application now uses environment-aware configurations, loading settings like the API URL at compile-time to prevent misconfigurations in production builds. #106
- 📦 Core project dependencies have been updated to their latest versions to ensure continued stability and access to the latest features. #107