mirror of
https://github.com/google/pebble.git
synced 2025-03-15 16:51:21 +00:00
64 lines
1.6 KiB
Markdown
64 lines
1.6 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 2.0.2 - Changelog
|
||
|
date: 2014-03-18
|
||
|
---
|
||
|
|
||
|
This is another minor update to the Pebble SDK and the Pebble firmware.
|
||
|
|
||
|
## What has changed since 2.0.1
|
||
|
|
||
|
Overview:
|
||
|
|
||
|
- Fixes issue that prevented some users from being able to upgrade to 2.0.
|
||
|
- Support for XCode 5.1
|
||
|
- Removed Pillow as dependency for the SDK
|
||
|
|
||
|
## Known bugs and issues
|
||
|
|
||
|
None.
|
||
|
|
||
|
## Detailed list of changes
|
||
|
|
||
|
### Changes for Firmware:
|
||
|
|
||
|
* Fix a bug that could prevent installation fo the firmware
|
||
|
|
||
|
### Changes for PebbleKit iOS:
|
||
|
|
||
|
* No changes.
|
||
|
|
||
|
### Changes for PebbleKit Android:
|
||
|
|
||
|
* No changes.
|
||
|
|
||
|
### Changes for SDK Tools:
|
||
|
|
||
|
* LibPebble upgrade to remove PIL dependency
|
||
|
* replaced PIL with pypng for taking screenshots
|
||
|
|
||
|
### Changes for Examples:
|
||
|
|
||
|
* Update the todolist example to use graphics_text_layout_get_content_size instead of graphics_text_layout_get_max_used_size
|
||
|
* Port improvements to simplicity from firmware to examples
|
||
|
* Update quotes app for ready event
|
||
|
|
||
|
### Changes for Documentation:
|
||
|
|
||
|
* Fixed error in API docs for accel
|
||
|
* Fix javascript close URL in the javascript doc
|
||
|
|