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

1.9 KiB

title date
Pebble SDK 3.0-dp5 - Changelog 2015-03-27

This is the fifth Developer Preview release of Pebble SDK 3.0.

The biggest new features with this release are antialiasing and stroke width.

Detailed List of Changes:

Changes for Firmware:

  • Antialiasing is enabled by default for all apps built with SDK 3.0 or higher.

Changes to SDK:

  • Added graphics_context_set_antialiased to toggle adding antialiasing to the graphics_draw_* functions. See our Drawing Graphics guide for more details.
  • Added graphics_context_set_stroke_width to set the stroke width for drawing routines. See our Drawing Graphics guide for more details.

Changes for SDK Tools:

  • Fixed bug where projects with png-trans resources would cause build failures.

Changes for Examples:

  • Added ks-clock-face example to demonstrate the new antialiasing and stroke width APIs.

Changes for Documentation:

  • Documented the new pebble commands for working with the emulator, and improved the rest of the tool documentation.