Skip to content

Releases: mattrossman/forecaswatch2

v1.20.0

29 Jul 01:46
Compare
Choose a tag to compare
  • 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

10 May 15:39
Compare
Choose a tag to compare

Add OpenWeatherMap as third weather provider #55 (@fliP-13)

v1.18.0

12 Nov 07:22
Compare
Choose a tag to compare

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

07 Nov 22:53
Compare
Choose a tag to compare

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

02 Nov 05:16
Compare
Choose a tag to compare

Hotfix for a minor bug in v1.15.0 where certain holidays get colored twice 🤦

v.1.15.0

02 Nov 02:56
Compare
Choose a tag to compare

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

02 Oct 15:05
Compare
Choose a tag to compare

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

04 Mar 18:24
Compare
Choose a tag to compare

Hotfix for the position and overflow bugs with the main time introduced in v1.12.0

v1.12.0

01 Mar 19:47
Compare
Choose a tag to compare
  • 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

29 Feb 20:34
Compare
Choose a tag to compare
  • 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.