Skip to content

Releases: thepagent/weather

v0.3.1

26 Mar 22:30
3d3c86e

Choose a tag to compare

Release v0.3.1

v0.3.0

23 Mar 23:52

Choose a tag to compare

What's Changed

  • Pass --resolution (1K/2K/4K) via imageConfig.imageSize to Gemini API — previously reserved/ignored
  • Set 120s HTTP timeout to prevent hangs on large image generation
  • Update default model to gemini-3-pro-image-preview for reliable 4K support

Closes #3

v0.2.0

15 Mar 19:26
755e399

Choose a tag to compare

What's Changed

Features

  • Integrate Gemini image generation natively — no external banana binary required
  • Support any IANA timezone via Open-Meteo Geocoding API (e.g. Asia/Keelung, Asia/Tainan, Europe/Paris)
  • Add --model flag to override the default Gemini model ID (gemini-3.1-flash-image-preview)

Bug Fixes

  • Remove hardcoded city/coords lookup — all timezones now resolve dynamically

Breaking Changes

  • banana binary no longer needed; set GEMINI_API_KEY instead
  • --resolution flag is reserved for future API support (no longer passed to image generation)

Full Changelog: https://github.com/thepagent/weather/commits/v0.2.0