mirror of
https://github.com/google/pebble.git
synced 2025-03-16 09:01:22 +00:00
1.3 KiB
1.3 KiB
title | date |
---|---|
Pebble SDK 3.13 - Changelog | 2016-06-10 |
This is a hotfix for SDK 3.13. This is an SDK-only release; no corresponding firmware exists.
Changes to SDK
- Use the value of package.json's
pebble.displayName
for the app's name everywhere, instead of sometimes usingname
, which is subject to npm naming restrictions. - When using a block AppMessage key (e.g.
Elements[6]
), the name of the base key is no longer usable directly and must be accessed numerically. This change was made to ensure that it could be accessed numerically, which is the standard use-case for these array-like keys. - Library capabilities (e.g.
location
) are now correctly merged with app capabilities.