Releases: mattrossman/forecaswatch2
Releases · mattrossman/forecaswatch2
v1.20.0
- Update LocationIQ token #57
- Use a regex to bypass reverse geocoding if lat/long coordinates are entered #59 (@clach04)
- Replace api.sunrise-sunset.org web service with suncalc library #60 (@clach04)
- Fix LocationIQ demo link #58
v1.19.0
Add OpenWeatherMap as third weather provider #55 (@fliP-13)
v1.18.0
Changes:
- Colored dates are now shown in bold text
This improves legibility of weekends and holidays, which otherwise look dim next to the standard white dates due to the nature of the Pebble display. Bolding will not apply for dates set to the default white value.
v1.17.0
This update restores functionality of the "today highlight" option. It's now set to black by default, which causes the today box background to match the color of the date. Selecting any other value will override this color for all days.
Resolves: #46
v1.16.0
Hotfix for a minor bug in v1.15.0 where certain holidays get colored twice 🤦
v.1.15.0
New configuration features:
- Saturday color
- Sunday color
- US federal holidays color
- Main time color
Bugfix:
- No more duplicated calendar dates around daylight savings time
Resolves #35, #42, and #44
Special thanks to @arromdee for solving that bug and implementing weekend & holiday color options!
v1.14.0
Weather updates are back :)
On Sep 29th 2020, ArcGIS switched their systems to HTTPS-only causing the reverse geocoder to fail and block weather updates. This update is a small fix that uses the new HTTPS endpoint!
Resolves #41
v1.13.0
Hotfix for the position and overflow bugs with the main time introduced in v1.12.0
v1.12.0
- Add option for AM/PM indicator
- Fix memory leak when updating watchface settings
Known bug: main time gets cut off under certain circumstances
v1.11.0
- Resolved bug with battery not updating when switching from different watchface
- Removed redundant access to config data in persistent storage
- Added examples of location override queries
Special thanks to @clach04 for their contributions to this release.