Added
- Webapps support loading data from a (data) URL passed via the location hash (i.e., after a ``).
- Support for async command handlers in data sources and blocks.
Changed
- Improved Chrome/Chromium auto-detection on macOS.
- Updated vite version.
Fixed
- Do not ignore options when passing a `qmt.Struct` to `qmt.toJson`.
- Detection of in-use ports when starting a webapp server is more robust.
- Initialize `sendQueue` in webapps started via `arun`.
- Remove assert that started to fail in custom SchemeHandler of PySide-based webapp backend.
- Improved robustness of fetch workaround for QWebEngine.