Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to tauri 2.0 #45

Merged
merged 17 commits into from
Dec 17, 2024
Merged

Migrate to tauri 2.0 #45

merged 17 commits into from
Dec 17, 2024

Conversation

dbidwell94
Copy link
Owner

This pull request includes significant updates to dependencies and configurations for the Tauri application, as well as the introduction of new plugins and capabilities. The most important changes are grouped by theme below.

Dependency Updates:

  • Updated @tauri-apps/api to version 2.1.1 and added several new Tauri plugins such as plugin-clipboard-manager, plugin-dialog, plugin-fs, plugin-global-shortcut, plugin-http, plugin-notification, plugin-os, plugin-process, and plugin-shell in package.json.
  • Updated @tauri-apps/cli to version 2.1.0 in package.json.
  • Updated tauri and tauri-build to version 2 and added multiple Tauri plugins in Cargo.toml.

Configuration Changes:

  • Modified tauri.conf.json to update build commands, package details, and security settings. [1] [2] [3]

Plugin Integrations:

  • Integrated new Tauri plugins in src-tauri/src/main.rs for global shortcuts, shell, OS, process, HTTP, notification, filesystem, dialog, and clipboard manager.

Capability Definitions:

  • Added new capability definitions in src-tauri/capabilities/desktop.json and src-tauri/capabilities/migrated.json, and updated schema in src-tauri/gen/schemas/capabilities.json. [1] [2] [3]

Minor Code Changes:

  • Changed import from @tauri-apps/api/tauri to @tauri-apps/api/core in src/hooks/useRequestBody.tsx.

@dbidwell94 dbidwell94 merged commit e9fc9ce into master Dec 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant