mirror of
https://github.com/google/pebble.git
synced 2025-03-15 08:41:21 +00:00
1.8 KiB
1.8 KiB
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_colors
andmenu_layer_set_highlight_colors
to make usingMenuLayer
s much simpler. - Renamed
GColorEq
togcolor_equal
to be more consistent with similar methods. InverterLayer
has 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