mirror of
https://github.com/google/pebble.git
synced 2025-03-15 08:41:21 +00:00
1.9 KiB
1.9 KiB
title | date |
---|---|
Pebble SDK 3.0-beta12 - Changelog | 2015-05-17 |
This SDK release includes improvements to stability including fixes for timeline and timezone. There's also a new guide for making your apps compatible on both platforms.
Detailed List of Changes:
Changes for Firmware:
- Fixed a bug with timezone that would result in reporting the incorrect time.
- Ongoing timeline events that started less than 10 minutes ago now show up in the future.
Changes to SDK:
- Fixed
Pebble.getAccountToken
on Android to return the same token as iOS. To learn how to convert a new token to an old one for the same account, read the Migration Guide.
Changes for SDK Tools:
- Fixed a bug with the
pebble analyze-size
command caused by an incorrect elf file location.
Changes to Timeline:
- Fixed a bug where Reminders would not be shown at the precise time they were set.
Changes for Examples:
- Updated the layout and content of the Examples page.
Changes for Documentation:
- Added a new guide, Building For Every Pebble; this covers the best practices for building an app compatible with both platforms.