-
Notifications
You must be signed in to change notification settings - Fork 0
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
Release PR for 0.1.0 #46
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Migrate to tauri 2.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes significant updates to dependencies, workflow configurations, and the codebase for the
patchman
project. The most important changes involve upgrading dependencies, updating CI/CD workflows, and adding new capabilities and features to the Tauri application.Dependency Updates:
package.json
: Updated various dependencies and devDependencies to their latest versions, including@codemirror
,@emotion
,@mui
,@tauri-apps
, andreact
.Cargo.toml
: Updated Rust dependencies, includingtauri
,reqwest
, and added several new Tauri plugins.Workflow Configurations:
.github/workflows/publish.yml
: Updated theruns-on
version toubuntu-22.04
and thenode-version
to20
. Modified the matrix platform and the list of dependencies for the Ubuntu platform. [1] [2] [3] [4].github/workflows/test.yml
: Updated theruns-on
version toubuntu-22.04
and thenode-version
to20
. Modified the list of dependencies for the Ubuntu platform.Tauri Application Enhancements:
src-tauri/Cargo.toml
: Added new Tauri plugins for clipboard management, dialog, file system, notifications, HTTP, process, OS, and shell functionalities.src-tauri/src/main.rs
: Integrated the new Tauri plugins and added a system tray icon setup.New Capabilities:
src-tauri/capabilities/desktop.json
: Added a new capability for desktop platforms with global shortcut permissions.src-tauri/capabilities/migrated.json
: Added a capability file for permissions migrated from Tauri v1.State Management and Request Handling:
src-tauri/src/request.rs
: Enhanced request handling by adding state management for request history, including new commands to get and delete request history items.These changes collectively improve the project's dependency management, CI/CD workflows, and application capabilities, ensuring better performance and new features for the Tauri application.