Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into next (#7067)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
1 parent 1ed2600 commit a50f24b
Show file tree
Hide file tree
Showing 241 changed files with 3,067 additions and 1,389 deletions.
4 changes: 2 additions & 2 deletions .changes/add-command.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions .changes/add-mobile-to-plugin.md
Original file line number Diff line number Diff line change
@@ -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: 5 additions & 0 deletions .changes/add-tauri-get-version.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri': minor:feat
---

Added `tauri::VERSION` const to get Tauri's version from Rust.
5 changes: 5 additions & 0 deletions .changes/add-webview-version.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri': minor:feat
---

Added `tauri::webview_version` , to get webview version.
4 changes: 2 additions & 2 deletions .changes/android-buildsrc-gitignore.md
Original file line number Diff line number Diff line change
@@ -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: 5 additions & 0 deletions .changes/api-js-os-locale.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tauri-apps/api': 'patch'
---

Add `locale` function in the `os` module to get the system locale.
5 changes: 5 additions & 0 deletions .changes/api-rs-os-locale.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": "patch"
---

Add `tauri::api::os::locale` function to get the system locale.
6 changes: 6 additions & 0 deletions .changes/appimage-follow-symlinks.md
Original file line number Diff line number Diff line change
@@ -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`.
4 changes: 2 additions & 2 deletions .changes/cli-android-build.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
"cli.rs": minor
"cli.js": minor
"tauri-cli": minor
"@tauri-apps/cli": minor
---

Added `android build` command.
4 changes: 2 additions & 2 deletions .changes/cli-android-dev-release.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions .changes/cli-android-specified-targets-only.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion .changes/cli-android-split-per-abit-target.md
Original file line number Diff line number Diff line change
@@ -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: 6 additions & 0 deletions .changes/cli-autoreload-mime-type.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions .changes/cli-built-in-dev-server-mobile.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions .changes/cli-ios-build.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
"tauri-cli": patch
"@tauri-apps/cli": patch
---

Added `ios build` command.
12 changes: 6 additions & 6 deletions .changes/cli-key-properties.md
Original file line number Diff line number Diff line change
@@ -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`.
4 changes: 2 additions & 2 deletions .changes/cli-libname-dashes.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions .changes/cli-library-compilation.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion .changes/cli-mobile-auto-ip.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions .changes/cli-mobile-cwd-config.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions .changes/cli-mobile-dev.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
"cli.rs": minor
"cli.js": minor
"tauri-cli": minor
"@tauri-apps/cli": minor
---

Added `android dev` and `ios dev` commands.
4 changes: 2 additions & 2 deletions .changes/cli-mobile-plugin.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion .changes/cli-nodejs-detection.md
Original file line number Diff line number Diff line change
@@ -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`
4 changes: 2 additions & 2 deletions .changes/cli-pnpm.md
Original file line number Diff line number Diff line change
@@ -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: 5 additions & 0 deletions .changes/cli-profile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-cli': patch:bug
---

Fix building with a custom cargo profile
4 changes: 2 additions & 2 deletions .changes/cli-refactor-ipc-mobile.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions .changes/cli-skip-targets-install.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions .changes/cli-wry-0-28.md
Original file line number Diff line number Diff line change
@@ -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: 5 additions & 0 deletions .changes/clijs-node-version-20.md
Original file line number Diff line number Diff line change
@@ -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: 5 additions & 0 deletions .changes/config-require-literal_leading_dot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-utils': 'minor'
---

Add option to configure `require_literal_leading_dot` on `fs` and `asset` protcol scopes.
5 changes: 5 additions & 0 deletions .changes/config-scope-url.md
Original file line number Diff line number Diff line change
@@ -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.
19 changes: 14 additions & 5 deletions .changes/config.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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"
Expand All @@ -243,7 +252,7 @@
"publish": [],
"postpublish": []
},
"cli.rs": {
"tauri-cli": {
"path": "./tooling/cli",
"manager": "rust",
"dependencies": ["tauri-bundler", "tauri-utils"],
Expand Down
5 changes: 5 additions & 0 deletions .changes/core-asset-protocol-streaming-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri': 'patch:enhance'
---

Enhance the `asset` protocol to support streaming of large files.
5 changes: 5 additions & 0 deletions .changes/core-ipc-failed-navigation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri': 'patch:bug'
---

Fix IPC failing after a failed navigation to an external URL.
5 changes: 5 additions & 0 deletions .changes/core-navigation-handler.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri': 'patch:bug'
---

Fix `WindowBuilder::on_navigation` handler not registered properly.
5 changes: 5 additions & 0 deletions .changes/core-updater-204-js-event.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri': 'patch:bug'
---

Emit `UPTODATE` update status to javascript when the updater server returns status code `204`
5 changes: 5 additions & 0 deletions .changes/core-window-config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri': 'patch'
---

Fix some configurations not applied when creating the window through Javascript.
5 changes: 5 additions & 0 deletions .changes/core-windows-notification-sound.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": "patch"
---

Play a sound when showing a notification on Windows.
7 changes: 7 additions & 0 deletions .changes/deb-custom-desktop-file-config.md
Original file line number Diff line number Diff line change
@@ -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: 5 additions & 0 deletions .changes/deb-custom-desktop-file.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri-bundler": "minor:feat"
---

Added `desktop_template` option on `DebianSettings`.
5 changes: 5 additions & 0 deletions .changes/disable-window-controls-api-options.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tauri-apps/api': 'minor:feat'
---

Added the `maximizable`, `minimizable` and `closable` fields on `WindowOptions`.
5 changes: 5 additions & 0 deletions .changes/disable-window-controls-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tauri-apps/api': 'minor:feat'
---

Added the `setMaximizable`, `setMinimizable`, `setClosable`, `isMaximizable`, `isMinimizable` and `isClosable` methods.
5 changes: 5 additions & 0 deletions .changes/disable-window-controls-config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-utils': 'minor:feat'
---

Added the `maximizable`, `minimizable` and `closable` options to the window configuration.
6 changes: 6 additions & 0 deletions .changes/disable-window-controls-runtime-builder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'tauri-runtime-wry': 'minor:feat'
'tauri-runtime': 'minor:feat'
---

Added the `maximizable`, `minimizable` and `closable` methods to `WindowBuilder`.
6 changes: 6 additions & 0 deletions .changes/disable-window-controls-runtime-window.md
Original file line number Diff line number Diff line change
@@ -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: 5 additions & 0 deletions .changes/disable-window-controls-window-builder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri': 'minor:feat'
---

Added the `maximizable`, `minimizable` and `closable` options to the window builder.
5 changes: 5 additions & 0 deletions .changes/disable-window-controls-window.md
Original file line number Diff line number Diff line change
@@ -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`.

0 comments on commit a50f24b

Please sign in to comment.