-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update dependency @tauri-apps/cli to v2.1.0 - autoclosed #70
Conversation
|
1f54ea7
to
74ad307
Compare
74ad307
to
588b027
Compare
18851e7
to
43295ec
Compare
43295ec
to
09a07ce
Compare
09a07ce
to
8e85f71
Compare
8e85f71
to
0b619ce
Compare
0b619ce
to
1dae3a5
Compare
1dae3a5
to
bb447a1
Compare
bb447a1
to
ed8c211
Compare
ed8c211
to
c90a82c
Compare
940e4c7
to
ab33e24
Compare
ab33e24
to
e5512e7
Compare
e5512e7
to
55aada8
Compare
55aada8
to
e0f66c2
Compare
e0f66c2
to
a882d5f
Compare
a882d5f
to
5b1338b
Compare
5b1338b
to
ce8cb35
Compare
ce8cb35
to
c149f69
Compare
c149f69
to
6e56140
Compare
6e56140
to
201f469
Compare
201f469
to
897cf52
Compare
897cf52
to
e715943
Compare
e715943
to
db397b6
Compare
db397b6
to
d55dd1b
Compare
This PR contains the following updates:
2.0.0-beta.22
->2.1.0
Release Notes
tauri-apps/tauri (@tauri-apps/cli)
v2.1.0
: @tauri-apps/cli v2.1.0Compare Source
[2.1.0]
New Features
6bf917941
(#11322 by @ShaunSHamilton) Addtauri remove
to remove plugins from projects.058c0db72
(#11584 by @amrbashir) Addbundle > linux > rpm > compression
config option to control RPM bundle compression type and level.Enhancements
1f311832a
(#11405 by @amrbashir) Add more context for errors when decoding secret and public keys for signing updater artifacts.e0d1307d3
(#11414 by @Czxck001) Migrate the$schema
Tauri configuration to the v2 format.c43d5df15
(#11512 by @lucasfernog) Associate a newly created capability file with themain
window on thetauri add
andtauri permission add
commands.Bug Fixes
7af01ff2c
(#11523 by @amrbashir) Fixtauri migrate
failing to install NPM depenencies when running from Deno.100a4455a
(#11529 by @amrbashir) Fix detecting yarn berry (v2 and higher) in various tauri cli commands.60e86d5f6
(#11624 by @lucasfernog) Use the public network IP address onandroid dev
by default on Windows.Dependencies
[email protected]
v2.0.4
: @tauri-apps/cli v2.0.4Compare Source
[2.0.4]
Enhancements
e4c9268b1
(#11258 by @regexident) Support custom project directory structure where the Tauri app folder is not a subfolder of the frontend project.The frontend and Tauri app project paths can be set with the
TAURI_FRONTEND_PATH
and theTAURI_APP_PATH
environment variables respectively.Dependencies
[email protected]
v2.0.3
: tauri-build v2.0.3Compare Source
Cargo Audit
[2.0.3]
Dependencies
[email protected]
[email protected]
Cargo Publish
v2.0.2
: @tauri-apps/api v2.0.2Compare Source
PNPM Audit
[2.0.2]
What's Changed
e968b3d25
(#11219 by @lucasfernog) Actually publish package with the latest tag.PNPM Publish
v2.0.1
: @tauri-apps/api v2.0.1Compare Source
PNPM Audit
[2.0.1]
What's Changed
be683e2ac
(#11199 by @lucasfernog) Publish package with the latest NPM tag.PNPM Publish
v2.0.0
: @tauri-apps/cli v2.0.0Compare Source
[2.0.0]
What's Changed
637285790
Promote to v2 stable!Dependencies
[email protected]
v2.0.0-rc.18
: @tauri-apps/cli v2.0.0-rc.18Compare Source
[2.0.0-rc.18]
Enhancements
a08e6ffa6
(#11185 by @lucasfernog) Enhance port forwarding onandroid dev
to be more resilient and tolerate delays when booting up devices.6cfe7edf6
(#11186 by @lucasfernog) Retain logger verbosity on theandroid-studio-script
andxcode-script
commands.60a5aea53
(#11181 by @lucasfernog) Set theTRUNK_SERVE_ADDRESS
environment variable when running on iOS physical devices to support Trunk.Bug Fixes
f5d61822b
(#11184 by @lucasfernog) Fix iOS application not including the provided capabilities (entitlements).Dependencies
[email protected]
v2.0.0-rc.17
: @tauri-apps/cli v2.0.0-rc.17Compare Source
[2.0.0-rc.17]
New Features
a944b9b05
(#11118 by @amrbashir) Add--github-workflows
flag fortauri plugin new/init
.f57a729cd
(#11039 by @amrbashir) Addtauri inspect wix-upgrade-code
to print default Upgrade Code for your MSI installer derived fromproductName
.Bug Fixes
62b52f60a
(#11064 by @amrbashir) Fixtauri add
failing to add NPM depenency withnpm
package manager.56e087471
(#11100 by @lucasfernog) Fix iOS xcode-script usage withbun
.b88e22a5f
(#11063 by @FabianLars) The cli now only sets the iOS deployment target environment variable when building for iOS.8d22c0c81
(#11101 by @lucasfernog) Only modify the iOS Xcode project "sign style" if we need to enforce manual signing.df24cb944
(#11168 by @lucasfernog) Fixes Xcode pbxproj file parsing not expecting_
in build configuration IDs.Dependencies
[email protected]
Breaking Changes
a944b9b05
(#11118 by @amrbashir)tauri plugin init/new
will no longer generate a.github
directory with workflows by default, instead use the new--github-workflows
flag.v2.0.0-rc.16
: @tauri-apps/cli v2.0.0-rc.16Compare Source
[2.0.0-rc.16]
New Features
9bb8fc618
(#11030 by @amrbashir) Add--no-example
flag fortauri plugin new
andtauri plugin init
to disable creation of an example project.Dependencies
[email protected]
v2.0.0-rc.15
: @tauri-apps/cli v2.0.0-rc.15Compare Source
[2.0.0-rc.15]
Enhancements
5a0e922d4
(#11007 by @lucasfernog) Automatically discover thesrc-tauri/src/main.rs
binary when it is not explicitly defined in the Cargo manifest bin array.Bug Fixes
94e9d476e
(#11011 by @amrbashir) Fixmain_binary_name
in custom wix and nsis templates including.exe
Dependencies
[email protected]
v2.0.0-rc.14
: @tauri-apps/cli v2.0.0-rc.14Compare Source
[2.0.0-rc.14]
Enhancements
6c5340f8b
(#11004 by @lucasfernog) Added thelog
plugin to the app template, which is required to visualize logs on Android and iOS.3ad2427dc
(#10961 by @lucasfernog) Only render app logs on iOS unless-vv
is provided to theios dev
command.Dependencies
[email protected]
v2.0.0-rc.13
: @tauri-apps/cli v2.0.0-rc.13Compare Source
[2.0.0-rc.13]
Bug Fixes
a5848af65
(#10944 by @lucasfernog) Synchronize app version (tauri.conf.json > version
orCargo.toml > package > version
) with theCFBundleVersion
andCFBundleShortVersionString
Info.plist values.Dependencies
[email protected]
v2.0.0-rc.12
: @tauri-apps/cli v2.0.0-rc.12Compare Source
[2.0.0-rc.12]
Dependencies
[email protected]
v2.0.0-rc.11
: @tauri-apps/cli v2.0.0-rc.11Compare Source
[2.0.0-rc.11]
Enhancements
9c9644d15
(#10845 by @lucasfernog) Enhance iOS library validation, checking libs built with link time optimization.Bug Fixes
b42683592
(#10847 by @lucasfernog) Fixesios build --target [aarch64-sim | x86_64]
failing to generate the app bundle for the iOS simulator.Dependencies
[email protected]
v2.0.0-rc.10
: @tauri-apps/cli v2.0.0-rc.10Compare Source
[2.0.0-rc.10]
Bug Fixes
6faa03276
(#10854 by @lucasfernog) Fixes iOS code signing failing on CI due to a missing development certificate.Dependencies
[email protected]
v2.0.0-rc.9
: @tauri-apps/cli v2.0.0-rc.9Compare Source
[2.0.0-rc.9]
Bug Fixes
5af1f5dec
(#10851 by @lucasfernog) Fixesios build
failing to build iOS app in CI when using an API key for automatic signing.Dependencies
[email protected]
v2.0.0-rc.8
: @tauri-apps/cli v2.0.0-rc.8Compare Source
[2.0.0-rc.8]
New Features
91e9e784a
(#10729 by @amrbashir) Add plugins information intauri info
output09e9dc1aa
(#10752 by @lucasfernog) Allow Xcode to manage iOS code sign and provisioning profiles by default.On CI, the
APPLE_API_KEY
,APPLE_API_ISSUER
andAPPLE_API_KEY_PATH
environment variables must be provided for authentication.Enhancements
3a4972b39
(#10793 by @lucasfernog) Include architecture in thetauri info
output.fd68b7fde
(#10785 by @lucasfernog) Remove the.cargo/config
file creation that used to fix mobile build caches.f67a9eb6d
(#10802 by @lucasfernog) Synchronize identifier, development team and lib name with the iOS Xcode project.Bug Fixes
83ed090bf
(#10790 by @lucasfernog) Do not quitios dev
andandroid dev
process when we fail to attach the logger.2d31aef75
(#10751 by @lucasfernog) Ensure gradlew is executable and does not use CRLF so it can be used on UNIX systems.02b2f964a
(#10795 by @lucasfernog) Fix theadd
command NPM version specifier for known plugins from2.0.0-rc
(unknown version requirement) to^2.0.0-rc
.84070bae9
(#10792 by @lucasfernog) Fixtauri plugin ios init
not generating the iOS folder.edb2ca31f
(#10794 by @lucasfernog) Migrate v1 plugins NPM packages.9718dc9e8
(#10791 by @lucasfernog) Reintroduce thetargetSdk
value in the Android application template.What's Changed
fb6bf3142
(#10763 by @rdlabo) Update plugin template Android code to match documentation on Android package ID usage.Dependencies
[email protected]
Breaking Changes
073bb4f45
(#10772 by @lucasfernog) Removed the deprecatedwebview_fixed_runtime_path
config option, use thewebview_install_mode
instead.v2.0.0-rc.7
: @tauri-apps/cli v2.0.0-rc.7Compare Source
[2.0.0-rc.7]
Enhancements
da8c9a7d3
(#10669 by @lucasfernog) Modify both ExportOptions.plist and project.pbxproj to reflect changes for theIOS_CERTIFICATE
,IOS_CERTIFICATE_PASSWORD
andIOS_MOBILE_PROVISION
environment variables.Bug Fixes
793ee0531
(#10700 by @lucasfernog) Allow hyphens and underscores on app identifiers.da8c9a7d3
(#10669 by @lucasfernog) Synchronize Xcode project changes with the ExportOptions.plist file soios build
calls can work with code signing changes made in Xcode.What's Changed
f4d5241b3
(#10731 by @amrbashir) Update documentation icon path.Dependencies
[email protected]
Breaking Changes
da8c9a7d3
(#10669 by @lucasfernog) TheIOS_CERTIFICATE
,IOS_CERTIFICATE_PASSWORD
andIOS_MOBILE_PROVISION
environment variables are now read by theios build
command instead ofios init
.v2.0.0-rc.6
: @tauri-apps/api v2.0.0-rc.6Compare Source
PNPM Audit
[2.0.0-rc.6]
New Features
9014a3f17
(#11066 by @amrbashir) AddWebviewWindow.clearAllBrowsingData
andWebview.clearAllBrowsingData
to clear the webview browsing data.95df53a2e
(#11143 by @Legend-Master) Add the ability to set theme dynamically usingWindow.setTheme
orsetTheme
function from theapp
moduled9d2502b4
(#11140 by @amrbashir) AddWebview.hide
andWebview.show
methods.de7414aab
(#11154 by @amrbashir) AddWindow::setEnabled
andWindow::isEnabled
methodsBug Fixes
948772a65
(#11114 by @lucasfernog) Change the `butConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.