-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Conversation
a3367ef
to
92ee2b4
Compare
9981467
to
f91a077
Compare
4cbe748
to
8f8edcd
Compare
62749bb
to
0693989
Compare
0693989
to
6feb956
Compare
6feb956
to
5baf2d9
Compare
5baf2d9
to
218c450
Compare
The merge-base changed after approval.
@@ -4019,7 +4019,7 @@ checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae" | |||
|
|||
[[package]] | |||
name = "tauri" | |||
version = "1.5.4" | |||
version = "1.6.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version = "1.6.0" | |
version = "1.5.5" |
@@ -1,5 +1,25 @@ | |||
# Changelog | |||
|
|||
## \[1.6.0] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## \[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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version = "1.6.0" | |
version = "1.5.5" |
96b7115
to
9194b7e
Compare
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) Addpriority
,section
andchangelog
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 thenon-standard-file-perm
andnon-standard-dir-perm
issue in Debian packagesDependencies
49266487
(#8618) Replacelibflate
withflate2
, 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 missingarboard
feature flag to prevent panics in wayland session.tauri
[1.6.0]
New Features
6e488378
(#8474) Re-exportUrl
type.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 JShttp
module when calling to servers that required a specific order ofFormBody
contents.8f8729d9
(#8312) On macOS, allow cancelling maximization when doubleclick happens ondata-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
[email protected]
@tauri-apps/cli
[1.5.10]
Bug Fixes
b0f27814
(#8776) Fixfail 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
[email protected]
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) Fixfail 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
[email protected]