v0.35.1

t8y2/dbxv0.35.1Aug 26, 2026by github-actions[bot]

AI Summary

This release fixes several bugs related to Windows ARM64 launcher selection, stream URL tracking, and snapshot diff element references, plus updates Rust dependencies.

Key Highlights

  • Fixed Windows ARM64 launcher selection to prefer native executable
  • Fixed stream URL tracking for full-document navigation
  • Fixed snapshot diff element references
  • Updated Rust dependencies to rustls-webpki 0.103.13 and quinn-proto 0.11.17

Full Release Notes

### Bug Fixes

- Fixed **Windows ARM64 launcher selection** to prefer a native ARM64 executable when present and fall back to the published x64 executable through Windows emulation when it is not (#1725)
- Fixed **stream URL tracking** to emit active main-frame URL updates for full-document, History API, and fragment navigation, while rebinding correctly after active-tab changes and ignoring child-frame or background-tab navigation (#1682)
- Fixed **snapshot diff element references** by resetting ref numbering for each diff, invalidating refs across URL navigations, and preserving the previous refs when a diff fails (#1719)

### Improvements

- Updated **Rust dependencies** to `rustls-webpki` 0.103.13 and `quinn-proto` 0.11.17 (#1723, #1720)

### Contributors

- @ctate
- @Railly
- @Angelmmiguel
- @anupamme
- @nexxusbruno-ship-it