Skip to content

Commit

Permalink
Need some sleep before I wrap up this release...
Browse files Browse the repository at this point in the history
  • Loading branch information
o355 committed Dec 3, 2017
1 parent 38f063b commit cdcb325
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
* Adds a nearby location feature to hurricane data (300km out)
* Will push the API key validation code up further thanks to new features.
* Adding a much nicer progress indicator.
* Adds the ability to prefetch yesterday's weather at boot, and a caching system.
* Adds the ability to prefetch yesterday's weather at boot, and a caching system. (thanks to @ModoUnreal for partially coding this in!)
* Adds the ability to view your current location through a GeoIP service
* Adds the ability to view data through a PWS at boot.
* Adds the ability to have up to 5 favorite locations.
* Adds the ability to manually define a Google Maps API key
* Much better error catching for the config file
* Much better error catching for the config file (thanks to @TheLetterAndrew for coding this in!)
* Adds the ability to view the chance of precipitation on the forecast page.
* Adding the ability to show cache timings.
* Adds a new loader, which makes loading things in PyWeather a lot more nice.
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[Subscribe to the PyWeather Weekly Update, for all the latest in PyWeather news on a weekly basis!](https://owenthe.ninja/sign-pyweathers-weekly-newsletter/)

## Welcome to PyWeather (0.6.3 beta)!
## Welcome to PyWeather (0.6.2 beta)!
Welcome to PyWeather, the fun way to check the weather in a terminal. Thanks for being here!

PyWeather is the culmination of thousands of hours of work poured into a silly little project that got more advanced over time.

I hope that you can enjoy PyWeather as much as I enjoy making PyWeather, so, let's get started!

## Hey! PyWeather 0.6.3 beta is coming out by 3pm EST on December 3rd!
Writing release notes is a tiring and long process.

## Requirements
To run PyWeather, you'll need:
* A computer (Windows, OS X, most Linux distros)
Expand All @@ -22,7 +25,7 @@ If you'd rather, you can also download PyWeather with Git, using the following c
```
git clone https://github.com/o355/pyweather.git ./pyweather
cd pyweather
git checkout 0.6.3-beta
git checkout 0.6.2-beta
```

After that, run `setup.py`, and the setup file will guide you through setting up PyWeather. After that, run `pyweather.py`, and enjoy the magic of PyWeather! It's as easy as that.
Expand Down

0 comments on commit cdcb325

Please sign in to comment.