• bvandeusen released this 2026-04-29 12:11:21 -04:00 | 0 commits to main since this release

    Hotfix-style follow-up to v26.04.29.1.

    Drop the WeatherCard

    The card expected a flat shape (current_temp, condition, today_high, ...) but the prep payload sends raw OpenMeteo data nested under forecast_json per location. Every field read as null, so the rendered card showed "null°" and "null/null" pinned at the top of the journal chat — covering the actual prep prose.

    The prep prose itself already mentions weather plainly. Removing the redundant card eliminates the bug; the underlying weather data is still in metadata.sections.weather for any future visualization that wants the structured form.

    flutter analyze clean. Tag push triggers the signed-APK build.

    Downloads