Skip to content

girouette 0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 13:36
· 135 commits to main since this release
v0.6.0
55cebde

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

Packaging

  • The Minimum Supported Rust Version for girouette is now 1.53.

Features

  • New daily_forecast segment to show the temperature and general weather for the next 1 to 7 days. A days option controls the number of days to display (defaults to 3).
  • New hourly_forecast segment to show the temperature and general weather for each hour in the next 48 hours (defaults to 3). An hours option controls the number of hours to display (defaults to 3). A step controls how many hours to step over between forecasts (defaults to 2).

Changes

  • Breaking change: the -L/--language command line option and language config option now take a locale value of the form aa_AA, like en_US or zh_CN, instead of a 2-letter country code. girouette will warn if the value is not recognized and then fall back to en_US for date/time formatting.
  • If the language option is unset, girouette will try to use the LANG environment variable, before falling back to en_US.