Skip to content

Commit

Permalink
fixed bug present on macOS High Sierra - bumped version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bkroggel committed Dec 27, 2017
1 parent 5286868 commit ff9aa67
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Wttr Forecast Widget
for Übersicht `http://tracesof.net/uebersicht/`
Version: `1.0`
Last Updated: `10/26/2017`
Version: `1.0.1`
Last Updated: `12/27/2017`

![](https://user-images.githubusercontent.com/11707221/32011802-1f636834-b9b6-11e7-928c-1e80f25d3b74.png)

Expand Down Expand Up @@ -86,6 +86,11 @@ every other location can be added just like that:
lat: 48.8589507
lng: 2.2770202

## Version History
- `1.0` - Initial Release
- `1.0.1` - Fixed a bug present on macOS High Sierra (thanks [@_martinc](https://twitter.com/_martinc))


## Credits

<img src="https://user-images.githubusercontent.com/11707221/32011804-1faa8e6c-b9b6-11e7-809c-601e09618329.png" width="450px"></img>
Expand Down
6 changes: 3 additions & 3 deletions index.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ----------
# Wttr Forecast WIDGET for Übersicht
# Version: 1.0
# Last Updated: 10/26/2017
# Version: 1.0.1
# Last Updated: 12/27/2017
#
# Wttr Forecast is a multi-location weather widget build
# for Übersicht app (http://tracesof.net/uebersicht/).
Expand Down Expand Up @@ -496,12 +496,12 @@ style: """
}
.rain-img {
display: flex;
justify-content: center;
margin-right: 8px;
}
.rain-img img {
width: 7px;
opacity: 0.3;
align-self: center;
}
}
"""
Expand Down
Binary file modified wttr.widget.zip
Binary file not shown.

0 comments on commit ff9aa67

Please sign in to comment.