mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
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:
committed by
GitHub
parent
1ed2600da6
commit
a50f24b2bd
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
5
.changes/add-tauri-get-version.md
Normal file
5
.changes/add-tauri-get-version.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri': minor:feat
|
||||
---
|
||||
|
||||
Added `tauri::VERSION` const to get Tauri's version from Rust.
|
||||
5
.changes/add-webview-version.md
Normal file
5
.changes/add-webview-version.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri': minor:feat
|
||||
---
|
||||
|
||||
Added `tauri::webview_version` , to get webview version.
|
||||
@@ -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.
|
||||
|
||||
5
.changes/api-js-os-locale.md
Normal file
5
.changes/api-js-os-locale.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@tauri-apps/api': 'patch'
|
||||
---
|
||||
|
||||
Add `locale` function in the `os` module to get the system locale.
|
||||
5
.changes/api-rs-os-locale.md
Normal file
5
.changes/api-rs-os-locale.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri": "patch"
|
||||
---
|
||||
|
||||
Add `tauri::api::os::locale` function to get the system locale.
|
||||
6
.changes/appimage-follow-symlinks.md
Normal file
6
.changes/appimage-follow-symlinks.md
Normal 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`.
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
"cli.rs": minor
|
||||
"cli.js": minor
|
||||
"tauri-cli": minor
|
||||
"@tauri-apps/cli": minor
|
||||
---
|
||||
|
||||
Added `android build` command.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
'cli.rs': 'patch'
|
||||
'tauri-cli': 'patch:bug'
|
||||
---
|
||||
|
||||
Fix `--split-per-abi` not building any targets unless specified by `--target` flag.
|
||||
|
||||
6
.changes/cli-autoreload-mime-type.md
Normal file
6
.changes/cli-autoreload-mime-type.md
Normal 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.
|
||||
@@ -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.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
"cli.rs": patch
|
||||
"cli.js": patch
|
||||
"tauri-cli": patch
|
||||
"@tauri-apps/cli": patch
|
||||
---
|
||||
|
||||
Added `ios build` command.
|
||||
|
||||
@@ -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`.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
"cli.rs": minor
|
||||
"cli.js": minor
|
||||
"tauri-cli": minor
|
||||
"@tauri-apps/cli": minor
|
||||
---
|
||||
|
||||
Added `android dev` and `ios dev` commands.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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`
|
||||
|
||||
@@ -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
5
.changes/cli-profile.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri-cli': patch:bug
|
||||
---
|
||||
|
||||
Fix building with a custom cargo profile
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
'cli.rs': 'patch'
|
||||
'cli.js': 'patch'
|
||||
'tauri-cli': 'patch'
|
||||
'@tauri-apps/cli': 'patch'
|
||||
---
|
||||
|
||||
Update mobile template to `wry@0.28`
|
||||
|
||||
5
.changes/clijs-node-version-20.md
Normal file
5
.changes/clijs-node-version-20.md
Normal 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`
|
||||
5
.changes/config-require-literal_leading_dot.md
Normal file
5
.changes/config-require-literal_leading_dot.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri-utils': 'minor'
|
||||
---
|
||||
|
||||
Add option to configure `require_literal_leading_dot` on `fs` and `asset` protcol scopes.
|
||||
5
.changes/config-scope-url.md
Normal file
5
.changes/config-scope-url.md
Normal 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.
|
||||
@@ -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"],
|
||||
|
||||
5
.changes/core-asset-protocol-streaming-crash.md
Normal file
5
.changes/core-asset-protocol-streaming-crash.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri': 'patch:enhance'
|
||||
---
|
||||
|
||||
Enhance the `asset` protocol to support streaming of large files.
|
||||
5
.changes/core-ipc-failed-navigation.md
Normal file
5
.changes/core-ipc-failed-navigation.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri': 'patch:bug'
|
||||
---
|
||||
|
||||
Fix IPC failing after a failed navigation to an external URL.
|
||||
5
.changes/core-navigation-handler.md
Normal file
5
.changes/core-navigation-handler.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri': 'patch:bug'
|
||||
---
|
||||
|
||||
Fix `WindowBuilder::on_navigation` handler not registered properly.
|
||||
5
.changes/core-updater-204-js-event.md
Normal file
5
.changes/core-updater-204-js-event.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri': 'patch:bug'
|
||||
---
|
||||
|
||||
Emit `UPTODATE` update status to javascript when the updater server returns status code `204`
|
||||
5
.changes/core-window-config.md
Normal file
5
.changes/core-window-config.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri': 'patch'
|
||||
---
|
||||
|
||||
Fix some configurations not applied when creating the window through Javascript.
|
||||
5
.changes/core-windows-notification-sound.md
Normal file
5
.changes/core-windows-notification-sound.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri": "patch"
|
||||
---
|
||||
|
||||
Play a sound when showing a notification on Windows.
|
||||
7
.changes/deb-custom-desktop-file-config.md
Normal file
7
.changes/deb-custom-desktop-file-config.md
Normal 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`.
|
||||
5
.changes/deb-custom-desktop-file.md
Normal file
5
.changes/deb-custom-desktop-file.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri-bundler": "minor:feat"
|
||||
---
|
||||
|
||||
Added `desktop_template` option on `DebianSettings`.
|
||||
5
.changes/disable-window-controls-api-options.md
Normal file
5
.changes/disable-window-controls-api-options.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@tauri-apps/api': 'minor:feat'
|
||||
---
|
||||
|
||||
Added the `maximizable`, `minimizable` and `closable` fields on `WindowOptions`.
|
||||
5
.changes/disable-window-controls-api.md
Normal file
5
.changes/disable-window-controls-api.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@tauri-apps/api': 'minor:feat'
|
||||
---
|
||||
|
||||
Added the `setMaximizable`, `setMinimizable`, `setClosable`, `isMaximizable`, `isMinimizable` and `isClosable` methods.
|
||||
5
.changes/disable-window-controls-config.md
Normal file
5
.changes/disable-window-controls-config.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri-utils': 'minor:feat'
|
||||
---
|
||||
|
||||
Added the `maximizable`, `minimizable` and `closable` options to the window configuration.
|
||||
6
.changes/disable-window-controls-runtime-builder.md
Normal file
6
.changes/disable-window-controls-runtime-builder.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'tauri-runtime-wry': 'minor:feat'
|
||||
'tauri-runtime': 'minor:feat'
|
||||
---
|
||||
|
||||
Added the `maximizable`, `minimizable` and `closable` methods to `WindowBuilder`.
|
||||
6
.changes/disable-window-controls-runtime-window.md
Normal file
6
.changes/disable-window-controls-runtime-window.md
Normal 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.
|
||||
5
.changes/disable-window-controls-window-builder.md
Normal file
5
.changes/disable-window-controls-window-builder.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri': 'minor:feat'
|
||||
---
|
||||
|
||||
Added the `maximizable`, `minimizable` and `closable` options to the window builder.
|
||||
5
.changes/disable-window-controls-window.md
Normal file
5
.changes/disable-window-controls-window.md
Normal 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`.
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
"cli.rs": patch
|
||||
"tauri-cli": patch
|
||||
"tauri": patch
|
||||
---
|
||||
|
||||
|
||||
5
.changes/early-panic-for-png-not-rgba.md
Normal file
5
.changes/early-panic-for-png-not-rgba.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri-codegen": 'patch:enhance'
|
||||
---
|
||||
|
||||
Early panic if the PNG icon is not RGBA.
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
6
.changes/feat-shell-completions.md
Normal file
6
.changes/feat-shell-completions.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'tauri-cli': 'minor:feat'
|
||||
'@tauri-apps/cli': 'minor:feat'
|
||||
---
|
||||
|
||||
Added `tauri completions` to generate shell completions scripts.
|
||||
@@ -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.
|
||||
|
||||
5
.changes/fix-cursor-icon-zoomin.md
Normal file
5
.changes/fix-cursor-icon-zoomin.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri-runtime': 'patch:bug'
|
||||
---
|
||||
|
||||
Fixes typo in `CursorIcon` deserialization of the `ZoomIn` variant.
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
"cli.rs": patch
|
||||
"cli.js": patch
|
||||
"tauri-cli": patch
|
||||
"@tauri-apps/cli": patch
|
||||
"tauri-macros": patch
|
||||
---
|
||||
|
||||
|
||||
6
.changes/fix-feature-removal.md
Normal file
6
.changes/fix-feature-removal.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'tauri-cli': 'patch:bug'
|
||||
'@tauri-apps/cli': 'patch:bug'
|
||||
---
|
||||
|
||||
Fixes Cargo.toml feature rewriting.
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
"cli.rs": patch
|
||||
"cli.js": patch
|
||||
"tauri-cli": patch
|
||||
"@tauri-apps/cli": patch
|
||||
---
|
||||
|
||||
Fixes running on device using Xcode 14.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
"cli.js": patch
|
||||
"@tauri-apps/cli": patch
|
||||
---
|
||||
|
||||
Update tauri-mobile to fix running ADB scripts.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
"tauri-build": patch
|
||||
"tauri-build": 'patch:bug'
|
||||
---
|
||||
|
||||
Fixes injection of the proguard rules on the Android project.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'tauri-bundler': 'patch'
|
||||
---
|
||||
|
||||
Correctly escape XML for resource files in WiX bundler.
|
||||
@@ -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.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
"cli.rs": patch
|
||||
"cli.js": patch
|
||||
"tauri-cli": patch
|
||||
"@tauri-apps/cli": patch
|
||||
---
|
||||
|
||||
Force colored logs on mobile commands.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
'cli.rs': 'patch'
|
||||
'cli.js': 'patch'
|
||||
'tauri-cli': 'patch'
|
||||
'@tauri-apps/cli': 'patch'
|
||||
---
|
||||
|
||||
Update android template to gradle 8.0
|
||||
|
||||
5
.changes/improve-async-cmd-error-message.md
Normal file
5
.changes/improve-async-cmd-error-message.md
Normal 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.
|
||||
@@ -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.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
"cli.rs": patch
|
||||
"cli.js": patch
|
||||
"tauri-cli": patch
|
||||
"@tauri-apps/cli": patch
|
||||
---
|
||||
|
||||
Inject Tauri configuration in the Android assets.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
"cli.rs": patch
|
||||
"cli.js": patch
|
||||
"tauri-cli": patch
|
||||
"@tauri-apps/cli": patch
|
||||
"tauri": patch
|
||||
---
|
||||
|
||||
|
||||
5
.changes/is_focused-api.md
Normal file
5
.changes/is_focused-api.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@tauri-apps/api': 'minor:feat'
|
||||
---
|
||||
|
||||
Add `WebviewWindow.is_focused` and `WebviewWindow.getFocusedWindow` getters.
|
||||
6
.changes/is_focused-runtime.md
Normal file
6
.changes/is_focused-runtime.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'tauri-runtime': 'minor:feat'
|
||||
'tauri-runtime-wry': 'minor:feat'
|
||||
---
|
||||
|
||||
Add `Window::is_focused` getter.
|
||||
5
.changes/is_focused-tauri.md
Normal file
5
.changes/is_focused-tauri.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri': 'minor:feat'
|
||||
---
|
||||
|
||||
Add `Window::is_focused` and `Manager::get_focused_window` getters.
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
5
.changes/mime-type.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri-utils': 'patch'
|
||||
---
|
||||
|
||||
Add `MimeType::parse_with_fallback` and `MimeType::parse_from_uri_with_fallback`
|
||||
@@ -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.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
"cli.rs": minor
|
||||
"cli.js": minor
|
||||
"tauri-cli": minor
|
||||
"@tauri-apps/cli": minor
|
||||
---
|
||||
|
||||
Added `android init` and `ios init` commands.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
"cli.rs": minor
|
||||
"cli.js": minor
|
||||
"tauri-cli": minor
|
||||
"@tauri-apps/cli": minor
|
||||
---
|
||||
|
||||
Added `android open` and `ios open` commands.
|
||||
|
||||
@@ -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!
|
||||
|
||||
@@ -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`.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
"cli.rs": minor
|
||||
"tauri-cli": minor
|
||||
"tauri-bundler": minor
|
||||
"tauri": minor
|
||||
"tauri-build": minor
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
"cli.rs": minor
|
||||
"tauri-cli": minor
|
||||
"tauri-bundler": minor
|
||||
"tauri": minor
|
||||
"tauri-build": minor
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
'cli.js': 'patch'
|
||||
'@tauri-apps/cli': 'patch'
|
||||
---
|
||||
|
||||
Update `napi-rs` dependencies to latest to fix CLI hanging up forever.
|
||||
|
||||
@@ -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`.
|
||||
|
||||
5
.changes/nsis-accurate-app-size.md
Normal file
5
.changes/nsis-accurate-app-size.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri-bundler': 'patch:bug'
|
||||
---
|
||||
|
||||
Fix incorrect estimated app size for NSIS bundler when installed to a non-empty directory.
|
||||
5
.changes/nsis-branding.md
Normal file
5
.changes/nsis-branding.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri-bundler': 'patch:enhance'
|
||||
---
|
||||
|
||||
Added Copyright field as BrandingText to the NSIS bundler.
|
||||
7
.changes/nsis-custom-language-files.md
Normal file
7
.changes/nsis-custom-language-files.md
Normal 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
|
||||
8
.changes/nsis-custom-template.md
Normal file
8
.changes/nsis-custom-template.md
Normal 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.
|
||||
5
.changes/nsis-downgrades.md
Normal file
5
.changes/nsis-downgrades.md
Normal 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
5
.changes/nsis-dutch.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri-bundler': 'patch:enhance'
|
||||
---
|
||||
|
||||
Added Dutch language support to the NSIS bundler.
|
||||
5
.changes/nsis-encoding.md
Normal file
5
.changes/nsis-encoding.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri-bundler': 'patch:bug'
|
||||
---
|
||||
|
||||
Fix NSIS bundler failing to build when `productName` contained chinsese characters.
|
||||
5
.changes/nsis-install-mode-args.md
Normal file
5
.changes/nsis-install-mode-args.md
Normal 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
Reference in New Issue
Block a user