mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-22 21:30:44 +02:00
7 lines
293 B
Markdown
7 lines
293 B
Markdown
---
|
|
"deep-link": major
|
|
"deep-link-js": major
|
|
---
|
|
|
|
**Breaking:** On Linux, failing to run `xdg-mime` or `update-desktop-database` in `register` and `is_registered` now returns the new `Error::Execute(command, io_error)` variant instead of logging the failure and returning the raw `Error::Io`.
|