Merge remote-tracking branch 'origin/dev' into next (#7067)

Co-authored-by: wusyong <wusyong@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: Simon Hyll <hyllsimon@gmail.com>
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: chip <chip@chip.sh>
Co-authored-by: Raphii <iam@raphii.co>
Co-authored-by: Ronie Martinez <ronmarti18@gmail.com>
Co-authored-by: hanaTsuk1 <101488209+hanaTsuk1@users.noreply.github.com>
Co-authored-by: nathan-fall <39990940+nathan-fall@users.noreply.github.com>
Co-authored-by: Akshay <nerdy@peppe.rs>
Co-authored-by: KurikoMoe <kurikomoe@gmail.com>
Co-authored-by: Guilherme Oenning <me@goenning.net>
Co-authored-by: Pierre Cashon <biaocy91@gmail.com>
Co-authored-by: Jack Wills <32690432+mrjackwills@users.noreply.github.com>
Co-authored-by: Amirhossein Akhlaghpour <m9.akhlaghpoor@gmail.com>
Co-authored-by: Risto Stevcev <me@risto.codes>
Co-authored-by: Soumt <rltks1305@naver.com>
Co-authored-by: yutotnh <57719497+yutotnh@users.noreply.github.com>
Co-authored-by: Gökçe Merdun <agmmnn@gmail.com>
Co-authored-by: Nathanael Rea <Nathan@NathanaelRea.com>
Co-authored-by: Usman Rajab <usman.rajab@gmail.com>
Co-authored-by: Francis The Basilisk <36006338+snorkysnark@users.noreply.github.com>
Co-authored-by: Lej77 <31554212+Lej77@users.noreply.github.com>
Co-authored-by: Tomáš Diblík <dibla.tomas@post.cz>
Co-authored-by: Jonas Kruckenberg <iterpre@protonmail.com>
Co-authored-by: Pascal Sommer <Pascal-So@users.noreply.github.com>
Co-authored-by: Bo <bertonzh@gmail.com>
Co-authored-by: Kevin Yue <k3vinyue@gmail.com>
fixed grammar and typos (#6937)
Fix api.js docs pipeline with updated typedoc dependencies (#6945)
closes #6887 (#6922)
fix(core): Fix `WindowBuilder::on_navigation` handler never registerd, closes #6865 (#6921)
fix(core): Fix `WindowBuilder::on_navigation` handler never registerd, closes #6865
fix broken symlinks in license files (#6336)
fix(cli): fix cli connection timeout to dev server (fix #6045) (#6046)
fix(bundler): ensure that there are no duplicate extension arguments when bundling on Windows, fixes #6103 (#6917)
fix(bundler): ensure that there are no duplicate extension arguments during bundling on Windows (fix #6103)
closes #5491 (#6408)
fix(nsis): prefill $INSTDIR with previous install path and respect `/D` flag, closes #6928 (#6935)
fix(nsis): prefill $INSTDIR with previous install path and respect `/D` flag, closes #6928
fix(updater): emit `UPTODATE` when server responds with 204, closes #6934 (#6970)
fix(core): unpin all dependencies, closes #6944 (#6966)
fix(bundler): Add new lang_file option in persian variant. (#6972)
fix(core/ipc): access url through webview native object, closes #6889 (#6976)
fix(core): remove trailing slash in http scope url, closes #5208 (#6974)
fix(core): remove trailing slash in http scope url, closes #5208
fix(cli): find correct binary when `--profile` is used, closes #6954 (#6979)
fix(cli): find correct binary when `--profile` is used, closes #6954
closes #6955 (#6987)
closes #6955
closes #6158 (#6969)
closes #6158
fix(cli): improve vs build tools detection (#6982)
fix: updated appimage script to follow symlinks for /usr/lib* (fix: #6992) (#6996)
fix(cli): correctly remove Cargo features (#7013)
Fix typo (#7012)
fix(cli): revert metadata.json field rename from #6795 (#7029)
closes #6732 (#6736)
fix: add missing file properties on Windows, closes #6676 (#6693)
fix(cli.js): detect node-20 binary (#6667)
fix version-or-publish workflow (#7031)
fix(cli/devserver): inject autoreload into HTML only, closes #6997 (#7032)
fix(bundler/nsis): write installer templates UTF16LE encoded, closes #7036 (#7040)
fix(bundler/nsis): write installer templates UTF16LE encoded, closes #7036
fix(core): rewrite `asset` protocol streaming, closes #6375 (#6390)
closes #5939 (#5960)
fix(core): use `safe_block_on` (#7047)
closes #6859 (#6933)
closes #6955 (#6998)
fix(core): populate webview_attrs from config, closes #6794 (#6797)
closes #5176 (#5180)
fix: sound for notifications on windows (fix #6652) (#6680)
close native window's buttons, closes #2353 (#6665)
fix(bundler/nsis): calculate accurate app size, closes #7056 (#7057)
fix(tests): only download update when it is available (#7061)
closes #6706 (#6712)
fix(doc): correct the doc of `content_protected()` (#7065)
closes #6472 (#6530)
fix(macros): use full path to Result to avoid issues with type aliases (#7071)
This commit is contained in:
Lucas Fernandes Nogueira
2023-05-29 17:29:24 -07:00
committed by GitHub
parent 1ed2600da6
commit a50f24b2bd
241 changed files with 3065 additions and 1387 deletions

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": 'patch:feat'
"@tauri-apps/cli": 'patch:feat'
---
Added `tauri plugin add` command to add a plugin to the Tauri project.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": minor
"cli.js": minor
"tauri-cli": minor
"@tauri-apps/cli": minor
---
Added `plugin android add` and `plugin ios add` commands to add mobile plugin functionality to existing projects.

View File

@@ -0,0 +1,5 @@
---
'tauri': minor:feat
---
Added `tauri::VERSION` const to get Tauri's version from Rust.

View File

@@ -0,0 +1,5 @@
---
'tauri': minor:feat
---
Added `tauri::webview_version` , to get webview version.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Do not gitignore the Android project's `buildSrc` folder by default since we removed absolute paths from it.

View File

@@ -0,0 +1,5 @@
---
'@tauri-apps/api': 'patch'
---
Add `locale` function in the `os` module to get the system locale.

View File

@@ -0,0 +1,5 @@
---
"tauri": "patch"
---
Add `tauri::api::os::locale` function to get the system locale.

View File

@@ -0,0 +1,6 @@
---
'tauri-bundler': patch:bug
---
- Updated the AppImage bundler to follow symlinks for `/usr/lib*`.
- Fixes AppImage bundling for Void Linux, which was failing to bundle webkit2gtk because the `/usr/lib64` is a symlink to `/usr/lib`.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": minor
"cli.js": minor
"tauri-cli": minor
"@tauri-apps/cli": minor
---
Added `android build` command.

View File

@@ -1,6 +1,6 @@
---
'cli.rs': 'patch'
'cli.js': 'patch'
'tauri-cli': 'patch'
'@tauri-apps/cli': 'patch'
---
Add `--release` flag for `tauri android dev` however you will need to sign your Android app, see https://next--tauri.netlify.app/next/guides/distribution/sign-android

View File

@@ -1,6 +1,6 @@
---
'cli.rs': 'patch'
'cli.js': 'patch'
'tauri-cli': 'patch'
'@tauri-apps/cli': 'patch'
---
Build only specified rust targets for `tauri android build` instead of all.

View File

@@ -1,5 +1,5 @@
---
'cli.rs': 'patch'
'tauri-cli': 'patch:bug'
---
Fix `--split-per-abi` not building any targets unless specified by `--target` flag.

View File

@@ -0,0 +1,6 @@
---
'tauri-cli': patch:bug
'@tauri-apps/cli': patch:bug
---
Fix built-in devserver adding hot-reload code to non-html files.

View File

@@ -1,6 +1,6 @@
---
'cli.rs': 'patch'
'cli.js': 'patch'
'tauri-cli': 'patch'
'@tauri-apps/cli': 'patch'
---
Use local ip address for built-in dev server on mobile.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Added `ios build` command.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
---
Add `key.properties` file to android's `.gitignore`.
---
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Add `key.properties` file to android's `.gitignore`.

View File

@@ -1,6 +1,6 @@
---
'cli.rs': 'patch'
'cli.js': 'patch'
'tauri-cli': 'patch'
'@tauri-apps/cli': 'patch'
---
On mobile, fix regression introduced in `tauri-cli` version `2.0.0-alpha.3` where library not found error was thrown.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": 'patch:enhance'
"@tauri-apps/cli": 'patch:enhance'
---
Don't build library files when building desktop targets.

View File

@@ -1,5 +1,5 @@
---
'cli.rs': 'patch'
'tauri-cli': 'patch'
---
Auto select an external IP for mobile development and fallback to prompting the user. Use `--force-ip-prompt` to force prompting.

View File

@@ -1,6 +1,6 @@
---
'cli.rs': 'patch'
'cli.js': 'patch'
'tauri-cli': 'patch:bug'
'@tauri-apps/cli': 'patch:bug'
---
Set current directory to tauri directory before reading config file.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": minor
"cli.js": minor
"tauri-cli": minor
"@tauri-apps/cli": minor
---
Added `android dev` and `ios dev` commands.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": minor
"cli.js": minor
"tauri-cli": minor
"@tauri-apps/cli": minor
---
Add commands to add native Android and iOS functionality to plugins.

View File

@@ -1,5 +1,5 @@
---
'cli.rs': 'patch'
'tauri-cli': 'patch'
---
In mobile commands, correctly detect when nodejs binary has the version in its name, for example `node-18`

View File

@@ -1,6 +1,6 @@
---
'cli.rs': 'patch'
'cli.js': 'patch'
'tauri-cli': 'patch'
'@tauri-apps/cli': 'patch'
---
Fix android project build crashing when using `pnpm` caused by extra `--`.

5
.changes/cli-profile.md Normal file
View File

@@ -0,0 +1,5 @@
---
'tauri-cli': patch:bug
---
Fix building with a custom cargo profile

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Use temp file instead of environment variable to pass CLI IPC websocket address to the IDE.

View File

@@ -1,6 +1,6 @@
---
'cli.rs': 'patch'
'cli.js': 'patch'
'tauri-cli': 'patch:enhance'
'@tauri-apps/cli': 'patch:enhance'
---
Skip Rust target installation if they are already installed.

View File

@@ -1,6 +1,6 @@
---
'cli.rs': 'patch'
'cli.js': 'patch'
'tauri-cli': 'patch'
'@tauri-apps/cli': 'patch'
---
Update mobile template to `wry@0.28`

View File

@@ -0,0 +1,5 @@
---
'@tauri-apps/cli': patch:bug
---
Fix nodejs binary regex when `0` is in the version name, for example `node-20`

View File

@@ -0,0 +1,5 @@
---
'tauri-utils': 'minor'
---
Add option to configure `require_literal_leading_dot` on `fs` and `asset` protcol scopes.

View File

@@ -0,0 +1,5 @@
---
'tauri': 'patch:bug'
---
Fix parsing `allowlist > http > scope` urls that added a trailing slash which broke matching the incoming requests url.

View File

@@ -1,6 +1,15 @@
{
"gitSiteUrl": "https://www.github.com/tauri-apps/tauri/",
"timeout": 3600000,
"changeTags": {
"feat": "New Features",
"enhance": "Enhancements",
"bug": "Bug Fixes",
"pref": "Performance Improvements",
"changes": "What's Changed",
"deps": "Dependencies"
},
"defaultChangeTag": "changes",
"pkgManagers": {
"rust": {
"version": true,
@@ -121,13 +130,13 @@
}
},
"packages": {
"api": {
"@tauri-apps/api": {
"path": "./tooling/api",
"manager": "javascript",
"assets": [
{
"path": "./tooling/api/dist/tauri-apps-api-${ pkgFile.version }.tgz",
"name": "api-${ pkgFile.version }.tgz"
"name": "tauri-apps-api-${ pkgFile.version }.tgz"
}
],
"prepublish": [
@@ -230,11 +239,11 @@
],
"postversion": "node ../../.scripts/covector/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }"
},
"cli.js": {
"@tauri-apps/cli": {
"path": "./tooling/cli/node",
"manager": "javascript",
"getPublishedVersion": "node ../../../.scripts/covector/package-latest-version.js npm ${ pkgFile.pkg.name } ${ pkgFile.pkg.version }",
"dependencies": ["cli.rs"],
"dependencies": ["tauri-cli"],
"postversion": [
"node ../../../.scripts/covector/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }",
"cargo build --manifest-path ../../../core/tauri-config-schema/Cargo.toml"
@@ -243,7 +252,7 @@
"publish": [],
"postpublish": []
},
"cli.rs": {
"tauri-cli": {
"path": "./tooling/cli",
"manager": "rust",
"dependencies": ["tauri-bundler", "tauri-utils"],

View File

@@ -0,0 +1,5 @@
---
'tauri': 'patch:enhance'
---
Enhance the `asset` protocol to support streaming of large files.

View File

@@ -0,0 +1,5 @@
---
'tauri': 'patch:bug'
---
Fix IPC failing after a failed navigation to an external URL.

View File

@@ -0,0 +1,5 @@
---
'tauri': 'patch:bug'
---
Fix `WindowBuilder::on_navigation` handler not registered properly.

View File

@@ -0,0 +1,5 @@
---
'tauri': 'patch:bug'
---
Emit `UPTODATE` update status to javascript when the updater server returns status code `204`

View File

@@ -0,0 +1,5 @@
---
'tauri': 'patch'
---
Fix some configurations not applied when creating the window through Javascript.

View File

@@ -0,0 +1,5 @@
---
"tauri": "patch"
---
Play a sound when showing a notification on Windows.

View File

@@ -0,0 +1,7 @@
---
"tauri-utils": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Added the `desktop_template` option on `tauri.conf.json > tauri > bundle > deb`.

View File

@@ -0,0 +1,5 @@
---
"tauri-bundler": "minor:feat"
---
Added `desktop_template` option on `DebianSettings`.

View File

@@ -0,0 +1,5 @@
---
'@tauri-apps/api': 'minor:feat'
---
Added the `maximizable`, `minimizable` and `closable` fields on `WindowOptions`.

View File

@@ -0,0 +1,5 @@
---
'@tauri-apps/api': 'minor:feat'
---
Added the `setMaximizable`, `setMinimizable`, `setClosable`, `isMaximizable`, `isMinimizable` and `isClosable` methods.

View File

@@ -0,0 +1,5 @@
---
'tauri-utils': 'minor:feat'
---
Added the `maximizable`, `minimizable` and `closable` options to the window configuration.

View File

@@ -0,0 +1,6 @@
---
'tauri-runtime-wry': 'minor:feat'
'tauri-runtime': 'minor:feat'
---
Added the `maximizable`, `minimizable` and `closable` methods to `WindowBuilder`.

View File

@@ -0,0 +1,6 @@
---
'tauri-runtime-wry': 'minor:feat'
'tauri-runtime': 'minor:feat'
---
Added `set_maximizable`, `set_minimizable`, `set_closable`, `is_maximizable`, `is_minimizable` and `is_closable` methods to the `Dispatch` trait.

View File

@@ -0,0 +1,5 @@
---
'tauri': 'minor:feat'
---
Added the `maximizable`, `minimizable` and `closable` options to the window builder.

View File

@@ -0,0 +1,5 @@
---
'tauri': 'minor:feat'
---
Added the `set_maximizable`, `set_minimizable`, `set_closable`, `is_maximizable`, `is_minimizable` and `is_closable` methods on `Window`.

View File

@@ -1,5 +1,5 @@
---
"cli.rs": patch
"tauri-cli": patch
"tauri": patch
---

View File

@@ -0,0 +1,5 @@
---
"tauri-codegen": 'patch:enhance'
---
Early panic if the PNG icon is not RGBA.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Change the Android template to enable minification on release and pull ProGuard rules from proguard-tauri.pro.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Print an error if the Android project was generated with an older bundle identifier or package name.

View File

@@ -0,0 +1,6 @@
---
'tauri-cli': 'minor:feat'
'@tauri-apps/cli': 'minor:feat'
---
Added `tauri completions` to generate shell completions scripts.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Fixes the generated mobile build script when using an NPM runner.

View File

@@ -0,0 +1,5 @@
---
'tauri-runtime': 'patch:bug'
---
Fixes typo in `CursorIcon` deserialization of the `ZoomIn` variant.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
"tauri-macros": patch
---

View File

@@ -0,0 +1,6 @@
---
'tauri-cli': 'patch:bug'
'@tauri-apps/cli': 'patch:bug'
---
Fixes Cargo.toml feature rewriting.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Fixes running on device using Xcode 14.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Fixes the iOS project script to build the Rust library.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Fixes `TAURI_*` environment variables for hook scripts on mobile commands.

View File

@@ -1,5 +1,5 @@
---
"cli.js": patch
"@tauri-apps/cli": patch
---
Update tauri-mobile to fix running ADB scripts.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Update Android project template with fix to crash on orientation change.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Clear Android plugin JSON file before building Rust library to ensure removed plugins are propagated to the Android project.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Readd the Cargo.toml file to the plugin template.

View File

@@ -1,5 +1,5 @@
---
"tauri-build": patch
"tauri-build": 'patch:bug'
---
Fixes injection of the proguard rules on the Android project.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Fixes the Android build gradle plugin implementation on Windows.

View File

@@ -1,5 +0,0 @@
---
'tauri-bundler': 'patch'
---
Correctly escape XML for resource files in WiX bundler.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Fixes iOS build script using the wrong path for the app library file.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Force colored logs on mobile commands.

View File

@@ -1,6 +1,6 @@
---
'cli.rs': 'patch'
'cli.js': 'patch'
'tauri-cli': 'patch'
'@tauri-apps/cli': 'patch'
---
Update android template to gradle 8.0

View File

@@ -0,0 +1,5 @@
---
"tauri-macros": 'patch:enhance'
---
Improve compiler error message when generating an async command that has a reference input and don't return a Result.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Improve local IP address detection with user selection.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Inject Tauri configuration in the Android assets.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Added `--ios-color` option to the `tauri icon` command.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Keep the process alive even when the iOS application is closed.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
"tauri": patch
---

View File

@@ -0,0 +1,5 @@
---
'@tauri-apps/api': 'minor:feat'
---
Add `WebviewWindow.is_focused` and `WebviewWindow.getFocusedWindow` getters.

View File

@@ -0,0 +1,6 @@
---
'tauri-runtime': 'minor:feat'
'tauri-runtime-wry': 'minor:feat'
---
Add `Window::is_focused` getter.

View File

@@ -0,0 +1,5 @@
---
'tauri': 'minor:feat'
---
Add `Window::is_focused` and `Manager::get_focused_window` getters.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Fixes HMR on mobile when devPath is configured to load a filesystem path.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Print log output for all tags on Android development.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": 'patch:feat'
"@tauri-apps/cli": 'patch:feat'
---
Added `migrate` command.

5
.changes/mime-type.md Normal file
View File

@@ -0,0 +1,5 @@
---
'tauri-utils': 'patch'
---
Add `MimeType::parse_with_fallback` and `MimeType::parse_from_uri_with_fallback`

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Ignore the `gen` folder on the dev watcher.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": minor
"cli.js": minor
"tauri-cli": minor
"@tauri-apps/cli": minor
---
Added `android init` and `ios init` commands.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Add support to custom and kebab case library names for mobile apps.

View File

@@ -1,6 +1,6 @@
---
"cli.rs": minor
"cli.js": minor
"tauri-cli": minor
"@tauri-apps/cli": minor
---
Added `android open` and `ios open` commands.

View File

@@ -6,8 +6,8 @@
"tauri-macros": major
"tauri-build": major
"tauri": major
"cli.rs": major
"cli.js": major
"tauri-cli": major
"@tauri-apps/cli": major
---
First mobile alpha release!

View File

@@ -1,8 +1,8 @@
---
"tauri": patch
"tauri-utils": patch
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---
Moved the updater configuration to the `BundleConfig`.

View File

@@ -1,5 +1,5 @@
---
"cli.rs": minor
"tauri-cli": minor
"tauri-bundler": minor
"tauri": minor
"tauri-build": minor

View File

@@ -1,5 +1,5 @@
---
"cli.rs": minor
"tauri-cli": minor
"tauri-bundler": minor
"tauri": minor
"tauri-build": minor

View File

@@ -1,5 +1,5 @@
---
'cli.js': 'patch'
'@tauri-apps/cli': 'patch'
---
Update `napi-rs` dependencies to latest to fix CLI hanging up forever.

View File

@@ -1,6 +1,6 @@
---
'cli.rs': 'patch'
"cli.js": patch
'tauri-cli': 'patch'
"@tauri-apps/cli": patch
---
Correctly pass arguments from `npm run` to `tauri`.

View File

@@ -0,0 +1,5 @@
---
'tauri-bundler': 'patch:bug'
---
Fix incorrect estimated app size for NSIS bundler when installed to a non-empty directory.

View File

@@ -0,0 +1,5 @@
---
'tauri-bundler': 'patch:enhance'
---
Added Copyright field as BrandingText to the NSIS bundler.

View File

@@ -0,0 +1,7 @@
---
'tauri-bundler': 'minor:feat'
'tauri-utils': 'minor'
'tauri-cli': 'minor:feat'
---
Allow specifying custom language files of Tauri's custom messages for the NSIS installer

View File

@@ -0,0 +1,8 @@
---
'tauri-utils': 'minor'
'tauri-bundler': 'minor:feat'
'tauri-cli': 'minor:feat'
'@tauri-apps/cli': 'minor:feat'
---
Add `nsis > template` option to specify custom NSIS installer template.

View File

@@ -0,0 +1,5 @@
---
'tauri-bundler': 'patch'
---
Fix NSIS installer disabling `do not uninstall` button and silent installer aborting, if `allowDowngrades` was disabled even when we are not downgrading.

5
.changes/nsis-dutch.md Normal file
View File

@@ -0,0 +1,5 @@
---
'tauri-bundler': 'patch:enhance'
---
Added Dutch language support to the NSIS bundler.

View File

@@ -0,0 +1,5 @@
---
'tauri-bundler': 'patch:bug'
---
Fix NSIS bundler failing to build when `productName` contained chinsese characters.

View File

@@ -0,0 +1,5 @@
---
'tauri-utils': 'patch'
---
Add `WindowsUpdateInstallMode::nsis_args`

Some files were not shown because too many files have changed in this diff Show More