-
v1.0.4 Stable
released this
2025-12-07 06:50:37 +01:00 | 710 commits to main since this releaseWhat's Changed
- refactor(config): Restructure config schema and optimize plugin data fetching (
9c7e472)- Move app_title and theme into nested app object in config schema
- Update layout.tsx to access config.app.title and config.app.theme
- Add CLIENT_SIDE_PLUGINS array to skip API calls for client-only plugins (clock)
- Replace useState with useRef for failureCount and lastGoodData to prevent infinite loops
- Simplify plugin data fetching logic and remove special case handling for clock plugin
- Add minimum 30-second interval
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- refactor(config): Restructure config schema and optimize plugin data fetching (