mirror of
https://github.com/google/pebble.git
synced 2025-11-13 19:12:49 -05:00
1.4 KiB
1.4 KiB
title, date
| title | date |
|---|---|
| Pebble SDK 3.0-beta11 - Changelog | 2015-05-10 |
This is the second beta release of Pebble SDK 3.0. It includes a number of fixes to improve stability as well as new guide for Design and Interaction.
Detailed List of Changes:
Changes for Firmware:
- Crashes within
workerwill now show up with a crash dialog on the watch. - Fixed bug where
Timelineevents displayed improper start/finish times. - Fixed bug where images were drawn incorrectly if bounds in
layer_set_boundswere set differently than (0, 0, size.w, size.h).
Changes to SDK:
- Fixed a bug where apps would fail to wake up because
Wakeupexpected time in UTC.
Changes for SDK Tools:
No changes
Changes to Timeline:
No changes
Changes for Examples:
No changes
Changes for Documentation:
- Added Design and Interaction guides.