Goptivum V1.0.4 Released
Overview
This release of Goptivum focuses on improving deployment, and resolving bugs for a smoother and more reliable user experience. With better UI/UX adjustments and refined handling of APIs, this update ensures Goptivum continues to deliver accurate and user-friendly schedule and weather data.
Features
- Maniek's API is now used as the primary source for air quality data (thx @maniekx86)
- OpenWeatherMap's air quality API serves as a fallback now.
- Simplified and consistent deployment through Docker (Image), making it easier to run and maintain.
- Redesigned resource button interfaces for better usability.
- Adjusted margins in the resource page for enhanced layout and readability.
- Secure
.env
file handling ensures sensitive configuration values like API keys are excluded from deployment artifacts.
Bug Fixes
- Fixed the bug where weather forecasts occasionally displayed incorrect days (e.g., showing Tuesday’s forecast instead of Monday's).
- Deployment scripts now securely handle
.env
values without accidental exposure. - Fixed menu button on apple browsers
Setup Notes
To enable weather and air quality features, users must set the following in their .env
file:
OPENWEATHER_API_KEY="YOUR_KEY_HERE"