Releases: gourlaysama/girouette
girouette 0.7.4
girouette is a command line tool that displays the current weather (from OpenWeather) in the terminal.
Packaging
- Fix packaging of shell completions in the debian package.
girouette 0.7.3
girouette is a command line tool that displays the current weather (from OpenWeather) in the terminal.
Features
- New
pollution
segment to display the current Air Quality Index as provided by OpenWeather. The index ranges from 1 (Good) to 5 (Very Poor).
Packaging
- There is now a x86_64 debian package available for download on the release page.
girouette 0.7.2
girouette is a command line tool that displays the current weather (from OpenWeather) in the terminal.
Packaging
- There is now a man page for girouette available in the release tarball (generated with pandoc, from
doc/girouette.1.md
).
girouette 0.7.1
girouette is a command line tool that displays the current weather (from OpenWeather) in the terminal.
Features
- New
-o/--offline
cli option. If set, girouette will run completely offline with responses from the cache, regardless of the age of cached responses. No network connection will be made. - The
-k/--key
cli option and corresponding config option now support supplying a path to a file containing the key, in the form of-k @openweather.key
(relative to girouette's config directory),-k @~/openweather.key
(relative to the user's home directory) or-k @/openweather.key
(absolute). If given in the config file, the path is required to be valid UTF-8.
girouette 0.7.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.57.
Changed
- The
--version
output now shows if a default config file has been found and the size of the girouette cache.
Fixed
- The alert segment no longer shows an alert count when there is only one alert.
- Fixed a crash when displaying very high winds with scaled colors.
girouette 0.6.7
girouette is a command line tool that displays the current weather (from OpenWeather) in the terminal.
Features
- New
description
andsender
boolean option foralerts
segment (both default to false). If true, the full description (resp. the organization sending the alert) is displayed for each alert.
Fixed
- Alerts for extreme temperature events and snow/ice events were missing icons.
girouette 0.6.6
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
andkm/h
),imperial
(to use°F
andmph
) andstandard
(to useK
andm/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.
girouette 0.6.5
girouette is a command line tool that displays the current weather (from OpenWeather) in the terminal.
Fixes
- Hourly forecast icons now properly indicate daytime/nighttime.
girouette 0.6.4
girouette is a command line tool that displays the current weather (from OpenWeather) in the terminal.
Features
- New
daytime
segment to display sunrise and sunset times for the current day.
girouette 0.6.3
girouette is a command line tool that displays the current weather (from OpenWeather) in the terminal.
Features
- New
alerts
segment to display weather alerts for the current location.
Fixes
- Unknown weather codes used to cause a
N/A
icon to be used as weather icon: we now use basic day/night icons instead (the sun or the moon). - The unicode icon for haze is now the same for night as it was for day (the fog emoji).