- Update OneUpdator support since the repo structure changed. (@vitorvalvao)
- Fix the release to include the icons in the right location.
- Release via Travis
- Rewrote it in Rust
- Vendor 2.3 gems for High Sierra.
- Typo (Thanks, @jgarber623!)
- Do not export variable for light icons (it’s still there, just set by default to an empty value instead of false, since it works the same).
- Corrected the main workflow icon (it was not using the hybrid version, which was the whole point; there was also a node that had a repeated icon).
- Updated to latest OneUpdater which has some niceties concerned specifically with workflows like this one, that require Workflow Environment Variables.
Many thanks to vitorgalvao for this release!
- Support for using a dark theme in Alfred
- Better Alfred support (environment variables, description, and version)
- OneUpdater support
- Workflow doesn't need to be scrolled to view all the nodes
- Unused weather icons
darksky
keyword trigger
- Switched to Dark Sky from Forecast.io
- Renamed workflow to
dark-sky.alfredworkflow
- Use
DARK_SKY_API_KEY
instead ofFORECAST_API_KEY
- Renamed workflow to
- Selecting a daily item now goes to the day on Forecast.io.
- Re-release to fix vendoring.
- Off by one error on which days to display.
- Re-enable going to the Forecast.io page on all items.
- Update to Alfred 3: use built-in configuration for API keys.
- Modified the data display for the current day.
- Don't allow sorting of the items.
- Update dependencies.
- Delay fetching results until after the last character is typed.
- Actually handle when there isn't a config file.
- Update Alphred to handle a crash when there isn't a config file.
- Use Alphred.
- Re-add support for
DEFAULT_LAT_LONG
andDEFAULT_LOCATION
.
- The current location is retrieved via IP geolocation rather than set in the workflow configuration.
- Fixed opening the forecast in the browser.
- Support for
DEFAULT_LAT_LONG
andDEFAULT_LOCATION
has been deprecated in favor of getting the current location from the IP.
- Add option to force Celsius/Fahrenheit using
FORECAST_UNITS
.
- Use
forecast-config
for managing API keys. - Fixed bug when precipitation intensity/probability was all 0's.
- Sparklines for precipitation intensity and probability for the next hour (where applicable) and day.
- Bugfix for when
DEFAULT_LAT_LONG
is set andDEFAULT_LOCATION
is not.
- Forecast now uses units appropriate to the location.
- Fix
DEFAULT_LAT_LONG
.
- Remove minutely result for non-US locations since Forecast doesn't have this data.
- Initial release