Release Date: September 24 2013
2.0 DP2.1
We do not like making releases twice a week but we really wanted to fix the iOS/PebbleKit JS bug and so here it is. PebbleKit JS can now receive message on iOS and on Android. You only need to update your SDK for this to work. We will not release new versions of the mobile apps.
The rest of the DP2 release notice below still applies.
appinfo.json
file in its base directory. This file contains the UUID, name and resources of the application. For PebbleKit JS apps, it may also contain the keys used for app_message communication.pb-sdk
tool is gone. It is replaced by the pebble
command line.PEBBLE_PHONE
environment variable to avoid retyping this all the time.pebble
tool.void*
pointer (to avoid useless casting in developer code)watchapps/feature_layer_data
)openURL
to work, you need to open the javascript console firstconsole.log
are sent over the developer connection (available with pebble logs
)sendAppMessage()
appKeys
block, the integer will be converted to a stringopenURL
is fixedpb-sdk list
would fail if no apps are installedpb-sdk new-project
to create a template of JS code and automatically generate the appinfo.jsonconvert-project
command to update old projects to the new style (note: this will not update the source code)