-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Correct Yahoo! lookup by US ZIP code * Add option to display Feels Like on menu bar (vs. actual temperature) * Correct rotation of cities * Adjust pressure (QFE) based on altitude (QNH), where altitude is provided (currently only via <here>) git-svn-id: https://svn.code.sf.net/p/heat-meteo/svn/trunk@224 d3ebed13-a016-0410-8795-cbbf129bdbb2
- Loading branch information
edwardd20
committed
Jul 12, 2019
1 parent
8320f04
commit dff0a46
Showing
10 changed files
with
143 additions
and
76 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
3.1.8 | ||
* Add translation of German special characters (umlauts) to ASCII. | ||
* Add detection of wake from sleep to avoid some wifi problems. | ||
* Detect and report (but can't auto-resolve) Yahoo! OAuth errors in the Console log (along with other possible validation errors). | ||
* Update Yahoo! authentication, again. This time for X-Yahoo-App-Id. | ||
* Add support for Yahoo! location to be either city,state or lat,long. | ||
* Allow for unknown weather icons for APIXU (after wake from sleep) | ||
* Correct a recurring 9999 for OpenWeatherMap | ||
* Provide a reference URL for Yahoo! locations. | ||
* Update source code to Swift 5 and Xcode 10.2. | ||
* Updated support for WunderGround and PWS's (put your PWS ID as the city). | ||
* Updated OhhAuth to latest version. | ||
3.1.9 | ||
* Correct Yahoo! lookup by US ZIP code | ||
* Add option to display Feels Like on menu bar (vs. actual temperature) | ||
* Correct rotation of cities | ||
* Adjust pressure (QFE) based on altitude (QNH), where altitude is provided (currently only via <here>) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.1.8 | ||
3.1.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters