Release Date: June 7 2016
This firmware was released only for the Pebble Time series.
layer_set_value()
functions now always mark the layer as dirty.gcolor_equal()
now considers all transparent functions to be equivalent.
This change only affects apps built with SDK 3.13 or later.pebble convert-project
to update your app.node_modules
folder for use in the C or PebbleKit JS code of your app.pebble new-package
!AppMessage
and resources without identifier
conflicts.require
in PebbleKit JS now requires explicitly using relative paths when
loading files in your app (i.e. prefixing filenames with ./
).AppMessage
keys are now included in your C code with a MESSAGE_KEY_
prefix. They are also included in your PebbleKit JS code as the return value
of require("message_keys")
.AppMessage
keys can be auto-assigned, so numbers don't have to be picked
explicitly for communication between C and PebbleKit JS. This is designed to
enable libraries to function without conflicts.