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) #8475

Merged
merged 3 commits into from
Feb 18, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 27, 2023

Version Updates

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

tauri-bundler

[1.5.0]

New Features

  • 7aa30dec(#8620) Add priority, section and changelog options in Debian config.
  • 89911296(#8259) On macOS, support for signing nested .dylib, .app, .xpc and .framework under predefined directories inside the bundled frameworks ("MacOS", "Frameworks", "Plugins", "Helpers", "XPCServices" and "Libraries").
  • 8ce51cec(#7718) On Windows, NSIS installer now supports /ARGS flag to pass arguments to be used when launching the app after installation, only works if /R is used.

Enhancements

  • 06890c70(#8611) Support using socks proxy from environment when downloading files.

Bug Fixes

  • 6bdba1f3(#8585) Fix the non-standard-file-perm and non-standard-dir-perm issue in Debian packages

Dependencies

  • 49266487(#8618) Replace libflate with flate2 , this will help to provide additional functionalities and features.

tauri-runtime-wry

[0.14.4]

Bug Fixes

  • 24210735(#8117) Fixes a crash on macOS when accessing the windows map.
  • 510b6226(#8822) Add missing arboard feature flag to prevent panics in wayland session.

tauri

[1.6.0]

New Features

Enhancements

  • 8ce51cec(#7718) On Windows, retain command line args when relaunching the app after an update. Supports NSIS and WiX (without elevated update task).

Bug Fixes

  • cc3d8e77(#8539) Fixes a deadlock when reading a stdout or stderr line returns an error.
  • b546b42d(#8577) Preserve the order of JS object/map keys in IPC calls. This also fixes issues with the JS http module when calling to servers that required a specific order of FormBody contents.
  • 8f8729d9(#8312) On macOS, allow cancelling maximization when doubleclick happens on data-tauri-drag-region by simply keeping the left moust button pressed and then moving the mouse away of the starting position of the click, which is consistent with the native behavior of macOS.

Dependencies

@tauri-apps/cli

[1.5.10]

Bug Fixes

  • b0f27814(#8776) Fix fail to rename app when using --profile dev.
  • 0bff8c32(#8697) Fix the built-in dev server failing to serve files when URL had queries ? and other url components.
  • 67d7877f(#8520) The cli now also watches cargo workspace members if the tauri folder is the workspace root.

Dependencies

tauri-cli

[1.5.10]

New Features

  • 89911296(#8259) On macOS, support for signing nested .dylib, .app, .xpc and .framework under predefined directories inside the bundled frameworks ("MacOS", "Frameworks", "Plugins", "Helpers", "XPCServices" and "Libraries").

Bug Fixes

  • b0f27814(#8776) Fix fail to rename app when using --profile dev.
  • 0bff8c32(#8697) Fix the built-in dev server failing to serve files when URL had queries ? and other url components.
  • 67d7877f(#8520) The cli now also watches cargo workspace members if the tauri folder is the workspace root.

Dependencies

@github-actions github-actions bot requested a review from a team as a code owner December 27, 2023 16:19
@github-actions github-actions bot force-pushed the release/version-updates-v1 branch from a3367ef to 92ee2b4 Compare December 27, 2023 16:19
@github-actions github-actions bot force-pushed the release/version-updates-v1 branch 2 times, most recently from 9981467 to f91a077 Compare January 10, 2024 19:25
@github-actions github-actions bot force-pushed the release/version-updates-v1 branch 5 times, most recently from 4cbe748 to 8f8edcd Compare January 17, 2024 02:35
@github-actions github-actions bot force-pushed the release/version-updates-v1 branch from 62749bb to 0693989 Compare February 14, 2024 02:33
@amrbashir amrbashir force-pushed the release/version-updates-v1 branch from 0693989 to 6feb956 Compare February 14, 2024 02:35
amrbashir
amrbashir previously approved these changes Feb 14, 2024
@amrbashir amrbashir force-pushed the release/version-updates-v1 branch from 5baf2d9 to 218c450 Compare February 14, 2024 03:04
amrbashir
amrbashir previously approved these changes Feb 14, 2024
@amrbashir amrbashir dismissed their stale review February 14, 2024 03:06

The merge-base changed after approval.

@@ -4019,7 +4019,7 @@ checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"

[[package]]
name = "tauri"
version = "1.5.4"
version = "1.6.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
version = "1.6.0"
version = "1.5.5"

@@ -1,5 +1,25 @@
# Changelog

## \[1.6.0]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## \[1.6.0]
## \[1.5.5]

@@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"
name = "tauri"
readme = "README.md"
repository = "https://github.com/tauri-apps/tauri"
version = "1.5.4"
version = "1.6.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
version = "1.6.0"
version = "1.5.5"

@lucasfernog lucasfernog force-pushed the release/version-updates-v1 branch from 96b7115 to 9194b7e Compare February 18, 2024 21:55
@lucasfernog lucasfernog merged commit b735b67 into 1.x Feb 18, 2024
38 checks passed
@lucasfernog lucasfernog deleted the release/version-updates-v1 branch February 18, 2024 22:31
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.

2 participants