Skip to content

girouette 0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 10:24
v0.4.0
8b01e31

Girouette can now query the user location instead of using a hardcoded one, using location auto. This is not available in the static builds available for downloads below; use a packaged version or build it from source.
the RPM package

Added

  • New --print-default-config option to print the content of the default configuration file.
  • New auto value for -l/--location: girouette will use geoclue (and thus dbus) to find the location.
    This is the default if there is no location set in the config file.

Fixed

  • Fixed parsing error that prevented passing on the CLI a location starting with a minus sign (negative latitude).