forked from tauri-apps/tauri
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dev #2
Merged
Merged
Update dev #2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* docs: Update Github workflow status shields * Update with name, icon and fix
…closes tauri-apps#6865 (tauri-apps#6921) * fix(core): Fix `WindowBuilder::on_navigation` handler never registerd, closes tauri-apps#6865 * clippy
* feat(cli): update android template to gradle 8.0 * update java in CI to 17 * updat to latest tauri-mobile
symlink to repo root
…) (tauri-apps#6046) Fix tauri-cli connection to dev server stucks and waits for TCP timeout.
… JS API (tauri-apps#6546) Signed-off-by: goenning <[email protected]> Apply suggestions from code review
…when bundling on Windows, fixes tauri-apps#6103 (tauri-apps#6917) * fix(bundler): ensure that there are no duplicate extension arguments during bundling on Windows (fix tauri-apps#6103) * fix(bundler): ensure that there are no duplicate extension arguments during bundling on Windows (fix tauri-apps#6103)
…loses tauri-apps#5491 (tauri-apps#6408) * feat: try_get_item() for window menu Add a method in the MenuHandle struct, that will return an Optional MenuItemHandle feat: try_get_item() for systemtray Add a method in the SystemTrayHandle struct, that will return an Optional SystemTrayMenuItemHandle docs: features documented in ./changes/minor.md fix: suggested changes fix CI * Update .changes/tray_get_item.md ---------
* chore: fix ci and cleanup leftovers 1. removed leftover feature flags 2. remove zip/extract apis which are not used anymore 3. removed leftoever scopes 4. removed leftover allowlist and updater options 5. updated the example api * remove leftover updater structs * move updater under bundle and remove uneeded options * fix cli on linux * remove create_proxy * clippy * more clippy * clippppy * readd path api * fix api example * remove window allowlist * remove window from allowlist config * remove `all` allowlist option * remove file_move * lint * fix windows build * remvoe unused deps * remvoe allowlist config option, move protocol to `security > asset_protocol` * fix diffing features * fmt and test * fix scope alias * change files * android lint * simplify allow_file impl * Revert "simplify allow_file impl" This reverts commit b8882f2. * expose scopes * remove unused error variants * protocol-asset on docs.rs * ignore reqwest on udeps --------- Co-authored-by: Lucas Nogueira <[email protected]> Co-authored-by: Lucas Nogueira <[email protected]>
* feat(bundler/NSIS): allow specifying custom lang files * add dunc as dep on all platforms * clippy * Update tooling/bundler/src/bundle/windows/nsis.rs Co-authored-by: Fabian-Lars <[email protected]> * Update core/tauri-utils/src/config.rs Co-authored-by: Fabian-Lars <[email protected]> * schema files --------- Co-authored-by: Fabian-Lars <[email protected]> Co-authored-by: Lucas Nogueira <[email protected]>
…D` flag, closes tauri-apps#6928 (tauri-apps#6935) * fix(bundler/nsis): prefill $INSTDIR with previous install path * fix(nsis): prefill $INSTDIR with previous install path and respect `/D` flag, closes tauri-apps#6928
…ect as dependency (tauri-apps#6968)
) Co-authored-by: Lucas Nogueira <[email protected]>
…apps#7662 (tauri-apps#7751) Co-authored-by: Amr Bashir <[email protected]>
Co-authored-by: lucasfernog <[email protected]>
Co-authored-by: lucasfernog <[email protected]>
…apps#7780) Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
Co-authored-by: lucasfernog <[email protected]>
…auri-apps#7785 (tauri-apps#7802) Co-authored-by: Lucas Nogueira <[email protected]>
…auri-apps#7822) Co-authored-by: Lucas Nogueira <[email protected]>
…facts (tauri-apps#7800) Co-authored-by: Amr Bashir <[email protected]>
lucasfernog-crabnebula
approved these changes
Sep 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Just rebases
dev
so we can open other PRs against it