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

1.6 KiB

title date
Pebble SDK 2.8.1 - Changelog 2014-12-09

This release fixes a number of bugs and improves BLE pairing on iOS. See FW 2.8 Changelog for new features and major fixes.

Detailed List of Changes:

Changes for Firmware:

  • Fix bug that would cause the watch to crash when accel_data_service_unsubscribe was called in a window_unload handler
  • Revert error return values from resource_load_byte_range to pre-2.8 behavior
  • Speed up BLE pairing on iOS
  • Fix a bug that would cause an app to be built incorrectly if the first resource in appinfo.json was declared twice.
  • Reduce stack usage of resource handling to prevent stack overflows introduced in 2.8
  • Fix several strings in non-English languages
  • Fix bug in AppMessage that would cause the watch to crash

Changes for SDK Tools:

  • Fix an issue where the SDK failed to build apps with non-ascii characters in the name.
  • Include locale.h in pebble.h

Changes for Examples:

No changes

Changes for Documentation:

No changes