Releases: FabianLars/tauri-plugin-deep-link
Releases · FabianLars/tauri-plugin-deep-link
v0.1.2
v0.1.1
This Release's primary change is a fix for focus issues when the plugin was invoked from Windows notifications.
It also contains a few dependency updates aiming to reduce the usage of winapi in favor of windows-sys.
[0.1.1] - 2023-04-04
Bug Fixes
- Info.plist formatting (#22)
- Fixed inability to focus when launched from a Windows notification. (#27)
Documentation
- Add env::args getter to example
Miscellaneous Tasks
- Update rust crate winreg to 0.50.0 (#28)
- Switch from dirs-next to dirs
v0.1.0
[0.1.0] - 2023-02-27
Features
- Initial release