Skip to content

Releases: gourlaysama/girouette

girouette 0.7.4

20 Jul 08:47
v0.7.4
5da44f7
Compare
Choose a tag to compare

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

11 Jun 18:40
v0.7.3
8669285
Compare
Choose a tag to compare

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

13 May 12:44
v0.7.2
1e7f1d3
Compare
Choose a tag to compare

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

04 May 14:30
v0.7.1
65e153f
Compare
Choose a tag to compare

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

08 Mar 14:48
v0.7.0
3704b92
Compare
Choose a tag to compare

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

30 Dec 18:44
v0.6.7
8c685de
Compare
Choose a tag to compare

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

Features

  • New description and sender boolean option for alerts 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

15 Dec 16:04
v0.6.6
501177f
Compare
Choose a tag to compare

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.

girouette 0.6.5

26 Nov 13:17
v0.6.5
55a021c
Compare
Choose a tag to compare

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

17 Nov 13:12
v0.6.4
3f31073
Compare
Choose a tag to compare

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

25 Oct 10:17
v0.6.3
63e9e0b
Compare
Choose a tag to compare

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).