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 (v1) #7261

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 19, 2023

Version Updates

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

@tauri-apps/api

[1.5.0]

New Features

Enhancements

  • 58d6b899(#7636) Add append option to FsOptions in the fs JS module, used in writeTextFile and writeBinaryFile, to be able to append to existing files instead of overwriting it.

Bug Fixes

  • 2eab1505(#7394) Fix Body.form static not reading and sending entries of type Blob (including subclasses such as File)

tauri-utils

[1.5.0]

New Features

  • 4dd4893d(#5950) Allow specifying resources as a map specifying source and target paths.

Enhancements

  • 9aa34ada(#7645) Add setting to switch to http://<scheme>.localhost/ for custom protocols on Windows.

Bug Fixes

  • a6b52e44(#6519) Fix io::read_line not including the new line character \n.

Security fixes

  • eeff1784(#7367) Changed HTML implementation from unmaintained kuchiki to kuchikiki.

tauri-bundler

[1.4.0]

New Features

  • 4dd4893d(#5950) Allow using a resource map instead of a simple array in BundleSettings::resources_map.

Enhancements

  • 764968ab(#7398) Sign NSIS uninstaller as well.

  • 2f8881c0(#7775) Read the APPLE_TEAM_ID environment variable for macOS notarization arguments.

  • cb1d4164(#7487) On Windows, code sign the application binaries before trying to create the WiX and NSIS bundles to always sign the executables even if no bundle types are enabled.

    On Windows, code sign the sidecar binaries if they are not signed already.

  • 57f73f1b(#7486) On Windows, NSIS installer will write webview2 installer file to the well-known temp dir instead of the install dir, so we don't pollute the install dir.

  • a7777ff4(#7626) Added Bulgarian language support to the NSIS bundler.

  • e3bfb014(#7776) Add compression configuration option under tauri > bundle > windows > nsis.

Bug Fixes

  • 46df2c9b(#7360) Fix bundler skipping updater artifacts if updater target shows before other updater-enabled targets in the list, see #7349.
  • 2d35f937(#7481) Fix bundler skipping updater artifacts if only a macOS DMG bundle target is specified.
  • dcdbe3eb(#7774) Remove extended attributes on the macOS app bundle using xattr -cr $PATH.
  • dcdbe3eb(#7774) Code sign sidecars and frameworks on macOS.
  • eba8e131(#7386) On Windows, fix installation packages not showing correct copyright information.
  • 32218a6f(#7326) On Windows, fix NSIS installer identifying a previous NSIS-installed app as WiX-installed app and then fails to uninstall it.
  • ca977f4b(#7591) On Windows, Fix NSIS uninstaller deleting the wrong application data if the delete the application data checkbox is checked.
  • 0ae53f41(#7361) On Windows, fix NSIS installer showing an error dialog even when the previous version was uninstalled sucessfully.
  • 09f7f57e(#7711) On Windows, fix NSIS installer trying to kill itself if the installer file name and the app productName are the same.
  • 6e36ebbf(#7342) On Windows, fix NSIS uninstaller failing to remove Start Menu shortcut if perMachine mode is used.

Dependencies

Breaking Changes

  • 964d81ff(#7616) The macOS notarization now uses notarytool as altool will be discontinued on November 2023. When authenticating with an API key, the key .p8 file path must be provided in the APPLE_API_KEY_PATH environment variable. To prevent a breaking change, we will try to find the key path in the altool default search paths.

tauri-runtime

[0.14.1]

Enhancements

  • 9aa34ada(#7645) Add setting to switch to http://<scheme>.localhost/ for custom protocols on Windows.

Dependencies

tauri-runtime-wry

[0.14.1]

Enhancements

  • 9aa34ada(#7645) Add setting to switch to http://<scheme>.localhost/ for custom protocols on Windows.

Bug Fixes

  • 4bf1e85e(#7722) Properly respect the focused option when creating the webview.

Dependencies

tauri-codegen

[1.4.1]

Dependencies

tauri-macros

[1.4.1]

Dependencies

tauri-build

[1.4.1]

Bug Fixes

  • 5ecb46b3(#7773) Automatically set rpath on macOS if frameworks are bundled and copy frameworks to src-tauri/target/Frameworks for usage in development.
  • 290e366a(#7419) Correctly copy the WebView2 runtime in development when webviewInstallMode is used instead of webviewFixedRuntimePath.

Dependencies

tauri

[1.5.0]

New Features

  • eeb6be54(#7512) Add tauri::Manager::emit_filter and only serialize once when emitting to multiple windows.
  • 6c408b73(#7269) Add option to specify notification sound.
  • fdaee9a5(#7350) Add tauri::plugin::Builder::register_uri_scheme_protocol
  • 10e362d0(#7432) Added UpdateBuilder::endpoints to add request endpoints at runtime.
  • 10e362d0(#7432) Added UpdateResponse::header and UpdateResponse::remove_header to modify the update download request headers.

Enhancements

  • 757e959e(#7344) Open links externally when <base target="_blank" /> exists
  • c9827338(#7416) Enhance readDir API error with path information.
  • 58d6b899(#7636) Add append option to FsOptions in the fs JS module, used in writeTextFile and writeBinaryFile, to be able to append to existing files instead of overwriting it.
  • 9aa34ada(#7645) Add setting to switch to http://<scheme>.localhost/ for custom protocols on Windows.

Bug Fixes

  • 4bf1e85e(#7722) Properly respect the focused option when creating the webview.
  • 0797a002(#7746) On macOS, fixed tapping on custom title bar doesn't maximize the window.
  • 1a3dcdb8(#7185) On Windows, fix NSIS installers requiring administrator rights failing to be launched by updater.
  • fa7f9b77(#7341) Fix updater not following endpoint redirects.
  • 6fbd6dba(#17) Fix the validation of std::env::current_exe warn the user if AppImage is not mounted instead of panicking

Dependencies

@tauri-apps/cli

[1.5.0]

New Features

Enhancements

  • 13279917(#7713) Add version of Rust Tauri CLI installed with Cargo to tauri info command.

Bug Fixes

  • dad4f54e(#7277) Removed the automatic version check of the CLI that ran after tauri commands which caused various issues.

Dependencies

tauri-cli

[1.5.0]

New Features

Enhancements

  • 13279917(#7713) Add version of Rust Tauri CLI installed with Cargo to tauri info command.

Bug Fixes

  • dad4f54e(#7277) Removed the automatic version check of the CLI that ran after tauri commands which caused various issues.

Dependencies

tauri-driver

[0.1.3]

What's Changed

  • 9edebbba(#7475) Update locked dependencies to fix a Windows build issue when using them with a recent Rust compiler.
  • 9edebbba(#7475) Bump minimum Rust version to 1.60 to be in line with the rest of the Tauri project.

@github-actions github-actions bot requested a review from a team as a code owner June 19, 2023 17:32
@github-actions github-actions bot force-pushed the release/version-updates-v1 branch 6 times, most recently from 116763b to 8266c94 Compare June 21, 2023 11:54
@github-actions github-actions bot force-pushed the release/version-updates-v1 branch 3 times, most recently from c0f9594 to 7cb89c6 Compare July 5, 2023 20:43
@github-actions github-actions bot force-pushed the release/version-updates-v1 branch 18 times, most recently from 90836f5 to 1867c20 Compare July 13, 2023 21:52
@github-actions github-actions bot force-pushed the release/version-updates-v1 branch from 1867c20 to e948e6f Compare July 24, 2023 13:04
@github-actions github-actions bot force-pushed the release/version-updates-v1 branch 3 times, most recently from 5e06e15 to 2959bd9 Compare July 28, 2023 13:10
@github-actions github-actions bot force-pushed the release/version-updates-v1 branch 3 times, most recently from 6435b23 to 9e91581 Compare September 15, 2023 15:29
@github-actions github-actions bot force-pushed the release/version-updates-v1 branch 2 times, most recently from 4dc3a13 to 60566cf Compare September 26, 2023 18:11
@lucasfernog lucasfernog force-pushed the release/version-updates-v1 branch from 60566cf to ab773be Compare September 28, 2023 12:50
@github-actions github-actions bot force-pushed the release/version-updates-v1 branch 2 times, most recently from 4827c48 to 4f87653 Compare September 28, 2023 14:30
@lucasfernog lucasfernog force-pushed the release/version-updates-v1 branch from 4f87653 to ab8504c Compare September 28, 2023 14:31
@lucasfernog lucasfernog merged commit 0af553d into 1.x Sep 28, 2023
@lucasfernog lucasfernog deleted the release/version-updates-v1 branch September 28, 2023 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🔎 In audit
Development

Successfully merging this pull request may close these issues.

1 participant