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

feat: migrate to tauri 2.0 #21

Merged
merged 9 commits into from
Nov 26, 2024

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    513e76d View commit details
    Browse the repository at this point in the history
  2. chore: upgrade to Tauri 2.0 - core dependencies and configuration

    - Update package.json and package-lock.json with Tauri 2.0 dependencies
    - Update Cargo.toml and Cargo.lock for Tauri 2.0
    - Update tauri.conf.json for Tauri 2.0 format
    - Update TypeScript and Vite configurations
    brayo-pip committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e7ed243 View commit details
    Browse the repository at this point in the history
  3. feat: upgrade to Tauri 2.0 - backend implementation

    - Add Tauri 2.0 capabilities and schemas
    - Update main.rs and manager.rs for Tauri 2.0 APIs
    - Add lib.rs for shared functionality
    - Implement new Tauri 2.0 system tray features
    brayo-pip committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ed9e5a4 View commit details
    Browse the repository at this point in the history
  4. feat: upgrade to Tauri 2.0 - frontend implementation

    - Update App.vue for Tauri 2.0 APIs
    - Update main.ts entry point
    - Update index.html template
    brayo-pip committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    1521b38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93d5a86 View commit details
    Browse the repository at this point in the history
  6. Update src-tauri/Cargo.toml

    Co-authored-by: Erik Bjäreholt <[email protected]>
    brayo-pip and ErikBjare authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    020eb7b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2a05c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    a941270 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. ci: update tests for tauri 2.0

    - Update Ubuntu runner from 20.04 to 22.04
    - Update WebKit2GTK from 4.0 to 4.1
    brayo-pip committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    40218eb View commit details
    Browse the repository at this point in the history