- Fix a greeting string that was too long
- Add full support for Pebble Time 2
- Add detection of PebbleOS bug where persistent storage of watchface gets wiped
- Replace trial ended 'error' screen with screen describing this as a PebbleOS bug and a link to Lignite.io/e420 with instructions on how to report this bug and fix your watchface
- Fix settings not loading on legacy iOS Pebble app
- Fix various weather syncing issues
- Fix backlight being stuck on unknown devices or firmwares
- Fix "Error loading settings" for customers on Pebble 2 Duo
- Reduce frequency of fetching GPS location
- Improve menu icon
Initial release.
Fun fact about this face: because the Pebble SDK APIs for text wrapping only support one font, yet this face uses "two" fonts within one block of text (regular & bold), we had to build our own text-wrapping code. Little design choices like this often require the most effort in building a beautiful watchface.
(But also, writing text-wrapping code was the most enjoyable challenge of building Bob the Bubble ☺️)