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

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 and menu_layer_set_highlight_colors to make using MenuLayers much simpler.
  • Renamed GColorEq to gcolor_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