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

1.5 KiB

title date
Pebble SDK 2.6.1 - Changelog 2014-10-01

This release is a hotfix for the SDK 2.6 release

Changes for SDK Tools:

  • Fix bug preventing use of pebble analyze-size
  • Fix bug that caused compile errors with the use of custom fonts

Pebble SDK 2.6 Release Summary (full changelog)

Major Changes:
  • Add support for background apps with AppWorker
  • Add graphics_capture_frame_buffer, graphics_release_frame_buffer, graphics_frame_buffer_is_captured APIs to expose framebuffer
  • Add WatchInfo APIs to expose watch color, watch model, and firmware version
  • Add quick launch support
  • Bring back select-button-to-dismiss-notification on Android & iOS < 8
  • Add --worker option to pebble new-project to create file structure for apps with background workers
  • Add background worker example