From f1940937496ceff1ba41ffda628df6ad62e80485 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sat, 22 Nov 2014 08:47:27 -0800 Subject: [PATCH] Update CHANGELOG and README for 0.0.5 --- CHANGELOG.md | 5 +++++ README.md | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2466b2a..a74c4fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.0.5 - 2014.11.22 +### Changed +- Use `forecast-config` for managing API keys. +- Fixed bug when precipitation intensity/probability was all 0's. + ## 0.0.4 - 2014.11.21 ### Added - Sparklines for precipitation intensity and probability for the next hour diff --git a/README.md b/README.md index 5bb3de7..0fef7b1 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,11 @@ # Installation -Download and install the [workflow][download]. Edit the script filter to add your location and API keys: +Download and install the [workflow][download]. -[download]: https://github.com/kejadlen/forecast.alfredworkflow/releases/download/0.0.1/Forecast.alfredworkflow +[download]: https://github.com/kejadlen/forecast.alfredworkflow/releases/download/0.0.5/Forecast.alfredworkflow + +Run `forecast-config VALUE` to set API keys and the default location: - `FORECAST_API_KEY`: Get an API key [here][forecast-api-key]. - `GOOGLE_API_KEY`: Get an API key [here][google-api-key]. (Used for geocoding. @@ -29,7 +31,6 @@ Download and install the [workflow][download]. Edit the script filter to add you # TODO -- Make installation easier - Handle errors gracefully - Caching? (Probably unnecessary...) - Use `Accept-Encoding: gzip` for Forecast calls