-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[[Content]] - Update lv. 30 & 31 APIs - Update build guide for built image extension change - Update release notes and blog news for release
- Loading branch information
1 parent
3aff005
commit f0e0915
Showing
39 changed files
with
3,247 additions
and
2,228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
103 changes: 103 additions & 0 deletions
103
content/en/about/release-notes/webos-ose-2-27-0-release-notes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
--- | ||
title: webOS OSE 2.27.0 | ||
display_title: webOS OSE 2.27.0 Release Notes | ||
date: 2024-11-05 | ||
weight: 46 | ||
toc: true | ||
layout: release-notes | ||
--- | ||
|
||
This version corresponds to the [GitHub releases](https://github.com/webosose/build-webos/releases) from build #738 to build #799. | ||
|
||
## New and Changed Features | ||
|
||
### Core Applications | ||
|
||
#### System | ||
|
||
- Settings | ||
- Introduce `custom.js` for customizing color theme of the Settings app. | ||
- Enact browser | ||
- Stabilize the code and fix minor bugs. | ||
|
||
#### Sample Apps | ||
|
||
- Fixed a bug where the video call app launched WebEx URLs on another display. | ||
|
||
### Application Framework | ||
|
||
#### Web | ||
|
||
- Enact | ||
- Upgrade Enact CLI to v6.1.2. | ||
- Upgrade jsdoc-to-ts to v1.0.6. | ||
- Upgrade Sandstone v2.9.1. | ||
|
||
### Managers & Services | ||
|
||
#### App | ||
|
||
- WAM | ||
- Apply C++20. | ||
|
||
#### Display | ||
|
||
- LSM | ||
- Fix the frame drop issue. | ||
|
||
#### Media | ||
|
||
- mediacontroller | ||
- Add a new method: `setSupportedAction` | ||
|
||
#### Connectivity | ||
|
||
- nettools | ||
- Refactor build process. | ||
|
||
#### Misc. | ||
|
||
- Sys Service | ||
- Remove Qt dependency from luna-sysservice. | ||
- Peripheral Service | ||
- Remove the virtual UART Device. | ||
|
||
#### External Device | ||
|
||
- Fix crash issues in the storage access service. | ||
|
||
### Base Components | ||
|
||
#### Display | ||
|
||
- Qt | ||
- Upgrade Qt from v6.7.2. | ||
|
||
#### JS Service | ||
|
||
- Node.js | ||
- Upgrade Node.js to v20.12.2. | ||
|
||
#### Web Engine | ||
|
||
- Replace the App Shell-based Enact browser with a Browser Shell-based browser. | ||
|
||
#### performance | ||
|
||
- Introduce polkit. | ||
|
||
### BSP | ||
|
||
#### Media | ||
|
||
- Change PCM operation to non-atomic to prevent scheduling bug. | ||
|
||
### Build System & SCM | ||
|
||
- Fix a bug where a fetch process was failed (from https://freedesktop.org). | ||
- Apply a memory leak patch for OpenSSL. | ||
- Change the file extension of emulator images: `.wic.vmdk` > `.wic.vmdk.gz` | ||
|
||
## Known Issues | ||
|
||
N/A |
35 changes: 35 additions & 0 deletions
35
content/en/blog/posts/2024-11-05-webos-ose-2-27-0-release.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: webOS OSE 2.27.0 Release | ||
date: 2024-11-05 | ||
slug: webos-ose-2-27-0-release | ||
posttype: release | ||
toc: true | ||
--- | ||
|
||
We're pleased to announce the release of webOS Open Source Edition (OSE) 2.27.0. | ||
|
||
The highlights of this release are as follows: | ||
|
||
- [Migrating to a Browser Shell-Based Browser](#migrating-to-a-browser-shell-based-browser) | ||
- [Enhancing PWA Usability](#enhancing-pwa-usability) | ||
- [Changing the File Extension of Build Images](#changing-the-file-extension-of-build-images) | ||
|
||
For more details on this release, see the [release notes](/about/release-notes/webos-ose-2-27-0-release-notes). | ||
|
||
## Migrating to a Browser Shell-Based Browser | ||
|
||
With the support for Chromium version 120 in OSE, we have transitioned from an app shell-based browser to a browser shell-based browser. This change enhances the overall functionality and flexibility of the browser. | ||
|
||
## Enhancing PWA Usability | ||
|
||
In the previous release, Progressive Web Application (PWA) was introduced to OSE, allowing users to install their favorite websites in the form of an app. In this release, we have added several useful features to PWA, making it more convenient for users: | ||
|
||
- Implemented back and forward navigation | ||
- Improved user-friendly scrolling | ||
- Implemented push notification feature | ||
|
||
## Changing the File Extension of Build Images | ||
|
||
The file extension for emulator images are changed: `.wic.vmdk` -> `wic.vmdk.gz`. | ||
|
||
This change make the build process more efficient. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
content/en/docs/reference/ls2-api/com-palm-service-tellurium.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.