File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ Add the dependencies for the artifacts you need in the `build.gradle` file for y
203203
204204``` groovy
205205dependencies {
206- implementation "org.wpewebkit.wpeview:wpeview:0.2.1 "
206+ implementation "org.wpewebkit.wpeview:wpeview:0.2.2 "
207207}
208208```
209209
Original file line number Diff line number Diff line change 11[versions ]
2- wpeview = " 0.2.1 "
2+ wpeview = " 0.2.2 "
33min-android-sdk = " 31"
44target-android-sdk = " 35"
55android-ndk = " 27.0.12077973"
You can’t perform that action at this time.
0 commit comments