Releases: mindon/zero-native
Releases · mindon/zero-native
Release list
v0.3.0
New Features
- Keyboard shortcuts: Add app-level keyboard shortcuts with manifest and runtime configuration, native delivery to Zig
Event.shortcut, and typed JavaScriptwindow.zeroshortcut events (#62). - Manifest-driven runner shortcuts: Load
app.zonshortcuts automatically in generated runners, with aRunOptions.shortcutsoverride for apps that build shortcut lists in Zig (#62).
Improvements
- Shortcut documentation and validation: Document the
app.zonshortcut schema, portable key names, modifier behavior, backend support, and validation limits (#62). - Windows WebView2 child bridges: Enable bridge-enabled trusted child WebViews on Windows WebView2, bringing that backend closer to the macOS and Linux system WebView behavior (#62).
Bug Fixes
- Shortcut matching and delivery: Fix shortcut modifier handling, shifted punctuation matching, backend event routing, and edge cases across AppKit, GTK, WebView2, and macOS CEF (#62).