You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New cloud_cover segment to show the current cloud cover in %.
New -v/-q pair of short options to respectively increase/decrease verbosity. The options can be stacked (-vvv). The default verbosity level is warn (from off, error, warn, info, debug, trace), with the cli arguments overriding the GIROUETTE_LOG environment variable. -qq silences all output except weather segments.
New timeout config option to decide how long to wait for a response from Openweather, or for a location from Geoclue. The default is 10 seconds.
Changed
Geoclue must now return a location within the timeout given in the configuration (instead of a hardcoded 1 second) before we give up and return an error.
Fixed
Unicode weather icons are now printed in Emoji mode, if supported by the font (using the emoji variation selector).