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