-
released this
2026-04-29 12:11:21 -04:00 | 0 commits to main since this releaseHotfix-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 underforecast_jsonper 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.weatherfor any future visualization that wants the structured form.flutter analyzeclean. Tag push triggers the signed-APK build.Downloads