-
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
[pull] dev from tauri-apps:dev #19
base: dev
Are you sure you want to change the base?
Commits on Aug 28, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for f67a9eb - Browse repository at this point
Copy the full SHA f67a9ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebfe17e - Browse repository at this point
Copy the full SHA ebfe17eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d14a2a5 - Browse repository at this point
Copy the full SHA d14a2a5View commit details -
apply version updates (#10750)
Co-authored-by: lucasfernog <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abfbef4 - Browse repository at this point
Copy the full SHA abfbef4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc799b2 - Browse repository at this point
Copy the full SHA cc799b2View commit details
Commits on Aug 29, 2024
-
feat(core): add
plugin::PermissionState
(#10817)* feat(core): add `plugin::mobile::PermissionState` * move to plugin module * default, specta::Type
Configuration menu - View commit details
-
Copy full SHA for d7e5c00 - Browse repository at this point
Copy the full SHA d7e5c00View commit details -
apply version updates (#10820)
Co-authored-by: lucasfernog <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d2efd9 - Browse repository at this point
Copy the full SHA 0d2efd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ec7445 - Browse repository at this point
Copy the full SHA 5ec7445View commit details
Commits on Aug 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5af1f5d - Browse repository at this point
Copy the full SHA 5af1f5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82b084e - Browse repository at this point
Copy the full SHA 82b084eView commit details
Commits on Sep 1, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 6faa032 - Browse repository at this point
Copy the full SHA 6faa032View commit details -
apply version updates (#10855)
Co-authored-by: lucasfernog <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c55474f - Browse repository at this point
Copy the full SHA c55474fView commit details
Commits on Sep 2, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 6696e48 - Browse repository at this point
Copy the full SHA 6696e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc5362 - Browse repository at this point
Copy the full SHA ecc5362View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f0acf50 - Browse repository at this point
Copy the full SHA f0acf50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5048a72 - Browse repository at this point
Copy the full SHA 5048a72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79de433 - Browse repository at this point
Copy the full SHA 79de433View commit details -
Configuration menu - View commit details
-
Copy full SHA for b426835 - Browse repository at this point
Copy the full SHA b426835View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c9644d - Browse repository at this point
Copy the full SHA 9c9644dView commit details -
fix(core): clippy warnings, simplify embed_plist usage (#10844)
* fix(core): clippy warnings * fix test * chore: simplify example
Configuration menu - View commit details
-
Copy full SHA for 27d0183 - Browse repository at this point
Copy the full SHA 27d0183View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 431ca2c - Browse repository at this point
Copy the full SHA 431ca2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11b3ab1 - Browse repository at this point
Copy the full SHA 11b3ab1View commit details -
fix(resources): enhance error messages for globs (#10879)
* fix(resources): enhance error messages for globs ref: #10293 (comment) * fmt
Configuration menu - View commit details
-
Copy full SHA for 976cad9 - Browse repository at this point
Copy the full SHA 976cad9View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0899e50 - Browse repository at this point
Copy the full SHA 0899e50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c46e48 - Browse repository at this point
Copy the full SHA 0c46e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77056b1 - Browse repository at this point
Copy the full SHA 77056b1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e885c17 - Browse repository at this point
Copy the full SHA e885c17View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bdfa953 - Browse repository at this point
Copy the full SHA bdfa953View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for a655d9c - Browse repository at this point
Copy the full SHA a655d9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e568956 - Browse repository at this point
Copy the full SHA e568956View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d9c8d3c - Browse repository at this point
Copy the full SHA d9c8d3cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for faa259b - Browse repository at this point
Copy the full SHA faa259bView commit details -
apply version updates (#10903)
Co-authored-by: lucasfernog <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ffa33cd - Browse repository at this point
Copy the full SHA ffa33cdView commit details
Commits on Sep 10, 2024
-
fix(core): Mark
identifier
as a required field. (#10946)* fix(core): Mark `identifier` as a required field. * change tag * inject identifier in tests
Configuration menu - View commit details
-
Copy full SHA for 0a47bf0 - Browse repository at this point
Copy the full SHA 0a47bf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fafceec - Browse repository at this point
Copy the full SHA fafceecView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5848af - Browse repository at this point
Copy the full SHA a5848afView commit details -
apply version updates (#10949)
Co-authored-by: lucasfernog <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8ccf9d - Browse repository at this point
Copy the full SHA d8ccf9dView commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6566182 - Browse repository at this point
Copy the full SHA 6566182View commit details
Commits on Sep 12, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 7eb1171 - Browse repository at this point
Copy the full SHA 7eb1171View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d46877 - Browse repository at this point
Copy the full SHA 9d46877View commit details -
Configuration menu - View commit details
-
Copy full SHA for c901d9f - Browse repository at this point
Copy the full SHA c901d9fView commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be18ed5 - Browse repository at this point
Copy the full SHA be18ed5View commit details -
refactor(core)!: rename plugin::PermissionState::Unknown to plugin::P…
…ermissionState::Prompt (#10978) * fix(core): plugin::PermissionState::Unknown wrong display impl * prompt * rename variant * fix
Configuration menu - View commit details
-
Copy full SHA for fe5ff12 - Browse repository at this point
Copy the full SHA fe5ff12View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for a1e88d2 - Browse repository at this point
Copy the full SHA a1e88d2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 63649d8 - Browse repository at this point
Copy the full SHA 63649d8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 00182eb - Browse repository at this point
Copy the full SHA 00182ebView commit details -
fix(bundler): store and remove old main binary on updates if main bin…
…ary name has change (#10962)
Configuration menu - View commit details
-
Copy full SHA for b13cb20 - Browse repository at this point
Copy the full SHA b13cb20View commit details
Commits on Sep 14, 2024
-
fix(nsis): check main binary name is not empty (#11000)
* Check main binary name is not empty * Missing !=
Configuration menu - View commit details
-
Copy full SHA for def8751 - Browse repository at this point
Copy the full SHA def8751View commit details -
refactor(bundler/nsis): fix migration from MSI to NSIS (#10996)
* refactor(bundler/nsis): fix migration from MSI to NSIS * read into $OldMainBinaryName
Configuration menu - View commit details
-
Copy full SHA for 4ba7b94 - Browse repository at this point
Copy the full SHA 4ba7b94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb036f - Browse repository at this point
Copy the full SHA 5eb036fView commit details
Commits on Sep 15, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 3ad2427 - Browse repository at this point
Copy the full SHA 3ad2427View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 35bd9dd - Browse repository at this point
Copy the full SHA 35bd9ddView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6c5340f - Browse repository at this point
Copy the full SHA 6c5340fView commit details -
fix(bundler): Use appimage files instead of debian files when buildin…
…g appimage (#11005) * use appimage settings instead of deb * add changeset
Configuration menu - View commit details
-
Copy full SHA for 44d54a0 - Browse repository at this point
Copy the full SHA 44d54a0View commit details -
chore(deps) Update Tauri macOSSign to v1.0.87 (#10960)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 54be2f7 - Browse repository at this point
Copy the full SHA 54be2f7View commit details -
chore(deps) Update Tauri Codegen (#10958)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 184f0ad - Browse repository at this point
Copy the full SHA 184f0adView commit details -
chore(deps) Update Tauri Bundler (#10957)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 71f4ca5 - Browse repository at this point
Copy the full SHA 71f4ca5View commit details -
chore(deps) Update Tauri Build to v1.0.87 (#10955)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0b00428 - Browse repository at this point
Copy the full SHA 0b00428View commit details -
chore(deps) Update Rust crate syn to v2.0.77 (#10954)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for db64d08 - Browse repository at this point
Copy the full SHA db64d08View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4f44ebf - Browse repository at this point
Copy the full SHA 4f44ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a0e922 - Browse repository at this point
Copy the full SHA 5a0e922View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 94e9d47 - Browse repository at this point
Copy the full SHA 94e9d47View commit details -
Apply Version Updates From Current Changes (#11010)
Co-authored-by: lucasfernog <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63264a2 - Browse repository at this point
Copy the full SHA 63264a2View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for bc4804d - Browse repository at this point
Copy the full SHA bc4804dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a12bf14 - Browse repository at this point
Copy the full SHA a12bf14View commit details -
Apply Version Updates From Current Changes (#11014)
Co-authored-by: lucasfernog <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1dacd5 - Browse repository at this point
Copy the full SHA b1dacd5View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 58465d4 - Browse repository at this point
Copy the full SHA 58465d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5f0372 - Browse repository at this point
Copy the full SHA e5f0372View commit details -
Apply Version Updates From Current Changes (#11019)
Co-authored-by: Legend-Master <[email protected]> Co-authored-by: Fabian-Lars <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c530de4 - Browse repository at this point
Copy the full SHA c530de4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e266f2f - Browse repository at this point
Copy the full SHA e266f2fView commit details -
feat(core): inject invoke key in custom invoke system script (#11025)
* feat(core): inject invoke key in custom invoke system script * fix fmt
Configuration menu - View commit details
-
Copy full SHA for e7fd676 - Browse repository at this point
Copy the full SHA e7fd676View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 551e062 - Browse repository at this point
Copy the full SHA 551e062View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bb8fc6 - Browse repository at this point
Copy the full SHA 9bb8fc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddf6915 - Browse repository at this point
Copy the full SHA ddf6915View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ad294d2 - Browse repository at this point
Copy the full SHA ad294d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1cce04 - Browse repository at this point
Copy the full SHA a1cce04View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f694c3 - Browse repository at this point
Copy the full SHA 5f694c3View commit details -
refactor(cli/node): migrate
jest
tovitest
for tests (#11034)* refactor(cli/node): migrate `jest` to `vitest` for tests * fix js audit
Configuration menu - View commit details
-
Copy full SHA for 09de8c6 - Browse repository at this point
Copy the full SHA 09de8c6View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5ff0bbc - Browse repository at this point
Copy the full SHA 5ff0bbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96c1ec3 - Browse repository at this point
Copy the full SHA 96c1ec3View commit details -
Apply Version Updates From Current Changes (#11029)
Co-authored-by: lucasfernog <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbdcee6 - Browse repository at this point
Copy the full SHA cbdcee6View commit details
Commits on Sep 18, 2024
-
chore(deps) Update Rust crate syn to v2.0.77 (#11044)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4d4e7bf - Browse repository at this point
Copy the full SHA 4d4e7bfView commit details -
chore(deps) Update Tauri Build to v1.0.89 (#11045)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4f374a2 - Browse repository at this point
Copy the full SHA 4f374a2View commit details -
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 ```
Configuration menu - View commit details
-
Copy full SHA for fbff638 - Browse repository at this point
Copy the full SHA fbff638View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a247170 - Browse repository at this point
Copy the full SHA a247170View commit details -
fix(cli/add): use
>=
for npm and~
for other package managers (#1…Configuration menu - View commit details
-
Copy full SHA for 62b52f6 - Browse repository at this point
Copy the full SHA 62b52f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40a45b5 - Browse repository at this point
Copy the full SHA 40a45b5View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b88e22a - Browse repository at this point
Copy the full SHA b88e22aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 0ddfc59 - Browse repository at this point
Copy the full SHA 0ddfc59View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9014a3f - Browse repository at this point
Copy the full SHA 9014a3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ab2e3c - Browse repository at this point
Copy the full SHA 8ab2e3cView commit details -
chore(deps) Update Tauri Bundler (#11048)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3f1a8a4 - Browse repository at this point
Copy the full SHA 3f1a8a4View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f57a729 - Browse repository at this point
Copy the full SHA f57a729View commit details -
feat(cli): generate signatures for non-zipped targets with `createUpd…
…aterArtifacts: v1Compatible` (#10940)
Configuration menu - View commit details
-
Copy full SHA for 67b8a9a - Browse repository at this point
Copy the full SHA 67b8a9aView commit details
Commits on Sep 21, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 62b3a5c - Browse repository at this point
Copy the full SHA 62b3a5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28169ae - Browse repository at this point
Copy the full SHA 28169aeView commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d369e8d - Browse repository at this point
Copy the full SHA d369e8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56e0874 - Browse repository at this point
Copy the full SHA 56e0874View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d22c0c - Browse repository at this point
Copy the full SHA 8d22c0cView commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 11db7be - Browse repository at this point
Copy the full SHA 11db7beView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ae12f3c - Browse repository at this point
Copy the full SHA ae12f3cView commit details -
fix(api): convert
Position
toPhsyicalPosition
forTrayIconEvent
(#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]>
Configuration menu - View commit details
-
Copy full SHA for cbe3bd8 - Browse repository at this point
Copy the full SHA cbe3bd8View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e08c4e6 - Browse repository at this point
Copy the full SHA e08c4e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 948772a - Browse repository at this point
Copy the full SHA 948772aView commit details -
test: add tests for StateManager (#11106)
* test: add tests for StateManager * clippy * update lockfile * fix audit --------- Co-authored-by: Lucas Nogueira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d381a7 - Browse repository at this point
Copy the full SHA 8d381a7View commit details -
fix(ios): Don't set macOS deployment target when building for iOS (#1…
Configuration menu - View commit details
-
Copy full SHA for 4078923 - Browse repository at this point
Copy the full SHA 4078923View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 8f3f010 - Browse repository at this point
Copy the full SHA 8f3f010View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1efa5e7 - Browse repository at this point
Copy the full SHA 1efa5e7View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for dfba0ed - Browse repository at this point
Copy the full SHA dfba0edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9af08f9 - Browse repository at this point
Copy the full SHA 9af08f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06718b4 - Browse repository at this point
Copy the full SHA 06718b4View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a944b9b - Browse repository at this point
Copy the full SHA a944b9bView commit details -
chore(cli/deps): temporarily add tower dependency to fix compile erro…
…r without --locked (#11136)
Configuration menu - View commit details
-
Copy full SHA for 2a654fd - Browse repository at this point
Copy the full SHA 2a654fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5621174 - Browse repository at this point
Copy the full SHA 5621174View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 544328d - Browse repository at this point
Copy the full SHA 544328dView commit details -
refactor!: simplify
TrayIconEvent
in JS by tagging it withtype
f……ield (#11121) Co-authored-by: Tony <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b44959 - Browse repository at this point
Copy the full SHA 0b44959View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95df53a - Browse repository at this point
Copy the full SHA 95df53aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e46e07 - Browse repository at this point
Copy the full SHA 9e46e07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58bab8b - Browse repository at this point
Copy the full SHA 58bab8bView commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d9d2502 - Browse repository at this point
Copy the full SHA d9d2502View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d8b67b - Browse repository at this point
Copy the full SHA 1d8b67bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a49fc99 - Browse repository at this point
Copy the full SHA a49fc99View commit details -
feat: add
Window::set_enabled
andWindow::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]>
Configuration menu - View commit details
-
Copy full SHA for de7414a - Browse repository at this point
Copy the full SHA de7414aView commit details -
Configuration menu - View commit details
-
Copy full SHA for df24cb9 - Browse repository at this point
Copy the full SHA df24cb9View commit details -
apply version updates (#11062)
Co-authored-by: lucasfernog <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12de4fa - Browse repository at this point
Copy the full SHA 12de4faView commit details
Commits on Sep 29, 2024
-
refactor(core)!: pass webview label to uri scheme protocol handlers (#…
Configuration menu - View commit details
-
Copy full SHA for 354be36 - Browse repository at this point
Copy the full SHA 354be36View commit details -
chore(deps) Update Tauri Bundler (#11122)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 25e7833 - Browse repository at this point
Copy the full SHA 25e7833View commit details -
chore(deps) Update dependency @rollup/plugin-typescript to v12 (#11123)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0c87e05 - Browse repository at this point
Copy the full SHA 0c87e05View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e10fdb7 - Browse repository at this point
Copy the full SHA e10fdb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60a5aea - Browse repository at this point
Copy the full SHA 60a5aeaView commit details
Commits on Oct 1, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for f5d6182 - Browse repository at this point
Copy the full SHA f5d6182View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 11e9f2e - Browse repository at this point
Copy the full SHA 11e9f2eView commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6cfe7ed - Browse repository at this point
Copy the full SHA 6cfe7edView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a08e6ff - Browse repository at this point
Copy the full SHA a08e6ffView commit details -
apply version updates (#11175)
Co-authored-by: lucasfernog <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11b5e9c - Browse repository at this point
Copy the full SHA 11b5e9cView commit details -
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)]
Configuration menu - View commit details
-
Copy full SHA for c7b9a53 - Browse repository at this point
Copy the full SHA c7b9a53View commit details -
Configuration menu - View commit details
-
Copy full SHA for be683e2 - Browse repository at this point
Copy the full SHA be683e2View commit details -
apply version updates (#11201)
Co-authored-by: lucasfernog <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 983e780 - Browse repository at this point
Copy the full SHA 983e780View commit details
Commits on Oct 3, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 0ab2b33 - Browse repository at this point
Copy the full SHA 0ab2b33View commit details -
chore(tauri): enhance Manager::add_capability documentation (#11206)
* chore(tauri): enhance Manager::add_capability documentation * enhance example * add note on config
Configuration menu - View commit details
-
Copy full SHA for 6f3a2b3 - Browse repository at this point
Copy the full SHA 6f3a2b3View commit details -
apply version updates (#11207)
Co-authored-by: tweidinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d98f24 - Browse repository at this point
Copy the full SHA 6d98f24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4475fbb - Browse repository at this point
Copy the full SHA 4475fbbView commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 858b351 - Browse repository at this point
Copy the full SHA 858b351View commit details -
fix(api): actually publish with the latest tag (#11219)
we missed one `--tag next` usage in #11199
Configuration menu - View commit details
-
Copy full SHA for e968b3d - Browse repository at this point
Copy the full SHA e968b3dView commit details
Commits on Oct 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2a4da0 - Browse repository at this point
Copy the full SHA e2a4da0View commit details
Commits on Oct 6, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 03e7590 - Browse repository at this point
Copy the full SHA 03e7590View commit details -
apply version updates (#11209)
Co-authored-by: lucasfernog <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9102faa - Browse repository at this point
Copy the full SHA 9102faaView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for a49a19f - Browse repository at this point
Copy the full SHA a49a19fView commit details
Commits on Oct 7, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3e9fd06 - Browse repository at this point
Copy the full SHA 3e9fd06View commit details -
Configuration menu - View commit details
-
Copy full SHA for eda5713 - Browse repository at this point
Copy the full SHA eda5713View commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04fd3a7 - Browse repository at this point
Copy the full SHA 04fd3a7View commit details
Commits on Oct 9, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 1d3f51e - Browse repository at this point
Copy the full SHA 1d3f51eView commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 504bb8e - Browse repository at this point
Copy the full SHA 504bb8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4731f0c - Browse repository at this point
Copy the full SHA 4731f0cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d609bef - Browse repository at this point
Copy the full SHA d609befView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b3563e3 - Browse repository at this point
Copy the full SHA b3563e3View commit details
Commits on Oct 12, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 069c05e - Browse repository at this point
Copy the full SHA 069c05eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 2d087ee - Browse repository at this point
Copy the full SHA 2d087eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61bffa4 - Browse repository at this point
Copy the full SHA 61bffa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e55bd4b - Browse repository at this point
Copy the full SHA e55bd4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a768cb - Browse repository at this point
Copy the full SHA 6a768cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a2d51a - Browse repository at this point
Copy the full SHA 4a2d51aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 1bfe248 - Browse repository at this point
Copy the full SHA 1bfe248View commit details -
Configuration menu - View commit details
-
Copy full SHA for 627e90c - Browse repository at this point
Copy the full SHA 627e90cView commit details
Commits on Oct 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e63432f - Browse repository at this point
Copy the full SHA e63432fView commit details -
chore(deps) Update Rust crate proc-macro2 to v1.0.87 (#11192)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e75f0d2 - Browse repository at this point
Copy the full SHA e75f0d2View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f3f521f - Browse repository at this point
Copy the full SHA f3f521fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 68d4460 - Browse repository at this point
Copy the full SHA 68d4460View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for bcf2792 - Browse repository at this point
Copy the full SHA bcf2792View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3b09be - Browse repository at this point
Copy the full SHA e3b09beView commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef2482d - Browse repository at this point
Copy the full SHA ef2482dView commit details -
fix(core): mark event commands as async (#11355)
* fix(core): mark event commands as async this fixes a deadlock on certain situations * add tag
Configuration menu - View commit details
-
Copy full SHA for 3cb73d0 - Browse repository at this point
Copy the full SHA 3cb73d0View commit details -
apply version updates (#11361)
Co-authored-by: lucasfernog <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df83e5c - Browse repository at this point
Copy the full SHA df83e5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25cc565 - Browse repository at this point
Copy the full SHA 25cc565View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e88633 - Browse repository at this point
Copy the full SHA 2e88633View commit details
Commits on Oct 17, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for e4c9268 - Browse repository at this point
Copy the full SHA e4c9268View commit details -
chore(deps) Update Rust crate json-patch to v3 (#11377)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 20c142f - Browse repository at this point
Copy the full SHA 20c142fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1bf6ef - Browse repository at this point
Copy the full SHA e1bf6efView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ea50f65 - Browse repository at this point
Copy the full SHA ea50f65View commit details -
chore(deps) Update Rust crate brotli to v7 (#11195)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for add09c8 - Browse repository at this point
Copy the full SHA add09c8View commit details -
chore(deps) Update Rust crate windows-registry to 0.3.0 (#11193)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f8b559d - Browse repository at this point
Copy the full SHA f8b559dView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 8278a36 - Browse repository at this point
Copy the full SHA 8278a36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cd917c - Browse repository at this point
Copy the full SHA 6cd917cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 37557ff - Browse repository at this point
Copy the full SHA 37557ffView commit details -
chore(deps) Update Tauri API Definitions (#10807)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bd1b2a1 - Browse repository at this point
Copy the full SHA bd1b2a1View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c8f55b6 - Browse repository at this point
Copy the full SHA c8f55b6View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for eb61d44 - Browse repository at this point
Copy the full SHA eb61d44View commit details
Commits on Oct 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fbb45c6 - Browse repository at this point
Copy the full SHA fbb45c6View commit details -
apply version updates (#11373)
Co-authored-by: lucasfernog <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1367ff5 - Browse repository at this point
Copy the full SHA 1367ff5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca0e4d - Browse repository at this point
Copy the full SHA 8ca0e4dView commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a1a327 - Browse repository at this point
Copy the full SHA 7a1a327View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5bf48e - Browse repository at this point
Copy the full SHA a5bf48eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f0da0bd - Browse repository at this point
Copy the full SHA f0da0bdView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e0d1307 - Browse repository at this point
Copy the full SHA e0d1307View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 1f31183 - Browse repository at this point
Copy the full SHA 1f31183View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dea12a - Browse repository at this point
Copy the full SHA 6dea12aView commit details
Commits on Oct 22, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 8c6d1e8 - Browse repository at this point
Copy the full SHA 8c6d1e8View commit details
Commits on Oct 23, 2024
-
chore(deps) Update Tauri Build to v1.0.91 (#11456)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8e083c9 - Browse repository at this point
Copy the full SHA 8e083c9View commit details -
chore(deps) Update Rust crate proc-macro2 to v1.0.89 (#11459)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d4b3659 - Browse repository at this point
Copy the full SHA d4b3659View commit details -
chore(deps) Update Rust crate thiserror to v1.0.65 (#11463)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0d31fe9 - Browse repository at this point
Copy the full SHA 0d31fe9View commit details -
chore(deps) Update Tauri API Definitions (#11464)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d0c1189 - Browse repository at this point
Copy the full SHA d0c1189View commit details -
chore(deps) Update Rust crate json-patch to v3 (#11467)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ccf20eb - Browse repository at this point
Copy the full SHA ccf20ebView commit details -
chore(deps) Update Rust crate json-patch to v3 (#11466)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ed78f52 - Browse repository at this point
Copy the full SHA ed78f52View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ce864ce - Browse repository at this point
Copy the full SHA ce864ceView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 54cbf59 - Browse repository at this point
Copy the full SHA 54cbf59View commit details
Commits on Oct 24, 2024
-
chore(deps) Update Rust crate syn to v2.0.83 (#11473)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 516c7d9 - Browse repository at this point
Copy the full SHA 516c7d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8036c78 - Browse repository at this point
Copy the full SHA 8036c78View commit details -
chore(deps) Update dependency @types/node to v20.17.0 (#11470)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0014f9a - Browse repository at this point
Copy the full SHA 0014f9aView commit details -
chore(deps) Update Rust crate syn to v2.0.85 (#11472)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 888277e - Browse repository at this point
Copy the full SHA 888277eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8105ec - Browse repository at this point
Copy the full SHA a8105ecView commit details
Commits on Oct 27, 2024
-
fix(cli): Fix mixup of
TAURI_APP_PATH
andTAURI_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
Configuration menu - View commit details
-
Copy full SHA for ac22950 - Browse repository at this point
Copy the full SHA ac22950View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1065f63 - Browse repository at this point
Copy the full SHA 1065f63View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c43d5df - Browse repository at this point
Copy the full SHA c43d5dfView commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d25dd9e - Browse repository at this point
Copy the full SHA d25dd9eView commit details
Commits on Oct 30, 2024
-
chore(deps) Update Rust crate serde to v1.0.214 (#11540)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9f47259 - Browse repository at this point
Copy the full SHA 9f47259View commit details -
chore(deps) Update Rust crate regex to v1.11.1 (#11542)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 12ffc19 - Browse repository at this point
Copy the full SHA 12ffc19View commit details
Commits on Nov 4, 2024
-
fix: fix webview not focused by default (#11569)
* fix: fix webview not focused by default closes #10746 * fix compile * typo * fix compile again * clippy
Configuration menu - View commit details
-
Copy full SHA for 129414f - Browse repository at this point
Copy the full SHA 129414fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c33bbf4 - Browse repository at this point
Copy the full SHA c33bbf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8994b2 - Browse repository at this point
Copy the full SHA f8994b2View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 058c0db - Browse repository at this point
Copy the full SHA 058c0dbView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f37e97d - Browse repository at this point
Copy the full SHA f37e97dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4191a7a - Browse repository at this point
Copy the full SHA 4191a7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 100a445 - Browse repository at this point
Copy the full SHA 100a445View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7af01ff - Browse repository at this point
Copy the full SHA 7af01ffView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 17c6952 - Browse repository at this point
Copy the full SHA 17c6952View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 1b6b2cf - Browse repository at this point
Copy the full SHA 1b6b2cfView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 2a75c64 - Browse repository at this point
Copy the full SHA 2a75c64View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for cbc095e - Browse repository at this point
Copy the full SHA cbc095eView commit details -
feat(api): add
SERIALIZE_TO_IPC_FN
const and implement it for dpi t……ypes, add more constructors (#11191)
Configuration menu - View commit details
-
Copy full SHA for 5c4b830 - Browse repository at this point
Copy the full SHA 5c4b830View commit details
Commits on Nov 6, 2024
-
chore(deps) Update Tauri API Definitions (#11543)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0382858 - Browse repository at this point
Copy the full SHA 0382858View commit details -
chore(deps) Update Rust crate anyhow to v1.0.92 (#11594)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0a170d0 - Browse repository at this point
Copy the full SHA 0a170d0View commit details -
chore(deps) Update Rust crate syn to v2.0.87 (#11595)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e835751 - Browse repository at this point
Copy the full SHA e835751View commit details -
chore(deps) Update Rust crate anyhow to v1.0.93 (#11598)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8061fb2 - Browse repository at this point
Copy the full SHA 8061fb2View commit details -
chore(deps) Update Rust crate handlebars to v6.2.0 (dev) (#11544)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 58392a5 - Browse repository at this point
Copy the full SHA 58392a5View commit details -
chore(deps) Update Tauri Codegen (dev) (#11596)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e8c0c57 - Browse repository at this point
Copy the full SHA e8c0c57View commit details -
chore(deps) Update Tauri API Definitions (dev) (#11597)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b63353b - Browse repository at this point
Copy the full SHA b63353bView commit details -
chore(deps) Update dependency @types/node to v22 (dev) (#11545)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 15d6515 - Browse repository at this point
Copy the full SHA 15d6515View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 3781429 - Browse repository at this point
Copy the full SHA 3781429View commit details -
chore(deps) Update Tauri macOSSign (dev) (#11541)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6b3c82a - Browse repository at this point
Copy the full SHA 6b3c82aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fabc2f2 - Browse repository at this point
Copy the full SHA fabc2f2View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4d545ab - Browse repository at this point
Copy the full SHA 4d545abView commit details -
chore(deps) Update Tauri Bundler (dev) (#11601)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f550a3f - Browse repository at this point
Copy the full SHA f550a3fView commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8e8312b - Browse repository at this point
Copy the full SHA 8e8312bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bf9179 - Browse repository at this point
Copy the full SHA 6bf9179View commit details
Commits on Nov 8, 2024
-
docs: fix typos in drag&drop event.payload (#11620)
* fix: typo in drag&drop event.payload 'hover' -> 'over' * fix: another typo 'hover' -> 'over'
Configuration menu - View commit details
-
Copy full SHA for c561786 - Browse repository at this point
Copy the full SHA c561786View commit details -
fix(core): fix child webviews on macOS and Windows treated as full we…
Configuration menu - View commit details
-
Copy full SHA for 229d7f8 - Browse repository at this point
Copy the full SHA 229d7f8View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b284358 - Browse repository at this point
Copy the full SHA b284358View commit details
Commits on Nov 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 60e86d5 - Browse repository at this point
Copy the full SHA 60e86d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f6f07a - Browse repository at this point
Copy the full SHA 3f6f07aView commit details -
apply version updates (#11440)
Co-authored-by: amrbashir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86f22f0 - Browse repository at this point
Copy the full SHA 86f22f0View commit details