girouette 0.6.0
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. Adays
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). Anhours
option controls the number of hours to display (defaults to 3). Astep
controls how many hours to step over between forecasts (defaults to 2).
Changes
- Breaking change: the
-L/--language
command line option andlanguage
config option now take a locale value of the formaa_AA
, likeen_US
orzh_CN
, instead of a 2-letter country code. girouette will warn if the value is not recognized and then fall back toen_US
for date/time formatting. - If the
language
option is unset, girouette will try to use theLANG
environment variable, before falling back toen_US
.