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

[pull] dev from tauri-apps:dev #19

Open
wants to merge 2,759 commits into
base: dev
Choose a base branch
from
Open

[pull] dev from tauri-apps:dev #19

wants to merge 2,759 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 28, 2024

  1. feat(cli): synchronize Tauri config and lib name with iOS Xcode proje…

    …ct (#10802)
    
    - the Xcode project now uses a fixed output library name, which means changes to the Cargo.toml lib name won't affect it (backwards compatible change, we're checking if this new format is being used or not by reading the project.pbxproj)
    - sync config identifier with the pbxproj
    - sync development team config with the pbxproj
    
    the sync runs both on dev and on build
    
    Co-authored-by: Amr Bashir <[email protected]>
    lucasfernog and amrbashir authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f67a9eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebfe17e View commit details
    Browse the repository at this point in the history
  3. ci: fix a few relative paths (#10813)

    * ci: fix a few relative paths
    
    * Update .changes/config.json
    
    ---------
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    amrbashir and lucasfernog authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d14a2a5 View commit details
    Browse the repository at this point in the history
  4. apply version updates (#10750)

    Co-authored-by: lucasfernog <[email protected]>
    github-actions[bot] and lucasfernog authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    abfbef4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc799b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. feat(core): add plugin::PermissionState (#10817)

    * feat(core): add `plugin::mobile::PermissionState`
    
    * move to plugin module
    
    * default, specta::Type
    lucasfernog authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d7e5c00 View commit details
    Browse the repository at this point in the history
  2. apply version updates (#10820)

    Co-authored-by: lucasfernog <[email protected]>
    github-actions[bot] and lucasfernog authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0d2efd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ec7445 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    5af1f5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82b084e View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. fix(cli): iOS code signing failing on CI (#10854)

    Looks like Apple cannot handle development profile automatic provisioning well
    
    With this change we now skip code signing for build() and archive(), and let the export() function handle signing
    
    see fastlane/fastlane#19973 (comment) for more information
    lucasfernog authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    6faa032 View commit details
    Browse the repository at this point in the history
  2. apply version updates (#10855)

    Co-authored-by: lucasfernog <[email protected]>
    github-actions[bot] and lucasfernog authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    c55474f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. fix(core): Swift warning for null invoke.resolve() iOS plugin values (#…

    …10842)
    
    `Any` does allow `nil`,  but must be explicitly set to avoid the Swift warning
    lucasfernog authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    6696e48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecc5362 View commit details
    Browse the repository at this point in the history
  3. feat(core): validate duplicated capability identifier (#10858)

    having duplicate capability identifier lead to unexpected behavior because one of the capabilities gets ignored.
    With this change the build script now fails when this happens.
    lucasfernog authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    f0acf50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5048a72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79de433 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b426835 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c9644d View commit details
    Browse the repository at this point in the history
  8. fix(core): clippy warnings, simplify embed_plist usage (#10844)

    * fix(core): clippy warnings
    
    * fix test
    
    * chore: simplify example
    lucasfernog authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    27d0183 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    431ca2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11b3ab1 View commit details
    Browse the repository at this point in the history
  3. fix(resources): enhance error messages for globs (#10879)

    * fix(resources): enhance error messages for globs
    
    ref: #10293 (comment)
    
    * fmt
    amrbashir authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    976cad9 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    0899e50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c46e48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77056b1 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump actions/download-artifact in /.github/workflows (#1…

    …0883)
    
    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v3...v4.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e885c17 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump quinn-proto from 0.11.6 to 0.11.8 (#10882)

    Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.11.6 to 0.11.8.
    - [Release notes](https://github.com/quinn-rs/quinn/releases)
    - [Commits](quinn-rs/quinn@quinn-proto-0.11.6...quinn-proto-0.11.8)
    
    ---
    updated-dependencies:
    - dependency-name: quinn-proto
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    bdfa953 View commit details
    Browse the repository at this point in the history
  6. Apply Version Updates From Current Changes (#10865)

    * apply version updates
    
    * fix audit
    
    ---------
    
    Co-authored-by: lucasfernog <[email protected]>
    Co-authored-by: Lucas Nogueira <[email protected]>
    3 people authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a655d9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e568956 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    d9c8d3c View commit details
    Browse the repository at this point in the history
  2. refactor(core)!: change Assets::iter item to use Cow (#10907)

    * refactor(core): change `Assets::iter` item to use `Cow`
    
    make the iterator more flexible to support Assets implementations that do not rely on static assets
    
    * fix test?
    
    * lint
    
    * lint
    
    * clippy again
    lucasfernog authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    faa259b View commit details
    Browse the repository at this point in the history
  3. apply version updates (#10903)

    Co-authored-by: lucasfernog <[email protected]>
    github-actions[bot] and lucasfernog authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ffa33cd View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. fix(core): Mark identifier as a required field. (#10946)

    * fix(core): Mark `identifier` as a required field.
    
    * change tag
    
    * inject identifier in tests
    FabianLars authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0a47bf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fafceec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5848af View commit details
    Browse the repository at this point in the history
  4. apply version updates (#10949)

    Co-authored-by: lucasfernog <[email protected]>
    github-actions[bot] and lucasfernog authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d8ccf9d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

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

Commits on Sep 12, 2024

  1. fix(bundler/wix): use product name to generate UpgradeCode for MSI (#…

    …10967)
    
    The upgrade code generation was changed due to an accidental regression in #9375. Previously `UpgradeCode` was calculated using the main binary name which was `<product_name>.exe`, but #9375 changed the default main binary name to `<cargo-crate-name>.exe` and thus a different UpgradeCode was generetad.
    
    This PR reverts this change to use product name for `UpgradeCode` generation.
    amrbashir authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7eb1171 View commit details
    Browse the repository at this point in the history
  2. fix(core): Use productName for FileDescription (#10975)

    * fix(core): Use productName for FileDescription
    
    fixes #10968
    fixes #10890
    
    * just unwrap since winres will panic anyway or use the cargo.toml description which we don't want
    
    * regen
    
    * nsis
    FabianLars authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9d46877 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c901d9f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    be18ed5 View commit details
    Browse the repository at this point in the history
  2. refactor(core)!: rename plugin::PermissionState::Unknown to plugin::P…

    …ermissionState::Prompt (#10978)
    
    * fix(core): plugin::PermissionState::Unknown wrong display impl
    
    * prompt
    
    * rename variant
    
    * fix
    lucasfernog authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    fe5ff12 View commit details
    Browse the repository at this point in the history
  3. enhance(bundler/wix): generate consistent product code for MSI instal…

    …ler derived from identifier (#10969)
    
    * enhance(bundler/wix): generate consistent product code for MSI installer derived from identifier
    
    * Update .changes/wix-consistent-product-code.md [skip ci]
    
    * Update .changes/wix-consistent-product-code.md [skip ci]
    
    ---------
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    amrbashir and lucasfernog authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a1e88d2 View commit details
    Browse the repository at this point in the history
  4. fix(core/acl): fix core:default schema generation (#10971)

    * remove dbg! in resources test
    
    * use methods from `fs` and `env` qualified
    
    * share `ACL_MANIFESTS_FILE_NAME` and `CAPABILITIES_FILE_NAME` consts across crates
    
    * simplifiy `Manifest::new` code for better readability
    
    * move reading global api scripts logic next to the function that defines it
    
    * [tauri-build] move acl logic from lib.rs to acl.rs
    
    * use const value for schema instead of enum value with a single variant
    
    * remove unnecessary info from permissions hover
    
    * move related functions next to each other & improve readability of others
    
    * use methods from `fs` and `env` qualified
    
    * fix warning, unused return in test
    
    * document some functions
    
    * improve generated schema for better scope schema completion, simplify, reorganize and document the logic
    
    previously if you had `fs` and `http` plugins added in a project
    and then try to write an extended permission for `fs:allow-app-meta`
    ```json
    {
          "identifier": "fs:allow-app-meta",
          "allow": [ <here> ]
    }
    ```
    and even though identifier is from `fs` plugin,
    the JSON schema suggests `path` and `url`.
    Now it will only suggest  relevant field which is `path`
    
    * resolve permissions from other plugins, generate `core:default` as a normal set instead of special logic
    
    * move `PERMISSION_SCHEMAS_FOLDER_NAME` to acl module
    
    * use gneric trait because of MSRV
    
    * ensure `gen/schemas` dir is created
    
    * clippy
    amrbashir authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    63649d8 View commit details
    Browse the repository at this point in the history
  5. fix(core): requestPermissions not resolving on Android (#10988)

    the checkPermissions command is also a PermissionCallback, and the annotation check is incorrectly ignoring that fact, so the requestPermissions is never resolved for the geolocation plugin
    lucasfernog authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    00182eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b13cb20 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. fix(nsis): check main binary name is not empty (#11000)

    * Check main binary name is not empty
    
    * Missing !=
    Legend-Master authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    def8751 View commit details
    Browse the repository at this point in the history
  2. refactor(bundler/nsis): fix migration from MSI to NSIS (#10996)

    * refactor(bundler/nsis): fix migration from MSI to NSIS
    
    * read into $OldMainBinaryName
    amrbashir authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    4ba7b94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5eb036f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. feat(cli): enhance iOS logs (#10961)

    enhance simulator and device run output by only displaying app logs by default, and printing full process logs when pedantic verbosity is requested
    
    ref tauri-apps/cargo-mobile2#388
    lucasfernog authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    3ad2427 View commit details
    Browse the repository at this point in the history
  2. feat: add mainBinaryName option (#10977)

    * feat: add `mainBinaryName` option
    
    * remove unused imports [skip ci]
    
    * enhance error message [skip ci]
    
    * migrate `mainBinaryName`
    
    * change file
    
    * revert bin src_path
    
    * add link
    
    ---------
    
    Co-authored-by: Lucas Nogueira <[email protected]>
    amrbashir and lucasfernog authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    35bd9dd View commit details
    Browse the repository at this point in the history
  3. feat(cli): add log plugin to the app template (#11004)

    * feat(cli): add log plugin to the app template
    
    The log plugin is really important for mobile development - without it you don't have a clue about logs and stdout for iOS apps
    
    * patch tauri dep for local testing
    
    * clippy
    lucasfernog authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    6c5340f View commit details
    Browse the repository at this point in the history
  4. fix(bundler): Use appimage files instead of debian files when buildin…

    …g appimage (#11005)
    
    * use appimage settings instead of deb
    
    * add changeset
    goenning authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    44d54a0 View commit details
    Browse the repository at this point in the history
  5. chore(deps) Update Tauri macOSSign to v1.0.87 (#10960)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    54be2f7 View commit details
    Browse the repository at this point in the history
  6. chore(deps) Update Tauri Codegen (#10958)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    184f0ad View commit details
    Browse the repository at this point in the history
  7. chore(deps) Update Tauri Bundler (#10957)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    71f4ca5 View commit details
    Browse the repository at this point in the history
  8. chore(deps) Update Tauri Build to v1.0.87 (#10955)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    0b00428 View commit details
    Browse the repository at this point in the history
  9. chore(deps) Update Rust crate syn to v2.0.77 (#10954)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    db64d08 View commit details
    Browse the repository at this point in the history
  10. Apply Version Updates From Current Changes (#10953)

    * apply version updates
    
    * bundler back to 2.0.0-rc
    
    ---------
    
    Co-authored-by: lucasfernog <[email protected]>
    Co-authored-by: Lucas Nogueira <[email protected]>
    3 people authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    4f44ebf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5a0e922 View commit details
    Browse the repository at this point in the history
  12. fix: fix main_binary_name includes .exe regression on Windows (#1…

    …1011)
    
    * fix: fix `main_binary_name` includes `.exe` regression on Windows
    
    * Update crates/tauri-bundler/src/bundle/settings.rs
    
    * Update .changes/main_binary_name-exe.md
    
    ---------
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    amrbashir and lucasfernog authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    94e9d47 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    63264a2 View commit details
    Browse the repository at this point in the history
  14. feat: Migrate to objc2 (#10924)

    * Migrate from objc/cocoa to objc2
    
    * Update crates/tauri-runtime-wry/src/webview.rs
    
    ---------
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    madsmtm and lucasfernog authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    bc4804d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a12bf14 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b1dacd5 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    58465d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5f0372 View commit details
    Browse the repository at this point in the history
  3. Apply Version Updates From Current Changes (#11019)

    Co-authored-by: Legend-Master <[email protected]>
    Co-authored-by: Fabian-Lars <[email protected]>
    3 people authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c530de4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e266f2f View commit details
    Browse the repository at this point in the history
  5. feat(core): inject invoke key in custom invoke system script (#11025)

    * feat(core): inject invoke key in custom invoke system script
    
    * fix fmt
    lucasfernog authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e7fd676 View commit details
    Browse the repository at this point in the history
  6. refactor(core): remove responder from custom invoke systems (#11027)

    * refactor(core): remove responder from custom invoke systems
    
    the responder can be set directly in the WebviewWindow::on_message call
    
    * fix tests
    lucasfernog authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    551e062 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9bb8fc6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ddf6915 View commit details
    Browse the repository at this point in the history
  9. feat(core): add app > windows > create option to disable window cre…

    …ation at startup (#11032)
    
    * feat(core): add `app > windows > create` option to disable window creation at startup
    
    closes #10950
    
    * clippy
    
    * clippy
    
    * update docs
    
    * Update .changes/window-config-create.md
    
    ---------
    
    Co-authored-by: Lucas Nogueira <[email protected]>
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    3 people authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ad294d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a1cce04 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    5f694c3 View commit details
    Browse the repository at this point in the history
  2. refactor(cli/node): migrate jest to vitest for tests (#11034)

    * refactor(cli/node): migrate `jest` to `vitest` for tests
    
    * fix js audit
    amrbashir authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    09de8c6 View commit details
    Browse the repository at this point in the history
  3. docs: add RELEASING.md handbook (#11026)

    * docs: add RELEASING.md handbook
    
    * Update .github/RELEASING.md
    
    Co-authored-by: Tony <[email protected]>
    
    * Update .github/RELEASING.md
    
    Co-authored-by: Tony <[email protected]>
    
    * Update .github/RELEASING.md
    
    Co-authored-by: Tony <[email protected]>
    
    * Update .github/RELEASING.md
    
    Co-authored-by: Tony <[email protected]>
    
    * Update .github/RELEASING.md
    
    Co-authored-by: Tony <[email protected]>
    
    * Update .github/RELEASING.md
    
    Co-authored-by: Tony <[email protected]>
    
    * Update .github/RELEASING.md
    
    Co-authored-by: Tony <[email protected]>
    
    * Update .github/RELEASING.md
    
    Co-authored-by: Tony <[email protected]>
    
    * Update .github/RELEASING.md
    
    Co-authored-by: Tony <[email protected]>
    
    * Update .github/RELEASING.md
    
    Co-authored-by: Tony <[email protected]>
    
    * Update .github/RELEASING.md
    
    Co-authored-by: Tony <[email protected]>
    
    * Update .github/RELEASING.md
    
    ---------
    
    Co-authored-by: Tony <[email protected]>
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    3 people authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5ff0bbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96c1ec3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbdcee6 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. chore(deps) Update Rust crate syn to v2.0.77 (#11044)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4d4e7bf View commit details
    Browse the repository at this point in the history
  2. chore(deps) Update Tauri Build to v1.0.89 (#11045)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4f374a2 View commit details
    Browse the repository at this point in the history
  3. refactor(bundler): group and organize template file structure (#11046)

    This PR groups files in a predictable mannar, so instead of
    
    ```
    windows/
      |_ templates
         |_ main.wxs
         |_ installer.nsi
      |_ nsis.rs
      |_ msi.rs
    ```
    we group them next to each other
    ```
    windows/
      |_ msi
         |_ main.wxs
         |_ mod.rs
      |_ nsis
        |_ installer.nsi
        |_ mod.rs
    ```
    amrbashir authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fbff638 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    a247170 View commit details
    Browse the repository at this point in the history
  2. fix(cli/add): use >= for npm and ~ for other package managers (#1…

    …1064)
    
    * fix(cli/add): use `>=` for npm and `~` for other package managers
    
    closes #10906
    
    * headers
    
    * fix audit
    
    * fix headers
    amrbashir authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    62b52f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40a45b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    b88e22a View commit details
    Browse the repository at this point in the history
  2. feat(core): add Manager::unmanage (#11071)

    * feat(core): add `Manager::unmanage`
    
    closes #10897
    
    * remove state craet
    
    * fix typo
    
    * Update crates/tauri/src/lib.rs
    
    ---------
    
    Co-authored-by: Lucas Nogueira <[email protected]>
    amrbashir and lucasfernog authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0ddfc59 View commit details
    Browse the repository at this point in the history
  3. feat: add webview.clear_all_browsing_data (#11066)

    * feat: add `webview.clear_all_browsing_data`
    
    closes #6567
    
    * fix build on iOS and android
    
    * fix command name references
    
    ---------
    
    Co-authored-by: Lucas Nogueira <[email protected]>
    amrbashir and lucasfernog authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9014a3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ab2e3c View commit details
    Browse the repository at this point in the history
  5. chore(deps) Update Tauri Bundler (#11048)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3f1a8a4 View commit details
    Browse the repository at this point in the history
  6. feat: add upgradeCode config option (#11039)

    * feat: add `upgradeCode` config option
    
    * fix build on other platforms
    
    * Update crates/tauri-bundler/src/bundle/settings.rs [skip ci]
    
    * move to subcommand, use same product name fallback as the bundler
    
    ---------
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    amrbashir and lucasfernog authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f57a729 View commit details
    Browse the repository at this point in the history
  7. feat(cli): generate signatures for non-zipped targets with `createUpd…

    …aterArtifacts: v1Compatible` (#10940)
    amrbashir authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    67b8a9a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. fix(core): share webcontext between webviews (#11043)

    * fix(core): share webcontext between webviews
    
    closes #10981
    
    * update wry version
    
    * Update crates/tauri-runtime-wry/src/lib.rs [skip ci]
    
    * on linux, only register protocol once per context
    
    ---------
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    Co-authored-by: Lucas Nogueira <[email protected]>
    3 people authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    62b3a5c View commit details
    Browse the repository at this point in the history
  2. fix(cli): Fix crate type (#11080)

    * Fix crate type
    
    Fixes #9547
    
    * Fix crate type
    
    Fixes #9547
    
    * Fix crate type
    
    Fixes #9547
    
    * Fix crate type
    
    Fixes #9547
    AlexProgrammerDE authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    28169ae View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    d369e8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56e0874 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d22c0c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    11db7be View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump rollup from 4.21.0 to 4.22.4 in /packages/api (#…

    …11109)
    
    Bumps [rollup](https://github.com/rollup/rollup) from 4.21.0 to 4.22.4.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.21.0...v4.22.4)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ae12f3c View commit details
    Browse the repository at this point in the history
  3. fix(api): convert Position to PhsyicalPosition for TrayIconEvent (

    #11104)
    
    * fix(api): convert `Position` to `PhsyicalPosition` for `TrayIconEvent`
    
    ref: tauri-apps/plugins-workspace#1822 (comment)
    
    * fix lint
    
    * Add missing `doubleClick` event type
    
    * change file
    
    * update lockfile
    
    * Update .changes/api-tray-icon-event-value-mismatch-type.md [skip ci]
    
    ---------
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    amrbashir and lucasfernog authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cbe3bd8 View commit details
    Browse the repository at this point in the history
  4. Change V1 links to V2 site (#11111)

    * Change V1 links to V2 site
    
    * update lockfile
    
    ---------
    
    Co-authored-by: Lucas Nogueira <[email protected]>
    Co-authored-by: Lucas Nogueira <[email protected]>
    3 people authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e08c4e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    948772a View commit details
    Browse the repository at this point in the history
  6. test: add tests for StateManager (#11106)

    * test: add tests for StateManager
    
    * clippy
    
    * update lockfile
    
    * fix audit
    
    ---------
    
    Co-authored-by: Lucas Nogueira <[email protected]>
    amrbashir and lucasfernog authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8d381a7 View commit details
    Browse the repository at this point in the history
  7. fix(ios): Don't set macOS deployment target when building for iOS (#1…

    …1115)
    
    * fix(ios): Don't set macOS deployment target when building for iOS
    
    fixes #11103
    
    * make it look nice :)
    FabianLars authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4078923 View commit details
    Browse the repository at this point in the history
  8. refactor(core): return state in unmanage (#11105)

    * refactor(core): return state in `unmanage`
    
    * Update crates/tauri/src/lib.rs [skip ci]
    
    Co-authored-by: Fabian-Lars <[email protected]>
    
    ---------
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    Co-authored-by: Fabian-Lars <[email protected]>
    3 people authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8f3f010 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1efa5e7 View commit details
    Browse the repository at this point in the history
  10. fix(bundler): Detect ARM gnueabi as soft-float (fix: #10970) (#11084)

    * Detect ARM gnueabi as soft-float (armel)
    
    Detect ARM gnueabi as soft-float (armel) instead of hard-float (armhf).
    Also change the signature of `tauri_bundler::bundle::Settings::binary_arch`
    to return an enum instead of a `&str`.
    
    * Update .changes/bundler-gnueabi-armel.md
    
    * fix dmg
    
    ---------
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    Co-authored-by: Lucas Nogueira <[email protected]>
    3 people authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    dfba0ed View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9af08f9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    06718b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. feat(cli): add --github-workflows (#11118)

    closes #11117
    amrbashir authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a944b9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a654fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5621174 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    544328d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b44959 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95df53a View commit details
    Browse the repository at this point in the history
  4. Revert "chore(cli/deps): temporarily add tower dependency to fix comp…

    …ile error without --locked (#11136)" (#11146)
    FabianLars authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9e46e07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58bab8b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    d9d2502 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d8b67b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a49fc99 View commit details
    Browse the repository at this point in the history
  4. feat: add Window::set_enabled and Window::is_enabled (#11154)

    * feat: add `Window::set_enabled` and `Window::is_enabled`
    
    closes #6660
    
    * license headers
    
    * fix build
    
    * fix mobile and macos
    
    * fix macos
    
    * again
    
    * unsafe
    
    * fix macos is_enabled
    
    * update example
    
    ---------
    
    Co-authored-by: Lucas Nogueira <[email protected]>
    amrbashir and lucasfernog authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    de7414a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df24cb9 View commit details
    Browse the repository at this point in the history
  6. apply version updates (#11062)

    Co-authored-by: lucasfernog <[email protected]>
    github-actions[bot] and lucasfernog authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    12de4fa View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. refactor(core)!: pass webview label to uri scheme protocol handlers (#…

    …11163)
    
    * refactor!(core): pass webview label to uri scheme protocol handlers
    
    close #10691
    
    * Add `UriSchemeContext`
    
    * doctests
    amrbashir authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    354be36 View commit details
    Browse the repository at this point in the history
  2. chore(deps) Update Tauri Bundler (#11122)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    25e7833 View commit details
    Browse the repository at this point in the history
  3. chore(deps) Update dependency @rollup/plugin-typescript to v12 (#11123)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    0c87e05 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    e10fdb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60a5aea View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. fix(cli): iOS app signature not retaining entitlements, closes #11089 (

    …#11184)
    
    * fix(cli): iOS app signature not retaining entitlements, closes #11089
    
    The IPA does not retain the entitlements as a regression from #10854 which removed the signing step from the build() and archive(), deferring to the export() call
    
    To retain the entitlements we need to force sign one of the files in the app bundle. The most reliable way to do this is to use a self signed certificate as a dummy signature - it is replaced by the export() call so we do not rely on any user provided certificate
    
    Additionally the export options are incorrectly configuring a manual signing, preventing Xcode from properly managing provisioning profiles, which is also part of the fix
    
    * fix header
    lucasfernog authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f5d6182 View commit details
    Browse the repository at this point in the history
  2. feat(cli): add clap parse test (#11189)

    lets us catch runtime errors early on the testing phase - for instance when we add two arguments with the same flag
    lucasfernog authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    11e9f2e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    6cfe7ed View commit details
    Browse the repository at this point in the history
  2. feat(cli): enhance Android dev port forwarding, use host IP for andro…

    …id devices, closes #11137 (#11185)
    
    * feat(cli): enhance Android dev port forwarding, closes #11137
    
    this changes the `android dev` port forwarding (that is actually handled by the `android-studio-script` command - triggered by our Gradle plugin) with some enhancements:
    
    - make the whole process more resilient by checking if the port was actually forwarded and rerunning the `adb reverse` command until it tells us the forward is ready
    - if the `adb devices` list is empty, retry a few times (waiting a few seconds) to tolerate devices being booted - slows down "raw builds" (Build Project Android Studio menu for instance) that shouldn't happen often anyway - if you're running `android dev` you're usually running the app on a device instead of simply testing builds
    
    * use host IP to run on android physical device
    lucasfernog authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a08e6ff View commit details
    Browse the repository at this point in the history
  3. apply version updates (#11175)

    Co-authored-by: lucasfernog <[email protected]>
    github-actions[bot] and lucasfernog authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    11b5e9c View commit details
    Browse the repository at this point in the history
  4. chore: promote to v2 stable (#11198)

    * chore: promote to v2 stable
    
    - deletes all RC change files
    - adds a new change file to promote all packages to v2 stable
    - manually fix the tauri-driver, tauri-macos-sign, tauri-bundler versions so the next covector bump will move them to 2.0.0
    - manually patch the metadata-v2.json file so the next covector update will mark all packages as 2.0.0
    
    * ignore audit vuln without fixes
    
    * bump msrv to 1.78
    
    * run covector version
    
    * fix sync lockfile covector
    
    * #[allow(clippy::manual_inspect)]
    lucasfernog authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c7b9a53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be683e2 View commit details
    Browse the repository at this point in the history
  6. apply version updates (#11201)

    Co-authored-by: lucasfernog <[email protected]>
    github-actions[bot] and lucasfernog authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    983e780 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. fix: downgrade MSRV to 1.77.2 to support Windows 7 (#11205)

    * fix: downgrade MSRV to 1.77.2 to support Windows 7
    
    * add chang file
    lucasfernog authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0ab2b33 View commit details
    Browse the repository at this point in the history
  2. chore(tauri): enhance Manager::add_capability documentation (#11206)

    * chore(tauri): enhance Manager::add_capability documentation
    
    * enhance example
    
    * add note on config
    lucasfernog authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6f3a2b3 View commit details
    Browse the repository at this point in the history
  3. apply version updates (#11207)

    Co-authored-by: tweidinger <[email protected]>
    github-actions[bot] and tweidinger authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6d98f24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4475fbb View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    858b351 View commit details
    Browse the repository at this point in the history
  2. fix(api): actually publish with the latest tag (#11219)

    we missed one `--tag next` usage in #11199
    lucasfernog authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    e968b3d View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

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

Commits on Oct 6, 2024

  1. feat(core): expose invoke key for custom IPC implementations (#11235)

    custom IPC systems that manually call Webview::on_message must know the invoke key checked by Tauri. This exposes that key in the App/AppHandle instances.
    
    This is safe because the key is never leaked to remote denied webview URLs
    lucasfernog authored Oct 6, 2024
    Configuration menu
    Copy the full SHA
    03e7590 View commit details
    Browse the repository at this point in the history
  2. apply version updates (#11209)

    Co-authored-by: lucasfernog <[email protected]>
    github-actions[bot] and lucasfernog authored Oct 6, 2024
    Configuration menu
    Copy the full SHA
    9102faa View commit details
    Browse the repository at this point in the history
  3. fix(bundler): wrap Exec in desktop with quotes, rename appimage mai…

    …n binary if has spaces (#11218)
    
    * fix(bundler): wrap `Exec` in desktop with quotes, rename appimage main binary if has spaces
    
    * Update .changes/main-binary-name-spaces-linux.md [skip ci[
    
    ---------
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    amrbashir and lucasfernog authored Oct 6, 2024
    Configuration menu
    Copy the full SHA
    a49a19f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. fix: npm audit (#11243)

    the audit failed, so the 2.0.2 release is failing. I'm also adding the latest merged change to the 2.0.2 release in this change so we're in sync in the changelog.
    lucasfernog authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3e9fd06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eda5713 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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

Commits on Oct 9, 2024

  1. feat: add back tauri::Builder::on_menu_event (#11228)

    * feat: add back `tauri::Builder::on_menu_event`
    
    * fix build
    
    * fix build and fmt
    
    * fix mobile
    amrbashir authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1d3f51e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    504bb8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4731f0c View commit details
    Browse the repository at this point in the history
  3. fix(cli & core): use unescaped package id in proguard file (#11314)

    * fix(cli & core): use unescaped package id in proguard file
    
    closes #11310
    
    * add monkey patch for wry proguard
    
    * fix tests
    
    * typo
    
    * remove wry fix
    
    ---------
    
    Co-authored-by: Lucas Nogueira <[email protected]>
    amrbashir and lucasfernog authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d609bef View commit details
    Browse the repository at this point in the history
  4. feat(cli): add deno support (#11304)

    * feat(cli): add deno support
    
    ref: denoland/deno#20738
    
    * Update packages_nodejs.rs
    
    * typo
    
    ---------
    
    Co-authored-by: Lucas Nogueira <[email protected]>
    amrbashir and lucasfernog authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b3563e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. fix(cli): resolve bundle > icon glob when searching for .ico for …

    …MSI installer (#11315)
    
    * fix(cli): resolve `bundle > icon` glob when searching for `.ico` for MSI installer
    
    closes #11220
    
    * Update crates/tauri-bundler/src/bundle/settings.rs
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    
    * Update crates/tauri-bundler/src/bundle/windows/msi/mod.rs
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    
    * Update crates/tauri-bundler/src/bundle/windows/msi/mod.rs
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    
    ---------
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    amrbashir and lucasfernog authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    069c05e View commit details
    Browse the repository at this point in the history
  2. fix: fix incorrect label passed to ipc protocol (#11268)

    * fix: fix incorrect label passed to `ipc` protocol
    
    closes #11171
    
    * update lock file
    
    * Update .changes/incorrect-label-linux-command.md
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    
    * Update .changes/incorrect-label-linux-protocol.md
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    
    * clippy
    
    * try wry from dev
    
    * fix macos build
    
    * fix ios build
    
    * update wry
    
    * Update .changes/incorrect-label-linux-command.md
    
    * wry 0.46
    
    ---------
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    amrbashir and lucasfernog authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    2d087ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61bffa4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e55bd4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a768cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a2d51a View commit details
    Browse the repository at this point in the history
  7. Apply Version Updates From Current Changes (#11255)

    * apply version updates
    
    * tauri 2.0.3 (patch bump)
    
    ---------
    
    Co-authored-by: lucasfernog <[email protected]>
    Co-authored-by: Lucas Nogueira <[email protected]>
    3 people authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    1bfe248 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    627e90c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    e63432f View commit details
    Browse the repository at this point in the history
  2. chore(deps) Update Rust crate proc-macro2 to v1.0.87 (#11192)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    e75f0d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    f3f521f View commit details
    Browse the repository at this point in the history
  2. docs(android): warn users that passing raw bytes over ipc is not poss…

    …ible on android (#11333)
    
    * Warn that android is not supported
    
    * Warn that Android is not supported.
    
    * Update crates/tauri/src/ipc/mod.rs
    
    ---------
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    kartonrad and lucasfernog authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    68d4460 View commit details
    Browse the repository at this point in the history
  3. feat(core): add ContextMenu::hpopupmenu on Windows (#11354)

    * feat(core): add `ContextMenu::hpopupmenu` on Windows
    
    closes #11339
    
    * Update crates/tauri/src/menu/mod.rs
    
    ---------
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    amrbashir and lucasfernog authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    bcf2792 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3b09be View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    ef2482d View commit details
    Browse the repository at this point in the history
  2. fix(core): mark event commands as async (#11355)

    * fix(core): mark event commands as async
    
    this fixes a deadlock on certain situations
    
    * add tag
    lucasfernog authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3cb73d0 View commit details
    Browse the repository at this point in the history
  3. apply version updates (#11361)

    Co-authored-by: lucasfernog <[email protected]>
    github-actions[bot] and lucasfernog authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    df83e5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25cc565 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e88633 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. feat(cli): make tauri/cli fully support projects with non-standard st…

    …ructure (#11258)
    
    * feat(cli): add support for providing custom app/src paths to tauri's CLI via optional env vars
    
    * fix tests
    
    * rename env vars (app vs src is confusing)
    
    * add change file
    
    ---------
    
    Co-authored-by: Lucas Nogueira <[email protected]>
    regexident and lucasfernog authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e4c9268 View commit details
    Browse the repository at this point in the history
  2. chore(deps) Update Rust crate json-patch to v3 (#11377)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    20c142f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1bf6ef View commit details
    Browse the repository at this point in the history
  4. chore(deps) Update Rust crate brotli to v7 (#11197)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Lucas Nogueira <[email protected]>
    renovate[bot] and lucasfernog authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ea50f65 View commit details
    Browse the repository at this point in the history
  5. chore(deps) Update Rust crate brotli to v7 (#11195)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    add09c8 View commit details
    Browse the repository at this point in the history
  6. chore(deps) Update Rust crate windows-registry to 0.3.0 (#11193)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f8b559d View commit details
    Browse the repository at this point in the history
  7. chore(deps) Update Rust crate uuid to v1.11.0 (#11049)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Lucas Nogueira <[email protected]>
    renovate[bot] and lucasfernog authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8278a36 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6cd917c View commit details
    Browse the repository at this point in the history
  9. chore(deps) Update Tauri CLI (dev) (#10808)

    * chore(deps) Update Tauri CLI
    
    * html5ever 0.26
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Lucas Nogueira <[email protected]>
    renovate[bot] and lucasfernog authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    37557ff View commit details
    Browse the repository at this point in the history
  10. chore(deps) Update Tauri API Definitions (#10807)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bd1b2a1 View commit details
    Browse the repository at this point in the history
  11. feat(bundler): add wix > version option (#11388)

    * feat(bundler): add `wix > version` option
    
    closes #11253
    
    * Update crates/tauri-bundler/src/bundle/settings.rs
    
    ---------
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    amrbashir and lucasfernog authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c8f55b6 View commit details
    Browse the repository at this point in the history
  12. feat(core): fallback to Window and AppHandle resource table on close (#…

    …11398)
    
    this changes the resource plugin close() API to fallback to the parent window and AppHandle resource tables, letting the JS to delete global resources.
    The need for this was brought up on tauri-apps/plugins-workspace#1860 (comment)
    the store plugin stores the resources in the AppHandle, and we want the existing close() API to work on global resources otherwise every consumer needs their own resource close commands
    lucasfernog authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    eb61d44 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    fbb45c6 View commit details
    Browse the repository at this point in the history
  2. apply version updates (#11373)

    Co-authored-by: lucasfernog <[email protected]>
    github-actions[bot] and lucasfernog authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    1367ff5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ca0e4d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    7a1a327 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5bf48e View commit details
    Browse the repository at this point in the history
  3. feat(core): add WebviewWindow::resolve_command_scope (#11439)

    * feat(core): add WebviewWindow::resolve_command_scope
    
    This new functionality exposes the `CommandScope` resolution as a function (currently only commands can resolve them as a dependency injection via CommandItem)
    
    This function is useful to validate the configuration at runtime (do some asserts at setup phase to ensure capabilities are properly configured) and to resolve scopes in a separate thread or context
    
    * adjust return type
    lucasfernog authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f0da0bd View commit details
    Browse the repository at this point in the history
  4. feat(cli) Make tauri migrate update $schema in tauri.conf.json (#11414

    )
    
    * Make `tauri migrate` update $schema in tauri.conf.json
    
    * add change file
    
    ---------
    
    Co-authored-by: Lucas Nogueira <[email protected]>
    Czxck001 and lucasfernog authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e0d1307 View commit details
    Browse the repository at this point in the history
  5. enhance(cli): add context to public/secret key decoding errors (#11405)

    * enhance(cli): add context to public/secret key decoding errors
    
    closes #10488
    
    * Update .changes/cli-updater-errorr.md
    
    ---------
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    amrbashir and lucasfernog authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1f31183 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6dea12a View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. fix(runtime-wry): run cursor_position getter on main thread (#11401)

    * fix(runtime-wry): run `cursor_position` getter on main thread
    
    closes #10340
    
    * clippy
    
    * clippy
    
    ---------
    
    Co-authored-by: Lucas Nogueira <[email protected]>
    amrbashir and lucasfernog authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    8c6d1e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. chore(deps) Update Tauri Build to v1.0.91 (#11456)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8e083c9 View commit details
    Browse the repository at this point in the history
  2. chore(deps) Update Rust crate proc-macro2 to v1.0.89 (#11459)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d4b3659 View commit details
    Browse the repository at this point in the history
  3. chore(deps) Update Rust crate thiserror to v1.0.65 (#11463)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0d31fe9 View commit details
    Browse the repository at this point in the history
  4. chore(deps) Update Tauri API Definitions (#11464)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d0c1189 View commit details
    Browse the repository at this point in the history
  5. chore(deps) Update Rust crate json-patch to v3 (#11467)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ccf20eb View commit details
    Browse the repository at this point in the history
  6. chore(deps) Update Rust crate json-patch to v3 (#11466)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ed78f52 View commit details
    Browse the repository at this point in the history
  7. chore(deps) Update Rust crate image to v0.25.4 (dev) (#11457)

    * chore(deps) Update Rust crate image to v0.25.4
    
    * Also bump json-patch and resvg
    
    * Just json-patch for now
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Tony <[email protected]>
    renovate[bot] and Legend-Master authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ce864ce View commit details
    Browse the repository at this point in the history
  8. fix(api/menu): fix submenus when created using an object in items f…

    …ield in the object passed to `Menu/Submenu.new` (#11441)
    
    * fix(api/menu): fix submenus when created using an object in `items` field in the object passed to `Menu/Submenu.new`
    
    closes #11435
    
    also closes #11422 as I included the docs in this PR
    
    * Update .changes/js-submenu-in-options.md
    
    * Update packages/api/src/menu/base.ts
    
    ---------
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    amrbashir and lucasfernog authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    54cbf59 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. chore(deps) Update Rust crate syn to v2.0.83 (#11473)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    516c7d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8036c78 View commit details
    Browse the repository at this point in the history
  3. chore(deps) Update dependency @types/node to v20.17.0 (#11470)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0014f9a View commit details
    Browse the repository at this point in the history
  4. chore(deps) Update Rust crate syn to v2.0.85 (#11472)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    888277e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8105ec View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. fix(cli): Fix mixup of TAURI_APP_PATH and TAURI_FRONTEND_PATH (#1…

    …1492)
    
    * Fix mixup of `env_tauri_app_path()` and `env_tauri_frontend_path()` in tauri's path resolutions
    
    * Rename functions in `app_paths` to match their corresponding, publicly exposed env var keys
    
    * Rename `app_dir`/`app_path` variables that deal with the frontend app's directory to `frontend_dir
    
    * Rename `APP_DIR` to `FRONTEND_DIR`
    
    * Improve comment on meaning of tauri path env vars
    regexident authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    ac22950 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    1065f63 View commit details
    Browse the repository at this point in the history
  2. feat(cli): associate newly created capability with the main window (#…

    …11512)
    
    without this change the capability is not applied to any context and it might be hard for users to figure out why
    lucasfernog authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c43d5df View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

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

Commits on Oct 30, 2024

  1. chore(deps) Update Rust crate serde to v1.0.214 (#11540)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    9f47259 View commit details
    Browse the repository at this point in the history
  2. chore(deps) Update Rust crate regex to v1.11.1 (#11542)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    12ffc19 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. fix: fix webview not focused by default (#11569)

    * fix: fix webview not focused by default
    
    closes #10746
    
    * fix compile
    
    * typo
    
    * fix compile again
    
    * clippy
    amrbashir authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    129414f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c33bbf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8994b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    058c0db View commit details
    Browse the repository at this point in the history
  2. feat: add use_https_scheme for Windows and Android (#11477)

    * feat: add `use_https_scheme` for Windows and Android
    
    closes #11252
    
    * fix compilation
    
    * Apply suggestions from code review
    
    Co-authored-by: Fabian-Lars <[email protected]>
    
    * change wording
    
    * add migrations
    
    * migrate `dangerousUseHttpScheme`
    
    * fmt
    
    * infer AssetResolver::get https scheme config
    
    * fix tests
    
    ---------
    
    Co-authored-by: Fabian-Lars <[email protected]>
    Co-authored-by: Lucas Nogueira <[email protected]>
    3 people authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f37e97d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4191a7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    100a445 View commit details
    Browse the repository at this point in the history
  5. fix(cli): fix tauri migrate failing to install NPM deps when runnin…

    …g from Deno (#11523)
    
    * fix(cli): fix `tauri migrate` failing to install NPM deps when running from Deno
    
    * clippy
    amrbashir authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7af01ff View commit details
    Browse the repository at this point in the history
  6. enhance(core): use diagnostic::on_unimplemented on rustc 1.78 and n…

    …ewer for async commands with references (#11522)
    
    * enhance(core): use `diagnostic::on_unimplemented` on rustc 1.78 and newer for async commands with references
    
    * change file
    
    * clippy
    
    * clippy
    
    * add TODO
    amrbashir authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    17c6952 View commit details
    Browse the repository at this point in the history
  7. feat(cli): process bundle > windows > wix > fragmentPaths with Hand…

    …lebars (#11521)
    
    * feat(cli): process `bundle > windows > wix > fragmentPaths` with Handlebars
    
    closes #11520
    
    * remove unneeded register_template_string
    
    * Update crates/tauri-bundler/src/bundle/windows/msi/mod.rs
    
    ---------
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    amrbashir and lucasfernog authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    1b6b2cf View commit details
    Browse the repository at this point in the history
  8. feat(core): add window_class name API on Windows (#11469)

    * On Windows, set name of Window Class, closes #7498
    allow to customize it instead of current value hard coded "Window Class"
    
    * feat(windows): add window_classname, closes #7498
    allow to customize the window class name instead of current value hard coded "Window Class"
    
        * feat: add window_classname, closes #7498
    
        * add changes file
    
        * Update core/tauri-config-schema/schema.json
    
        * Update tooling/cli/schema.json
    
    * missing pieces after merge
    
    * clippy
    
    ---------
    
    Co-authored-by: Géraud-Loup <[email protected]>
    Co-authored-by: Lucas Nogueira <[email protected]>
    3 people authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    2a75c64 View commit details
    Browse the repository at this point in the history
  9. feat: add WebviewWindow/Webview::devtools (#11451)

    * feat: add `WebviewWindow/Webview::devtools`
    
    closes #10849
    
    * clippy
    
    * fix ToTokens
    
    * document default behavior
    
    * move builder usage
    
    ---------
    
    Co-authored-by: Lucas Nogueira <[email protected]>
    amrbashir and lucasfernog authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    cbc095e View commit details
    Browse the repository at this point in the history
  10. feat(api): add SERIALIZE_TO_IPC_FN const and implement it for dpi t…

    …ypes, add more constructors (#11191)
    amrbashir authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    5c4b830 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. chore(deps) Update Tauri API Definitions (#11543)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    0382858 View commit details
    Browse the repository at this point in the history
  2. chore(deps) Update Rust crate anyhow to v1.0.92 (#11594)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    0a170d0 View commit details
    Browse the repository at this point in the history
  3. chore(deps) Update Rust crate syn to v2.0.87 (#11595)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e835751 View commit details
    Browse the repository at this point in the history
  4. chore(deps) Update Rust crate anyhow to v1.0.93 (#11598)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8061fb2 View commit details
    Browse the repository at this point in the history
  5. chore(deps) Update Rust crate handlebars to v6.2.0 (dev) (#11544)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    58392a5 View commit details
    Browse the repository at this point in the history
  6. chore(deps) Update Tauri Codegen (dev) (#11596)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e8c0c57 View commit details
    Browse the repository at this point in the history
  7. chore(deps) Update Tauri API Definitions (dev) (#11597)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b63353b View commit details
    Browse the repository at this point in the history
  8. chore(deps) Update dependency @types/node to v22 (dev) (#11545)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    15d6515 View commit details
    Browse the repository at this point in the history
  9. enhance: always check parent directory (fix #8679) (#11429)

    * enhance: always check parent directory (fix #8679)
    
    * Update crates/tauri-utils/src/platform.rs
    
    * add change file
    
    * fix crate
    
    ---------
    
    Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
    griffi-gh and lucasfernog authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    3781429 View commit details
    Browse the repository at this point in the history
  10. chore(deps) Update Tauri macOSSign (dev) (#11541)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6b3c82a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fabc2f2 View commit details
    Browse the repository at this point in the history
  12. feat: background color APIs (#11486)

    * feat: background color APIs
    
    closes #10519
    closes #1564
    
    * clippy
    
    * git branch
    
    * bundle
    
    * fix hex color schema pattern
    
    * add missing `^`
    
    * fix iOS
    
    * revert test
    
    * revert apple-codesign bump
    
    * fmt
    
    * add change files
    
    ---------
    
    Co-authored-by: Lucas Nogueira <[email protected]>
    amrbashir and lucasfernog authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    4d545ab View commit details
    Browse the repository at this point in the history
  13. chore(deps) Update Tauri Bundler (dev) (#11601)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f550a3f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    8e8312b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bf9179 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. docs: fix typos in drag&drop event.payload (#11620)

    * fix: typo in drag&drop event.payload
    
    'hover' -> 'over'
    
    * fix: another typo
    
    'hover' -> 'over'
    Uninen authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c561786 View commit details
    Browse the repository at this point in the history
  2. fix(core): fix child webviews on macOS and Windows treated as full we…

    …bview window (#11616)
    
    * fix(core): fix child webviews on macOS and Windows treated as full webview window
    
    closes #11452
    
    * Update .changes/child-windows-macos.md
    amrbashir authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    229d7f8 View commit details
    Browse the repository at this point in the history
  3. chore(deps) Update Rust crate thiserror to v2 (dev) (#11604)

    * chore(deps) Update Rust crate thiserror to v2
    
    * thiserror v2 on all crates
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Lucas Nogueira <[email protected]>
    renovate[bot] and lucasfernog authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b284358 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    60e86d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f6f07a View commit details
    Browse the repository at this point in the history
  3. apply version updates (#11440)

    Co-authored-by: amrbashir <[email protected]>
    github-actions[bot] and amrbashir authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    86f22f0 View commit details
    Browse the repository at this point in the history