Releases: tr1ckydev/webview-bun
Releases · tr1ckydev/webview-bun
v2.3.0
What's Changed
- Add support for linux-arm64 by @WebReflection in #17
New Contributors
- @WebReflection made their first contribution in #17
Full Changelog: v2.2.0...v2.3.0
v2.2.0
- (NEW) Switched build script to use
webview
's own cmake build system for compiling the binaries. - (NEW) Single universal shared library for macOS x64 and arm64.
- (NEW) Added new example
webserver/
to demonstrate using Bun.serve with webview inside worker. - (NEW) Updated README.md with new build instructions and more in-depth documentation.
- (FIX) Dynamic library not being embedded when using
WEBVIEW_PATH
env var. - (FIX)
hidecmd.bat
not automatically finding installed Visual Studio version.
Full Changelog: v2.1.0...v2.2.0
v2.1.0
- Supports being compiled into a single executable (Closes #6).
- Supports cross-compilation to other platforms.
- Newly compiled libraries for maximum optimization in speed and lot smaller in size.
- Removed postinstall download script as now all the library files are packaged to enable cross-compilation.
- New Todo example app.
v2.0.0
Windows support is here!
Bun is finally released for windows. Hence, windows support for webview-bun has now been added.
It uses the latest Microsoft Edge WebView2 libraries.
Linux and macos webview libraries have also been updated to the latest version.
Full Changelog: v1.0.0...v2.0.0