Skip to content

girouette 0.6.6

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 16:04
· 78 commits to main since this release
v0.6.6
501177f

girouette is a command line tool that displays the current weather (from OpenWeather) in the terminal.

Features

  • New units config option and -u/--units cli option to choose the unit system used to display temperatures and wind speeds. Available values are: metric (to use °C and km/h), imperial (to use °F and mph) and standard (to use K and m/s).

Fixes

  • Fixed error when OpenWeather doesn't provide a description for a weather condition.
  • Fixed index-out-of-bounds crash when using the temperature color scale with very high temperatures.