Skip to content

Commit faf99cb

Browse files
committed
Prepare release 0.2.0
1 parent 3d4da25 commit faf99cb

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.2.0 (2.48.3) - 2024-06-04
6+
7+
### Changed
8+
9+
- WPE WebKit updated to [version 2.48.3](https://wpewebkit.org/release/wpewebkit-2.48.3.html) (#204, #194, #191).
10+
- Use mangled entry points for service process entry points (#184, #196)
11+
- Remove `onInputMethodContextOut()` call that is no longer needed after
12+
the WPE WebKit update (#203).
13+
- Improved dependency handling in the `bootstrap.py` script (#195).
14+
15+
### Fixed
16+
17+
- Apply system bar and IME insets to Minibrowser views, to avoid them
18+
overlapping UI elements (#190, #193, #202).
19+
- Fix crash when opening the Minibrowser settings view with system-wide
20+
dark mode enabled (#201).
21+
22+
523
## v0.1.3 (2.46.3) - 2025-01-14
624

725
### 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.1.3"
206+
implementation "org.wpewebkit.wpeview:wpeview:0.2.0"
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.1.3"
2+
wpeview = "0.2.0"
33
min-android-sdk = "31"
44
target-android-sdk = "35"
55
android-ndk = "27.0.12077973"

0 commit comments

Comments
 (0)