Skip to content

Commit bd4ac74

Browse files
committed
feat: cef engine
1 parent 2ce3583 commit bd4ac74

14 files changed

Lines changed: 1199 additions & 46 deletions

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.1.2] - 2026-02-22
4+
5+
### Added
6+
- CEF engine — full Chromium browser via cef-rs (Tauri) behind the `cef` feature flag
7+
8+
## [0.1.1] - 2026-02-22
9+
10+
### Added
11+
- Minimal `webview` example (just the page, no buttons or view switching)
12+
- Shared `resolve_url()` and `is_same_page()` utilities to reduce duplication across engines
13+
- Servo key mappings for Insert, CapsLock, NumLock, ScrollLock, Pause, PrintScreen, ContextMenu
14+
15+
### Fixed
16+
- Blitz hanging on page load — `drain_resources()` was triggering full resolve + render every 10ms tick; replaced with height-change detection, a resource tick budget, and a render height cap (8192px)
17+
18+
### Changed
19+
- Updated README with rendering performance comparison, Blitz known issues, and engine docs
20+
321
## [0.1.0] - 2026-02-20
422

523
### Added

0 commit comments

Comments
 (0)