-
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.
[[Contents]] - Update lv. 28 APIs - Update release notes and blog news for release
- Loading branch information
1 parent
f39c2c0
commit 63fc4d5
Showing
17 changed files
with
1,077 additions
and
431 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
90 changes: 90 additions & 0 deletions
90
content/en/about/release-notes/webos-ose-2-25-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,90 @@ | ||
--- | ||
title: webOS OSE 2.25.0 | ||
display_title: webOS OSE 2.25.0 Release Notes | ||
date: 2024-01-17 | ||
weight: 44 | ||
toc: true | ||
layout: release-notes | ||
--- | ||
|
||
This version corresponds to the [GitHub releases](https://github.com/webosose/build-webos/releases) from build #660 to build #685. | ||
|
||
## New and Changed Features | ||
|
||
- Update the copyright information. | ||
|
||
### Core Applications | ||
|
||
#### System UI | ||
|
||
- Home | ||
- Fixed a bug that caused VKB missing when the user is trying to submit a feedback. | ||
|
||
#### System | ||
|
||
- Enact Browser | ||
- Fixed a bug where VKB wasn't closed properly. | ||
- Fixed a bug where the webview wasn't focused properly. | ||
|
||
#### Sample Apps | ||
|
||
- Camera | ||
- Fixed a bug that caused duplicated resolutions in the dropdown menu. | ||
|
||
### Managers & Services | ||
|
||
#### App | ||
|
||
- Memory Mgr. | ||
- Fixed a bug related to getMemoryStatus. | ||
|
||
#### Display | ||
|
||
- LSM | ||
- Removed a revert for supporting QT_IM_MODULE. | ||
- Fixed a bug where luna-send-pub was not working. | ||
- Fixed a bug where the backspace key in VKB worked as the back key. | ||
|
||
#### Settings | ||
|
||
- configd | ||
- Retired methods: `dump`, `fullDump`, `reloadConfigs`. | ||
|
||
#### External Device | ||
|
||
- PDM | ||
- Fixed a bug that caused sound issues. | ||
|
||
### Base Components | ||
|
||
#### Display | ||
|
||
- Qt | ||
- Upgraded Qt from v6.5.2 to v6.6.0. | ||
|
||
#### Media | ||
|
||
- g-media-pipeline | ||
- Fixed a bug that caused frame drop issue in WebEx with HW decoding. | ||
- PulseAudio | ||
- Enabled to use multiple pre-processing effects for audio. | ||
- Added a new audio feature: bass boost. | ||
|
||
#### i18n/l10n | ||
|
||
- iLib | ||
- Upgraded loctool from v1.15.1 to [v1.15.4](https://github.com/iLib-js/ilib-loctool-webos-dist/releases/tag/v1.15.4). | ||
- Upgraded iLib from v14.18.0 to [v14.19.0](https://github.com/iLib-js/iLib/releases/tag/v14.19.0). | ||
|
||
#### Web Engine | ||
|
||
- Blink | ||
- Added the 'Reset Settings' feature. | ||
- Added the 'Pinch-to-zoom' feature in the content area. | ||
- Fixed a bug that caused an unresponsive popup to appear when a WebEx call was stopped. | ||
- Fixed minor bugs in WebCodecs in Chromium v108. | ||
- Change backend for WebRTC to VDA. | ||
|
||
## Known issues | ||
|
||
N/A |
42 changes: 42 additions & 0 deletions
42
content/en/blog/posts/2024-01-17-webos-ose-2-25-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,42 @@ | ||
--- | ||
title: webOS OSE 2.25.0 Release | ||
date: 2024-01-17 | ||
slug: webos-ose-2-25-0-release | ||
posttype: release | ||
toc: false | ||
thumbnail: th-release-2-25-0-base-enhancement.png | ||
--- | ||
|
||
We're pleased to announce the release of webOS Open Source Edition (OSE) 2.25.0. | ||
|
||
The highlights of this release are as follows: | ||
|
||
- [Improving Enact Browser UX](#improving-enact-browser-ux) | ||
- [Enhancing Audio Environment](#enhancing-audio-environment) | ||
- [Audio Pre-processing Effect Chain](#audio-pre-processing-effect-chain) | ||
- [Bass Enhancement](#bass-enhancement) | ||
- [Upgrading Qt](#upgrading-qt) | ||
|
||
For more details on this release, see the [release notes](/about/release-notes/webos-ose-2-25-0-release-notes). | ||
|
||
## Improving Enact Browser UX | ||
|
||
The user experience of a web browser is important because it directly affects how users interact with the internet and websites. In this release, we enhanced usability, performance, and efficiency of the browser. | ||
|
||
- Support 'pinch-to-zoom' feature in the content area of a webview on touch screen. | ||
- Add the 'Reset to Default Settings' option in the "Settings" page. | ||
- Support custom user agent per domain to fix loading issue from the web server. | ||
|
||
## Enhancing Audio Environment | ||
|
||
### Audio Pre-processing Effect Chain | ||
|
||
From this version, webOS OSE supports multiple audio processing simultaneously. Developers can apply multiple audio pre-processing algorithms (such as beamforming, Echo Cancellation Noise Reduction (ECNR)). | ||
|
||
### Bass Enhancement | ||
|
||
Base enhancement algorithms and APIs are supported to provide a better audio experience. See [com.webos.service.audio]({{< relref "com-webos-service-audio" >}}). | ||
|
||
## Upgrading Qt | ||
|
||
Qt has been upgraded from v6.5.2 to v6.6.0 to improve graphics performance and stability. For more details about Qt, see the [official blog post](https://www.qt.io/blog/qt-6.6-released). |
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.