v0.0.2
New Features
- High-level API namespace for managing embedded WebViews
- WebViews can toggle between fullscreen and windowed mode
- Scripts can now programmatically set the app icon for native WebView windows
- Added a new
string.filesize
extension to create human-readable formatted size strings (with units)
Improvements
- The MSYS2 standard library DLLs are no longer required to run on Windows
Pull Requests
- [
174b360a
] - Streamline the displayed OpenSSL version format - [
f67361c8
] - Add epsilon boundaries to the flaky timer tests - [
1f24f784
] - Update OpenSSL to v3.1.0 - [
bd412384
] - Add a new C_WebView API namespace - [
ff231d3c
] - Fix intermittent test failures due to TCP chunking - [
d9b90692
] - Reduce the failure rate of timer tests on OSX - [
9f798edc
] - Eliminate dependencies on MINGW64 runtime DLLs from Windows builds - [
dc070a7e
] - Add a function to set the app icon for native WebView windows - [
87c10bb9
] - Add support for full-screen WebViews to the FFI bindings - [
8e5f3c8e
] - Update the changelog generation script (and changelog for v0.0.1) - [
96e4eb9b
] - Add a nonstandard string.filesize extension (to format debug output)
Contributors (in alphabetical order)
- No external contributors