mirror of
https://github.com/google/pebble.git
synced 2025-03-16 01:01:20 +00:00
49 lines
1.4 KiB
Markdown
49 lines
1.4 KiB
Markdown
|
---
|
||
|
# Copyright 2025 Google LLC
|
||
|
#
|
||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||
|
# you may not use this file except in compliance with the License.
|
||
|
# You may obtain a copy of the License at
|
||
|
#
|
||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||
|
#
|
||
|
# Unless required by applicable law or agreed to in writing, software
|
||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
|
# See the License for the specific language governing permissions and
|
||
|
# limitations under the License.
|
||
|
|
||
|
title: Pebble SDK 3.0-beta11 - Changelog
|
||
|
date: 2015-05-10
|
||
|
---
|
||
|
|
||
|
This is the second beta release of Pebble SDK 3.0. It includes a number of fixes to improve stability as well as new guide for Design and Interaction.
|
||
|
|
||
|
## Detailed List of Changes:
|
||
|
|
||
|
### Changes for Firmware:
|
||
|
|
||
|
* Crashes within ``worker`` will now show up with a crash dialog on the watch.
|
||
|
* Fixed bug where ``Timeline`` events displayed improper start/finish times.
|
||
|
* Fixed bug where images were drawn incorrectly if bounds in ``layer_set_bounds`` were set differently than (0, 0, size.w, size.h).
|
||
|
|
||
|
### Changes to SDK:
|
||
|
|
||
|
* Fixed a bug where apps would fail to wake up because ``Wakeup`` expected time in UTC.
|
||
|
|
||
|
### Changes for SDK Tools:
|
||
|
|
||
|
*No changes*
|
||
|
|
||
|
### Changes to Timeline:
|
||
|
|
||
|
*No changes*
|
||
|
|
||
|
### Changes for Examples:
|
||
|
|
||
|
*No changes*
|
||
|
|
||
|
### Changes for Documentation:
|
||
|
|
||
|
* Added [Design and Interaction](/guides/design-and-interaction/) guides.
|