tauri-runtime-cef 3.0.0-alpha.0

Tauri runtime interface for Chromium Embedded Framework
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Changelog

## [3.0.0-alpha.0]

### Bug Fixes

- [`e5e42eb75`]https://www.github.com/tauri-apps/tauri/commit/e5e42eb75870cd0639331d7642d047425d57cc87 ([#15980]https://www.github.com/tauri-apps/tauri/pull/15980) Fixed CEF failing to start on Linux with `ContentMainRun failed with exit code 28` by passing `--no-first-run` to Chromium.

### What's Changed

- [`19929799f`]https://www.github.com/tauri-apps/tauri/commit/19929799f42398a6e85adb00ae02f2e7fe46d214 First v3 alpha release!

### Dependencies

- Upgraded to `tauri@3.0.0-alpha.0`
- Upgraded to `tauri-utils@3.0.0-alpha.0`
- Upgraded to `tauri-macros@3.0.0-alpha.0`
- Upgraded to `tauri-runtime@3.0.0-alpha.0`