Skip to content

version 1.0

Compare
Choose a tag to compare
@d-torrance d-torrance released this 30 Apr 02:57
· 93 commits to master since this release
  • Due to changes in the Yahoo! weather API, we have switched to using
    libgweather.
    This brings with it several interface changes:
    • Instead of using WOEID or ZIP Code to determine your location, we
      now use latitude and longitude. You may (optionally) use
      GeoClue
      to find this information in the preferences GUI by clicking the
      "Find Coords" button.
    • Since libgweather uses icons that follow the
      XDG Icon Naming Specification,
      we have renamed our icons accordingly (and deleted several which
      would never appear as they did not correspond with any of the names
      in the specification). You may also use any other icon themes which
      follow this specification using the --icondir command-line
      option, the icondir option in the configuration file, or by
      clicking the "Icon directory" button in the preferences GUI.
  • You may now run wmforecast in windowed mode (i.e., not as a dockapp)
    using the --windowed command-line option.