|
21 | 21 | * Adds the ability to manually define a version you're upgrading to in the configupdate script in the event your versioncheck file is gone. |
22 | 22 | * Removed the configdefault script. The configsetup script has taken it's place now. |
23 | 23 | * Added up-to-date and no matching version messages in the configupdate script. |
| 24 | +* Minor UI changes. |
24 | 25 |
|
25 | 26 | **BUG FIXES** |
26 | 27 | * Fixed a critical bug where if geopy wasn't installed before setup, Pyweather Setup would install geocoder INSTEAD of geopy, and throw an error. |
|
29 | 30 | * Fixed a bug where if you entered nothing for the backup key directory, an error would occur. Thanks to @creepersbane for reporting the error! |
30 | 31 | * Fixed a bug where if your configuration file failed to load, enter to continue prompts were disabled by default. |
31 | 32 | * Fixed a bug where the last step in the setup process (bypassing radar confirmation) didn't have proper else catching, and if a "yes" or "no" was entered, PyWeather setup would crash. |
32 | | -* Fixed a bug where you weren't able to exit out of the summary screen when viewing historical hourly data. |
| 33 | +* Fixed a bug where you weren't able to exit out of the summary screen when viewing historical data. |
33 | 34 | * Fixed a bug where wind chill data in celsius in historical hourly displayed "kph" instead of a degree C symbol. |
34 | 35 | * Fixed a bug where the 10 day forecast cache expire time was running off of the hourly cache time. |
35 | 36 | * Fixed a bug where PyWeather wouldn't properly catch no moonrise data, resulting in a crash. |
36 | 37 | * Fixed a bug where if alerts data wasn't getting prefetched at boot, when detailed alerts data was called up PyWeather would crash. |
37 | 38 | * Fixed a bug where if you had 10-day hourly prefetch enabled at boot, when you viewed detailed 10-day hourly information PyWeather would crash. |
38 | 39 | * Fixed a potential bug where the configupdate script might not at all work when you manually edit the version info file. It now searches the file instead of an exact match. |
39 | 40 | * Fixed a bug where yesterday precipitation data could say "T" on the summary screen. A data check has been added. |
40 | | -* Fixing a bug where if some almanac data wasn't available, PyWeather would crash - 80% done. Thanks to @ModoUnreal for reporting the error! |
41 | | -* Fixing a "bug" where if you had no connection to the updater at boot with it enabled, PyWeather would exit instead of continue - 0% done. Thanks to @creepersbane for reporting the error! |
| 41 | +* Fixed a bug where if some almanac data wasn't available, PyWeather would crash - Thanks to @ModoUnreal for reporting the error! |
| 42 | +* Fixed a "bug" where if you had no connection to the updater at boot with it enabled, PyWeather would exit instead of continue Thanks to @creepersbane for reporting the error! |
42 | 43 | * Fixed a potential bug where proper code to catch invalid sunrise/sunset data was not implemented. |
43 | 44 |
|
44 | 45 | **OTHER CHANGES** |
|
61 | 62 | * Geopy's scheme was changed to HTTP due to issues on OS X. |
62 | 63 | * Adds wind direction data to historical hourly. |
63 | 64 | * Removed the keybackup script. |
| 65 | +* Minor UI changes. |
64 | 66 |
|
65 | 67 | **BUG FIXES** |
66 | 68 | * Fixed a major bug where the PyWeather Git updater wouldn't, uh, fully update. |
|
0 commit comments