mirror of
https://github.com/google/pebble.git
synced 2025-03-15 08:41:21 +00:00
1.4 KiB
1.4 KiB
title | date |
---|---|
Pebble SDK 3.9-beta7 - Changelog | 2016-01-29 |
This is a pre-release SDK, containing a preview of the new Pebble Health API.
The following release notes list only changes since 3.9-beta5
Changes to Firmware
- Fixed a crash when calling
health_service_any_activity_accessible
. - Ensured that
HealthEventSignificantUpdate
is called immediately when subscribing to the health service, as documented. - Fixed a failure to correctly read the ambient light sensor.
- Further watchface transition tweaks.
- Improved firmware stability.
- Improved bluetooth reliability.
Changes to SDK
HealthLightLevel
was renamed toAmbientLightLevel
- Added
PBL_HEALTH
andPBL_IF_HEALTH_ELSE
macros. - Added support for multiple JavaScript files! Check out the blog post for more details.