mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +03:00
a68b4ee827
Co-authored-by: jbolda <jbolda@users.noreply.github.com>
1.3 KiB
1.3 KiB
Changelog
[0.1.1]
- Fixes
system-tray
feature usage. - Fixes webview transparency.
[0.1.0]
- Breaking:
Context
fields are now private, and is expected to be created throughContext::new(...)
. All fields previously available throughContext
are now public methods. tauri-runtime-wry
initial release.