• v1.0.4 09b98482e0

    v1.0.4 Stable

    Ghost released this 2025-12-07 06:50:37 +01:00 | 710 commits to main since this release

    What'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