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

Apply Version Updates From Current Changes #3634

Merged
merged 1 commit into from
Mar 28, 2022
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 8, 2022

Version Updates

Merging this PR will release new versions of the following packages based on your change files.

api

[1.0.0-rc.3]

  • Properly define the appWindow type.
  • Added Temp to the BaseDirectory enum.
    • 266156a0 feat(core): add BaseDirectory::Temp and $TEMP variable (#3763) on 2022-03-24

tauri-utils

[1.0.0-rc.4]

  • Added an option to disable the CSP injection of distributable assets nonces and hashes.

    • f6e32ee1 feat(core): add dangerous option to disable compile time CSP injection (#3775) on 2022-03-28
  • Use the default value for MacConfig.minimumSystemVersion if the value is set to an empty string.

    • c81534eb feat(cli): use default macOS minimum system version when it is empty (#3658) on 2022-03-13
  • Replace multiple dependencies who's C code compiled concurrently and caused
    the other ones to bloat compile time significantly.

  • zstd -> brotli

  • blake3 -> a vendored version of the blake3 reference

  • ring -> getrandom

See #3773 for more information about
these specific choices.

  • 8661e3e2 replace dependencies with long build times when used together (closes #3571) (#3773) on 2022-03-27

tauri-bundler

[1.0.0-rc.4]

  • Fixes DMG bundling on macOS 12.3.
    • 348a1ab5 fix(bundler): DMG bundling on macOS 12.3 cannot use bless, closes #3719 (#3721) on 2022-03-18

tauri-runtime

[0.3.4-rc.0]

  • Added close_devtools and is_devtools_open APIs to the Dispatch trait.
  • Breaking change: The MenuItem::About variant is now associated with a tuple value (String, AboutMetadata).
    • 5fb74332 chore(deps): update wry to 0.14, tao to 0.7 (#3790) on 2022-03-28
  • Support window parenting on macOS
  • The file drop event is now part of the WindowEvent enum instead of a having a dedicated handler.
  • Breaking change: Use the dedicated WindowEvent enum on RunEvent.
    • edad9f4f refactor(core): add RunEvent::WindowEvent (#3793) on 2022-03-28
  • Added create_proxy to the Runtime and RuntimeHandle traits.
    • 5d538ec2 refactor(core): use the event loop proxy to send updater events (#3687) on 2022-03-15
  • Force Error boxed errors to be Sync.
    • da1e8793 feat(core): improve and cleanup the Error enum (#3748) on 2022-03-22
  • Breaking change: Move the FileDropEvent struct to the window module.
  • Allow specifying a user event type for the event loop message.
    • 5d538ec2 refactor(core): use the event loop proxy to send updater events (#3687) on 2022-03-15
  • Added the WindowEvent::FileDrop variant.

tauri-runtime-wry

[0.3.4-rc.0]

  • Added close_devtools and is_devtools_open APIs to the Dispatch trait.
  • Emit RunEvent::Exit on tao::event::Event::LoopDestroyed instead of after RunEvent::ExitRequested.
    • 3c4ee7c9 refactor(wry): emit RunEvent::Exit on Event::LoopDestroyed (#3785) on 2022-03-27
  • Breaking change: The MenuItem::About variant is now associated with a tuple value (String, AboutMetadata).
    • 5fb74332 chore(deps): update wry to 0.14, tao to 0.7 (#3790) on 2022-03-28
  • Support window parenting on macOS
  • The file drop event is now part of the WindowEvent enum instead of a having a dedicated handler.
  • Breaking change: Use the dedicated WindowEvent enum on RunEvent.
    • edad9f4f refactor(core): add RunEvent::WindowEvent (#3793) on 2022-03-28
  • Added create_proxy to the Runtime and RuntimeHandle traits.
    • 5d538ec2 refactor(core): use the event loop proxy to send updater events (#3687) on 2022-03-15
  • Allow specifying a user event type for the event loop message.
    • 5d538ec2 refactor(core): use the event loop proxy to send updater events (#3687) on 2022-03-15
  • Use a random window id instead of tao::window::WindowId to not block the thread waiting for the event loop to process the window creation.
    • 7cd39c70 refactor(core): use random window id to simplify window creation, closes #3645 #3597 (#3684) on 2022-03-15
  • Update wry to 0.14 and tao to 0.7.
    • f2d24ef2 chore(deps): update wry (#1482) on 2021-04-14
    • e267ebf1 Apply Version Updates From Current Changes (#1486) on 2021-04-14
    • 5fb74332 chore(deps): update wry to 0.14, tao to 0.7 (#3790) on 2022-03-28
  • Added the WindowEvent::FileDrop variant.

tauri-codegen

[1.0.0-rc.4]

  • Added an option to disable the CSP injection of distributable assets nonces and hashes.

    • f6e32ee1 feat(core): add dangerous option to disable compile time CSP injection (#3775) on 2022-03-28
  • Replace multiple dependencies who's C code compiled concurrently and caused
    the other ones to bloat compile time significantly.

  • zstd -> brotli

  • blake3 -> a vendored version of the blake3 reference

  • ring -> getrandom

See #3773 for more information about
these specific choices.

  • 8661e3e2 replace dependencies with long build times when used together (closes #3571) (#3773) on 2022-03-27

tauri-macros

[1.0.0-rc.4]

  • Replace multiple dependencies who's C code compiled concurrently and caused
    the other ones to bloat compile time significantly.

  • zstd -> brotli

  • blake3 -> a vendored version of the blake3 reference

  • ring -> getrandom

See #3773 for more information about
these specific choices.

  • 8661e3e2 replace dependencies with long build times when used together (closes #3571) (#3773) on 2022-03-27

tauri-build

[1.0.0-rc.5]

  • Print error context on the build panic.
    • 49546c52 feat(build): print error context (#3644) on 2022-03-09

tauri

[1.0.0-rc.5]

  • Added updater_target method to the Builder struct.

    • 579312f8 feat(updater): separate intel and apple silicon targets, closes #3359 (#3739) on 2022-03-23
  • Added an option to disable the CSP injection of distributable assets nonces and hashes.

    • f6e32ee1 feat(core): add dangerous option to disable compile time CSP injection (#3775) on 2022-03-28
  • Toggle devtools when Ctrl + Shift + I or Command + Option + I is pressed.

  • Use asynchronous file dialog on macOS and Windows to properly set the parent window.

  • The Error enum is now Send + Sync.

    • da1e8793 feat(core): improve and cleanup the Error enum (#3748) on 2022-03-22
  • Do not allow path traversal on the asset protocol.

    • 34a402f9 fix(core): do not allow path traversal on the asset protocol (#3774) on 2022-03-27
  • Properly apply the CSP when loading a route that fallbacks to index.html.

    • bcd43168 fix(core): properly add CSP header to fallback routes (#3641) on 2022-03-08
  • Fix CSP usage on Linux when changing it via the on_web_resource_request handler.

    • f5efc248 fix(core): runtime CSP changes on Linux on 2022-03-07
  • Improved the updater response validation and error messages.

    • dbc2873e feat(updater): improve validation and error messages, closes #3761 (#3780) on 2022-03-27
  • Breaking change: The MenuItem::About variant is now associated with a tuple value (String, AboutMetadata).

    • 5fb74332 chore(deps): update wry to 0.14, tao to 0.7 (#3790) on 2022-03-28
  • Replace multiple dependencies who's C code compiled concurrently and caused
    the other ones to bloat compile time significantly.

  • zstd -> brotli

  • blake3 -> a vendored version of the blake3 reference

  • ring -> getrandom

See #3773 for more information about
these specific choices.

  • 8661e3e2 replace dependencies with long build times when used together (closes #3571) (#3773) on 2022-03-27
  • Breaking change: The Window::hwnd method now returns HWND from windows-rs crate instead of c_void on Windows.
  • Support window parenting on macOS
  • Breaking change: The updater default targets have been renamed to include better support for different architectures.
    • 579312f8 feat(updater): separate intel and apple silicon targets, closes #3359 (#3739) on 2022-03-23
  • Breaking change: Removed RunEvent::CloseRequested and RunEvent::WindowClosed and added RunEvent::WindowEvent.
    • edad9f4f refactor(core): add RunEvent::WindowEvent (#3793) on 2022-03-28
  • Breaking change: Removed window_label from RunEvent::ExitRequested.
    • 9ddf8d84 fix(core): properly fire WindowEvent::Destroyed, closes #3688 (#3778) on 2022-03-28
  • Breaking change: The tauri:// events are no longer emitted to listeners using Window::listen. Use the App::run closure, Window::on_window_event and Window::on_menu_event instead.
    • 5d538ec2 refactor(core): use the event loop proxy to send updater events (#3687) on 2022-03-15
  • The App::setup closure can now return a boxed error directly.
    • da1e8793 feat(core): improve and cleanup the Error enum (#3748) on 2022-03-22
  • Implement Debug for tauri::State.
  • Breaking change: The Manager::manage function now returns a bool indicating whether the type is already managed or not.
    • 263b45e1 refactor(core): return boolean on Manager::manage (#3682) on 2022-03-13
  • Set the Access-Control-Allow-Origin header on the tauri protocol response with the initial webview URL as value.
    • 1730b1a5 feat(core): enable CORS on the tauri protocol (#3750) on 2022-03-22
  • Breaking change: The tauri_runtime crate is no longer exported since its API is not stable.
    • 1099a969 refactor(core): do not export tauri_runtime on tauri (#3749) on 2022-03-22
  • Added Temp to the BaseDirectory enum.
    • 266156a0 feat(core): add BaseDirectory::Temp and $TEMP variable (#3763) on 2022-03-24
  • Added $TEMP to the allowed variables to the filesystem and asset protocol scopes.
    • 266156a0 feat(core): add BaseDirectory::Temp and $TEMP variable (#3763) on 2022-03-24
  • Update wry to 0.14 and tao to 0.7.
    • f2d24ef2 chore(deps): update wry (#1482) on 2021-04-14
    • e267ebf1 Apply Version Updates From Current Changes (#1486) on 2021-04-14
    • 5fb74332 chore(deps): update wry to 0.14, tao to 0.7 (#3790) on 2022-03-28
  • Added updater method to App and AppHandle, a builder to check for app updates.
    • 4094494a feat(core): add API to manually trigger updater check (#3712) on 2022-03-17
    • c64268f9 feat(updater): expose builder, allow setting a custom version checker (#3792) on 2022-03-28
  • Allow using a custom updater version checker via App::updater().should_install().
    • c64268f9 feat(updater): expose builder, allow setting a custom version checker (#3792) on 2022-03-28
  • Added download progress events to the updater.
    • f0db3f9b feat(updater): add download progress events (#3734) on 2022-03-18
  • Send updater events to the App::run closure.
    • 5d538ec2 refactor(core): use the event loop proxy to send updater events (#3687) on 2022-03-15
  • Run the updater on startup even if no window was created.
    • c4ca80f9 feat(core): use AppHandle instead of Window on the updater logic (#3702) on 2022-03-15
  • Properly fire the window destroyed event.
    • 9ddf8d84 fix(core): properly fire WindowEvent::Destroyed, closes #3688 (#3778) on 2022-03-28
  • Added close_devtools and is_devtools_open APIs to the Window struct.
  • Added the WindowEvent::FileDrop variant.
  • Added a configuration flag for disallowing install downgrades on Windows.
    Breaking change: The default behavior on Windows is now to allow downgrades.
    • 8b807e09 refactor(bundler): allow downgrades, add option to disallow on Windows (#3777) on 2022-03-27

cli.js

[1.0.0-rc.8]

  • Allows the tauri.conf.json file to be git ignored on the path lookup function.
    • cc7c2d77 feat(cli): allow conf path to be gitignored, closes #3636 (#3683) on 2022-03-13
  • Remove minimumSystemVersion: null from the application template configuration.
    • c81534eb feat(cli): use default macOS minimum system version when it is empty (#3658) on 2022-03-13
  • Improve readability of the info subcommand output.
  • Fixes DMG bundling on macOS 12.3.
    • 348a1ab5 fix(bundler): DMG bundling on macOS 12.3 cannot use bless, closes #3719 (#3721) on 2022-03-18
  • Fixes resources bundling on Windows when the path is on the root of the Tauri folder.
    • 4c84559e fix(cli): root resource bundling on Windows, closes #3539 (#3685) on 2022-03-13

cli.rs

[1.0.0-rc.8]

  • Allows the tauri.conf.json file to be git ignored on the path lookup function.
    • cc7c2d77 feat(cli): allow conf path to be gitignored, closes #3636 (#3683) on 2022-03-13
  • Remove minimumSystemVersion: null from the application template configuration.
    • c81534eb feat(cli): use default macOS minimum system version when it is empty (#3658) on 2022-03-13
  • Improve readability of the info subcommand output.
  • Properly terminate the beforeDevCommand process.
    • 94d78efb fix(cli.rs): terminate the beforeDevCommand, closes #2794 (#2883) on 2022-03-27
  • Fixes DMG bundling on macOS 12.3.
    • 348a1ab5 fix(bundler): DMG bundling on macOS 12.3 cannot use bless, closes #3719 (#3721) on 2022-03-18
  • Fixes resources bundling on Windows when the path is on the root of the Tauri folder.
    • 4c84559e fix(cli): root resource bundling on Windows, closes #3539 (#3685) on 2022-03-13

@github-actions github-actions bot requested a review from a team March 8, 2022 00:05
@github-actions github-actions bot requested a review from a team as a code owner March 8, 2022 00:05
@github-actions github-actions bot force-pushed the release/version-updates branch 2 times, most recently from d1306aa to 1c3bd1d Compare March 8, 2022 19:40
@github-actions github-actions bot requested a review from a team March 8, 2022 19:40
@github-actions github-actions bot force-pushed the release/version-updates branch 10 times, most recently from 31898f1 to b621a0b Compare March 13, 2022 14:28
@github-actions github-actions bot requested a review from a team March 13, 2022 14:28
@github-actions github-actions bot force-pushed the release/version-updates branch 13 times, most recently from 5350eb3 to f49566e Compare March 17, 2022 13:21
@github-actions github-actions bot force-pushed the release/version-updates branch 25 times, most recently from 3f0650c to bd4195e Compare March 28, 2022 17:03
@github-actions github-actions bot requested a review from a team March 28, 2022 17:28
@lucasfernog lucasfernog merged commit 7a814fc into dev Mar 28, 2022
@lucasfernog lucasfernog deleted the release/version-updates branch March 28, 2022 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant