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.6.2 - Changelog | 2015-11-04 |
This SDK corresponds with firmware 3.6.2, which only shipped on Pebble Time Round.
Changes to Firmware
- Action bars are now less curved on Chalk.
- Added Chalk support to the sports API.
- Improved text rendering in unfocused menu layer cells on Chalk.
- Some missing animations were added on Chalk.
- Resolved an issue with alarms when DST starts or ends.
Changes to SDK
- The recommended menu layer heights on Chalk have changed.
MENU_CELL_ROUND_FOCUSED_SHORT_CELL_HEIGHT
,MENU_CELL_ROUND_FOCUSED_TALL_CELL_HEIGHT
,MENU_CELL_ROUND_UNFOCUSED_SHORT_CELL_HEIGHT
andMENU_CELL_ROUND_UNFOCUSED_TALL_CELL_HEIGHT
were updated accordingly.
Changes to Pebble Tool
- Resolved an issue causing emulator launches that raise EINTR to fail.
Changes to Emulator/Phonesim
- None.