-
Notifications
You must be signed in to change notification settings - Fork 173
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
feat(theseus): Update to Tauri v2 #2178
Conversation
a5c458a
to
ad3ebb4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for getting rid of the git dependencies here, it'll help a lot with packaging! Please let me know if there's anything you need help with :)
c98745a
to
ad30502
Compare
I believe most of the work is complete. I'll clean up the plugins in a future PR. I've tested the app only on Linux, so it would be great if someone could test it on other platforms and confirm that it works. @Geometrically, please rename |
51f4394
to
fa49ad2
Compare
Please note in |
This PR updates codebase to use Tauri v2 and cleans up some code.
Progress
plugins.json
- waiting for Apply Version Updates From Current Changes tauri-apps/tauri#10685shell
plugin's code)Improvebuild.rs
- waiting for [feat]: Reduce boilerplate for command definitions in Tauri v2 tauri-apps/tauri#10075Clean up plugins (only partially doneauth
andlogin
) - will be done in separate PRCloses
Resolves #1230
Resolves #214
Resolves #995
Resolves #520
Resolves #239
Resolves #867
Resolves #991
Resolves #1065