pebble/devsite/source/_changelogs/3.13.1.md
2025-02-24 18:58:29 -08:00

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 using name, 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.