Added
- Live mode key bindings:
q/Esc/Ctrl+Cquit immediately,rforces an immediate refresh. - Optional one-line footer in live mode showing key hints and the last-update timestamp.
Toggle vialive_mode_footer = true|falsein the config file or--no-footeron the CLI. - Distinct night-time icons and ASCII art for Clear and Partly Cloudy conditions. The moon (🌙) replaces the sun
(☀️) at night, and Partly Cloudy switches to a moon-and-cloud combination. Day/night is detected automatically
per location and updates live as the sun crosses the horizon
(#29). is_day,latitude, andlongitudefields in JSON output.
Changed
- JSON output:
location_nameis now nested aslocation.name, alongsidelocation.latitudeand
location.longitude. Scripts parsing JSON output should switch fromlocation_nametolocation.name.
Fixed
- Live mode now uses the terminal's alternate screen buffer, so your existing terminal contents are preserved on exit
(#28). - World Weather Online: trailing whitespace in weather descriptions (e.g.
"Cloudy ") is now trimmed.