mirror of
https://github.com/google/pebble.git
synced 2025-03-15 16:51:21 +00:00
48 lines
1.5 KiB
Markdown
48 lines
1.5 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-dp3 - Changelog
|
||
|
date: 2015-03-13
|
||
|
---
|
||
|
|
||
|
This is the third Developer Preview release of Pebble SDK 3.0.
|
||
|
|
||
|
We have slightly modified the build process in this release to separate out
|
||
|
logs from Aplite and Basalt when building your app.
|
||
|
|
||
|
In order to take advantage of this change, you will need to update your wscript.
|
||
|
The easiest way to do is to create a new project and copy the wscript.
|
||
|
|
||
|
## Detailed List of Changes:
|
||
|
|
||
|
### Changes for Firmware:
|
||
|
|
||
|
* Multiple stability improvements.
|
||
|
|
||
|
### Changes for SDK Tools:
|
||
|
|
||
|
* Separated Aplite, Basalt and bundling log output when building an app.
|
||
|
* Added new [`hiddenApp`](/guides/tools-and-resources/app-metadata/)
|
||
|
property to appinfo.json.
|
||
|
|
||
|
### Changes for Examples:
|
||
|
|
||
|
Updated examples with new wscript.
|
||
|
|
||
|
### Changes for Documentation:
|
||
|
|
||
|
* Multiple improvements to various 3.0 documentation, including fixing broken
|
||
|
links and undocumented function parameters.
|