mirror of
https://github.com/google/pebble.git
synced 2025-11-13 19:12:49 -05:00
1.7 KiB
1.7 KiB
title, date
| title | date |
|---|---|
| Pebble SDK 3.8-beta10 - Changelog | 2015-12-09 |
This is a pre-release version of the Pebble SDK. Only changes since beta8 are included.
Changes to Firmware
- Resolved an issue causing alarms to not vibrate in standby mode
- Added
shortSubtitleproperty to all timeline layouts.- This string, if provided, will be used as the subtitle in the timeline list view.
- Added a
displayTimeenum to the timeline weather layout.- If
none, it will not display a time. Ifpin, it will display the time of the pin in the title. The default ispin.
- If
- Timeline pins were no longer last updated in 1970.
- Resolved some minor layout issues.
Changes to SDK
- Added
PBL_MICROPHONEandPBL_SMARTSTRAPmacros, which will be defined when a microphone or a smartstrap connector is available, respectively. Note that the runtime availability of the services should still be tested, as the presence of hardware is not sufficient. - Removed spuriously exported
_EMOJIfonts. Emoji symbols will display in system fonts as before. - Fixed an issue causing the generation of indexed PBIs containing non-black transparent pixels to fail.