Skip to content

Commit 40eb468

Browse files
committed
Prepare release 0.2.2
1 parent ef0f78b commit 40eb468

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v0.2.2 (2.48.6) - 2025-09-05
6+
7+
### Changed
8+
9+
- WPE WebKit updated to [version 2.48.6](https://wpewebkit.org/release/wpewebkit-2.48.6.html) (#211).
10+
- Use WPE WebKit and GStreamer version information obtained at run time
11+
to determine versioned identifiers for process assets. This avoids
12+
manually editing them on every version update (#212).
13+
14+
### Fixed
15+
16+
- Fix incorrect double-close of socket file descriptor during service startup,
17+
which allowed removing a workaround in WebKit (#210).
18+
19+
520
## v0.2.1 (2.48.5) - 2025-08-11
621

722
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Add the dependencies for the artifacts you need in the `build.gradle` file for y
203203

204204
```groovy
205205
dependencies {
206-
implementation "org.wpewebkit.wpeview:wpeview:0.2.1"
206+
implementation "org.wpewebkit.wpeview:wpeview:0.2.2"
207207
}
208208
```
209209

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
wpeview = "0.2.1"
2+
wpeview = "0.2.2"
33
min-android-sdk = "31"
44
target-android-sdk = "35"
55
android-ndk = "27.0.12077973"

0 commit comments

Comments
 (0)