pebble
  • Tutorials
  • Get the SDK
  • Guides
  • Documentation
  • Examples
  • Community
  • Blog
  • More
Privacy
Cookies
Publish

SDK

  • Installation
  • Changelog
    • 4.3
    • 4.2.2
    • 4.2.1
    • 4.2
    • 4.2-beta5
    • 4.2-beta4
    • 4.1.4
    • 4.1.2
    • 4.1.1
    • 4.1
    • 4.0.1
    • 4.0
    • 4.0-rc20
    • 4.0-beta17
    • 4.0-dp3
    • 3.14
    • 4.0-dp2
    • 4.0-dp1
    • 3.13.1
    • 3.13
    • 3.12
    • 3.11.1
    • 3.11
    • 3.10.1
    • 3.10
    • 3.10-beta6
    • 3.10-beta2
    • 3.10-beta1
    • 3.9.2
    • 3.9.1
    • 3.9
    • 3.9-beta8
    • 3.9-beta7
    • 3.9-beta5
    • 3.8.2
    • 3.8.1
    • 3.8
    • 3.8-beta12
    • 3.8-beta10
    • 3.8-beta8
    • 3.7
    • 3.6.2
    • 3.6
    • 3.6-dp8
    • 3.6-dp7
    • 3.6-dp6
    • 3.6-dp5
    • 3.6-dp2
    • 3.4
    • 3.3
    • 3.2.1
    • 3.2
    • 3.1
    • 3.0
    • 3.0-beta12
    • 3.0-beta11
    • 3.0-beta10
    • 3.0-dp9
    • 3.0-dp8
    • 3.0-dp7
    • 3.0-dp6
    • 3.0-dp5
    • 3.0-dp4
    • 3.0-dp3
    • 3.0-dp2
    • 3.0-dp1
    • 2.9
    • 2.8.1
    • 2.8
    • 2.7
    • 2.6.1
    • 2.6
    • 2.5
    • 2.4.1
    • 2.4
    • 2.3
    • 2.2
    • 2.1.1
    • 2.1
    • 2.0.2
    • 2.0.1
    • 2.0.0
    • 2.0-BETA7
    • 2.0-BETA6
    • 2.0-BETA5
    • 2.0-BETA4
    • 2.0-BETA3
    • 2.0-BETA2
    • 2.0-BETA1
    • 2.0-BETA0
    • 2.0-DP3
    • 2.0-DP2
  • Getting Started with Pebble Time Round

Pebble SDK 3.9 - Changelog

Release Date: February 3 2016

Changes to Firmware

  • Resolved confusion caused by manipulating the window stack while it is animating.
  • Fixed a crash when enabling text pagination on aplite.
  • Improved the reliability of smartstrap communication when the system is busy.
  • Fixed calendar pins sometimes omitting the location on aplite.
  • Reduced the memory overhead for PNG decompression to 1152 bytes (plus space for both the compressed and decompressed versions of the image).
  • Fixed an issue causing "call back" on missed call pins on iOS to not actually call back.
  • Fixed an issue causing sleep graphs to not be drawn at all on the deep sleep screen in the Health app unless there was deep sleep to display.
  • Multiple timezone fixes, including Uruguay and Cancun.
  • Made system watchface transitions snappier on Pebble Time.
  • Redesigned the watch-only mode watchface.
  • Changed the low-battery percentage warnings to time estimates.
  • Added U+1F3B5 MUSICAL NOTE 🎵 and U+1F381 WRAPPED PRESENT 🎁 to the notification font.
  • Added an indicator of picture notifications on iOS.
  • Redesigned Tic-Toc on the Rose Gold Pebble Time Round.
  • Moved the hands on Tic-Toc on Pebble Time Round one pixel to the left.
  • Assorted health tracking improvements.
  • Assorted stability improvements.
  • Assorted localization improvements.

Changes to SDK

  • Added the new Health API!
    • This enables you to read information from Pebble Health and include it in your app or watchface.
  • Added support for multiple JavaScript files! Check out the blog post for more details.
  • Fixed an issue introduced in 3.8.2 causing some successful font builds to hang the build process indefinitely.
  • Added PBL_IF_MICROPHONE_ELSE, PBL_IF_SMARTSTRAP_ELSE, and PBL_IF_HEALTH_ELSE macros, for consistency with PBL_IF_COLOR_ELSE and friends. This also includes new PBL_MICROPHONE, PBL_SMARTSTRAP, and PBL_HEALTH defines.

Overview

  • Changes to Firmware
  • Changes to SDK