Skip to content

Releases: FabianLars/tauri-plugin-deep-link

v0.1.2

15 Aug 18:28
v0.1.2
0c28b75
Compare
Choose a tag to compare

[0.1.2] - 2023-08-15

This plugin will be migrated to https://github.com/tauri-apps/plugins-workspace/. Therefore, this will likely be the last release in this repository.

Miscellaneous Tasks

  • Update rust crate objc2 to 0.4.0 (#30)
  • Update rust crate objc2 to 0.4.1 (#31)

v0.1.1

04 Apr 11:15
v0.1.1
1cad838
Compare
Choose a tag to compare

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

27 Feb 21:03
v0.1.0
7cdec4c
Compare
Choose a tag to compare

[0.1.0] - 2023-02-27

Features

  • Initial release