mirror of
https://github.com/google/pebble.git
synced 2025-11-18 21:40:57 -05:00
1.8 KiB
1.8 KiB
title, date
| title | date |
|---|---|
| Pebble SDK 3.0-dp9 - Changelog | 2015-04-27 |
This is the ninth Developer Preview release of Pebble SDK 3.0.
Detailed List of Changes:
Changes for Firmware:
No changes
Changes to SDK:
- Added
menu_layer_set_normal_colorsandmenu_layer_set_highlight_colorsto make usingMenuLayers much simpler. - Renamed
GColorEqtogcolor_equalto be more consistent with similar methods. InverterLayerhas been deprecated and removed from the SDK.
Changes for SDK Tools:
- The pebble tool will now use any running emulator before attempting to launch the default Basalt emulator
- Fixed a bug causing an incorrect color for foregroundColor and backgroundColor on timeline pins
Changes to Timeline:
- There are now many more icons you can use in your timeline pins. Check out the guide on pin structure for more details. Note: All the existing icons have been renamed.
Changes for Examples:
- Deprecated feature-inverter-layer SDK example (see deprecation notice on GitHub)
Changes for Documentation:
No changes