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.8-beta8 - Changelog | 2015-12-02 |
This is a pre-release version of the Pebble SDK.
Changes to Firmware
- Added support for Pebble Classic and Pebble Steel watches!
- You can read more on our blog
- This is a major change! Please test your aplite apps thoroughly after rebuilding with SDK 3.8.
- Improved the rendering of
NumberWindow
. - Fixed a race when exiting an
ActionMenuLevel
. - Timeline pins no longer require icons, and will pick a sane default.
- Restored the double vibration when disabling Quiet Time (enabling is still a single vibration).
- Resolved a memory leak in
DictationSession
. - Assorted minor design changes.
Changes to SDK
- Deprecated
png
,pbi
andpbi8
in favor of a newbitmap
resource type. Read more on our blog!. - Font resources are now somewhat smaller than they used to be.
Changes to Pebble Tool
SDK 3.8 is the first version exclusively available via the new pebble tool.
No future SDK packages will contain the tool, or any changes to the tool.
Changes to Emulator/Phonesim
As with the pebble tool, the emulator and phone simulator are no longer coupled to the SDK.