Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
105 commits
Select commit Hold shift + click to select a range
e79dc56
Fix mac admin update
jLynx Jul 29, 2024
fbcbc5e
chore: emit rustc-check-cfg for rust 1.80 (#10392)
anatawa12 Jul 29, 2024
b59b755
fix: clippy warnings (#10415)
lucasfernog Jul 29, 2024
eb58ac3
fix(core): Return early in core.js if it's inside an iframe (#10300)
FabianLars Jul 30, 2024
2f93c9a
Merge branch '1.x' into fix/mac_admin
jLynx Jul 30, 2024
67b7ca6
feat(core): fallback to file system for AssetResolver::get, closes #8…
lucasfernog Jul 31, 2024
a394622
fix(core): usage without the compression feature (#10433)
lucasfernog Jul 31, 2024
1a7bf1d
Fixed linting
jLynx Jul 31, 2024
691bace
Merge branch '1.x' into fix/mac_admin
jLynx Jul 31, 2024
bc69b03
chore(deps) Update Tauri Core (1.x) (#8103)
renovate[bot] Aug 5, 2024
1aba109
chore(deps) Update Tauri Utils (1.x) (#8232)
renovate[bot] Aug 5, 2024
297cd55
fix: Fix bundler&cli MSRV (#10499)
FabianLars Aug 8, 2024
60f7443
chore(deps) Update Tauri CLI (1.x) (#8229)
renovate[bot] Aug 12, 2024
48a7415
chore(deps): update serialize-to-javascript to 0.1.2 (#10594)
lucasfernog Aug 13, 2024
937849f
refactor(tauri-runtime-wry): Arc instead of Rc, closes #9775 (#10587)
lucasfernog Aug 13, 2024
c3a90e5
fix(tauri-runtime-wry): ensure tray is created when event loop ready …
lucasfernog Aug 15, 2024
3b841f2
chore(deps) Update Tauri CLI (1.x) (#10628)
renovate[bot] Aug 15, 2024
0469b6b
chore(deps) Update Tauri API Definitions (1.x) (#10622)
renovate[bot] Aug 15, 2024
2b61447
chore(deps) Update Rust crate proc-macro2 to v1.0.86 (#10621)
renovate[bot] Aug 15, 2024
3e1c28b
chore(deps) Update dependency @types/node to v20.16.1 (#10722)
renovate[bot] Aug 21, 2024
d84ae44
fix(cli): downgrade env_logger to 0.10 to satisfy MSRV, fix CI
lucasfernog Aug 23, 2024
9082a39
fix(cli): env_logger usage
lucasfernog Aug 23, 2024
1f45808
Apply Version Updates From Current Changes (v1) (#10220)
github-actions[bot] Aug 23, 2024
7fdc047
chore(cli): remove unused code
lucasfernog Aug 27, 2024
bb8846e
docs: fix grammar in `TitleBarStyle` api config documentation (#10874)
alDuncanson Sep 3, 2024
bc85e06
ci: Fix msrv check (#10875)
FabianLars Sep 3, 2024
50fbf7b
feat(updater): support updating using non-zipped files (#10939)
amrbashir Sep 11, 2024
14443a1
refactor(updater/wix): launch app after update, maintain args (#10966)
amrbashir Sep 12, 2024
2e87e85
fix(core): Use productName for FileDescription (#10976)
FabianLars Sep 12, 2024
298f8ca
feat(bundler/nsis): store main binary name to be used in registry for…
amrbashir Sep 13, 2024
8a0e93b
fixes iframes in windows causes window.__TAURI_INVOKE__ is not a func…
hmic Sep 14, 2024
26d243f
fix(core): `restart` cannot handle binary name change on macOS (#10991)
lucasfernog Sep 14, 2024
5f5c7c7
fix(ci): downgrade mac-notification-sys to 0.6.1
lucasfernog Sep 15, 2024
6d629cb
fix: integration tests
lucasfernog Sep 15, 2024
70b8525
fix(ci): install webkit2gtk-4.1 for e2e tests
lucasfernog Sep 15, 2024
963411a
chore(tests): enhance e2e test logs and delay for CI
lucasfernog Sep 15, 2024
02dfb03
fix(tests): use hyper instead of tiny-http to serve updates
lucasfernog Sep 15, 2024
649e01f
fix(tests): start updater server once
lucasfernog Sep 15, 2024
328b11f
fix(ci): increase timeout, cache updater fixtures
lucasfernog Sep 15, 2024
bd3c153
Apply Version Updates From Current Changes (v1) (#11012)
github-actions[bot] Sep 15, 2024
9ef1be4
fix(updater): encode version when making requests (#11070)
amrbashir Sep 20, 2024
019f94f
fix(nsis): properly handle Webview2 download return value (#11131)
0rvar Sep 25, 2024
c72cd45
fix(core): deadlock when creating new window with tracing feature (#1…
lucasfernog Oct 4, 2024
a5435b0
fix(ci): msrv downgrade script (#11286)
lucasfernog Oct 9, 2024
343b11d
feat: add deno support (#11305)
amrbashir Oct 11, 2024
c4b77c0
fix(ci): downgrade MSRV conflicting crates (#11357)
lucasfernog Oct 14, 2024
3c7258d
fix(ci): run on ubuntu 22.04 (#11358)
lucasfernog Oct 14, 2024
e7153a8
apply version updates (#11075)
github-actions[bot] Oct 14, 2024
36ea786
fix: aarch64 docker image regression from #11358 (#11360)
lucasfernog Oct 15, 2024
7b0aac9
chore: publish 1.x NPM packages with the v1 tag (#11188)
lucasfernog Oct 15, 2024
a5f045e
fix(bundler): try to sign binaries only if targeting windows (#11404)
amrbashir Oct 20, 2024
68101c8
fix(ci): update syn to 2.0.81 (#11424)
lucasfernog Oct 20, 2024
16e4e7b
chore(ci): downgrade openssl
lucasfernog Oct 20, 2024
3a3c2d0
fix(ci): downgrade openssl-sys
lucasfernog Oct 20, 2024
b09d887
apply version updates (#11434)
github-actions[bot] Oct 21, 2024
8fd4dbd
fix(ci): update syn to 2.0.82
lucasfernog Oct 21, 2024
9752eb6
ci: Remove `tauri-driver` from covector config (#11588)
FabianLars Nov 5, 2024
7c16d0f
ci: fix msrv check (#11590)
FabianLars Nov 5, 2024
4667315
chore(deps): update rust crate http to 0.2.12 (1.x) (#12176)
renovate[bot] Jan 3, 2025
b681624
chore(deps): update rust crate anyhow to 1.0.71 (1.x) (#12150)
renovate[bot] Jan 3, 2025
cbf38b9
chore(deps): update dependency eslint to v8.57.1 (1.x) (#12147)
renovate[bot] Jan 3, 2025
a3584c1
backport: always check parent directory to 1.x (#11960)
MarielaSassi Jan 4, 2025
9bcfe73
chore(deps): update dependency @rollup/plugin-typescript to v8.5.0 (1…
renovate[bot] Jan 4, 2025
d5498fa
chore(deps): update dependency @types/node to v20.17.11 (1.x) (#12187)
renovate[bot] Jan 4, 2025
af7781a
chore(deps): update dependency @napi-rs/cli to v2.18.4 (1.x) (#12185)
renovate[bot] Jan 4, 2025
0183cc7
chore(deps): update dependency rollup to v2.79.2 (1.x) (#12191)
renovate[bot] Jan 4, 2025
ef94e12
chore(deps): update dependency typescript to v4.9.5 (1.x) (#12192)
renovate[bot] Jan 4, 2025
3bc7d99
chore(deps): update dependency eslint-plugin-import to v2.31.0 (1.x) …
renovate[bot] Jan 4, 2025
a67825e
chore(deps): update dependency fs-extra to v11.2.0 (1.x) (#12189)
renovate[bot] Jan 4, 2025
5b76a25
ci: fix msrv downgrades (#12198)
FabianLars Jan 4, 2025
9137b60
chore(deps): update rust crate axum to 0.8.0 (1.x) (#12193)
renovate[bot] Jan 4, 2025
e87421c
chore(deps): update rust crate axum to 0.8.1 (1.x) (#12208)
renovate[bot] Jan 4, 2025
0fc6541
chore(deps): update rust crate itertools to 0.14 (1.x) (#12202)
renovate[bot] Jan 4, 2025
a1fcea3
chore(deps): update rust crate pico-args to 0.5 (1.x) (#12215)
renovate[bot] Jan 4, 2025
1638dfe
chore(deps): update rust crate regex to 1.11.1 (1.x) (#12219)
renovate[bot] Jan 4, 2025
96d853d
chore(deps): update rust crate windows-registry to 0.3 (1.x) (#12232)
renovate[bot] Jan 5, 2025
0c5aebf
chore(deps): update rust crate ureq to 2.10.1 (1.x) (#12228)
renovate[bot] Jan 5, 2025
c7fa151
chore(deps): update dependency fast-glob to v3.3.3 (1.x) (#12234)
renovate[bot] Jan 5, 2025
1d9e950
chore(deps): update rust crate unicode-width to 0.2 (1.x) (#12227)
renovate[bot] Jan 5, 2025
bfac6e7
chore(deps): update rust crate ureq to 2.12.1 (1.x) (#12236)
renovate[bot] Jan 5, 2025
e943611
chore(deps): update dependency eslint-config-prettier to v9 (1.x) (#1…
renovate[bot] Jan 5, 2025
b87ae32
chore(deps): update dependency @types/node to v22 (1.x) (#12245)
renovate[bot] Jan 5, 2025
923741d
chore(deps): update dependency eslint-config-standard-with-typescript…
renovate[bot] Jan 5, 2025
5466aa1
chore(deps): update rust crate brotli to v7 (1.x) (#12262)
renovate[bot] Jan 6, 2025
0b9e00e
chore(deps): update dependency typescript to v5.7.2 (1.x) (#12261)
renovate[bot] Jan 6, 2025
17d1b81
chore(deps): update dependency prettier to v3.4.2 (1.x) (#12258)
renovate[bot] Jan 6, 2025
d8db504
chore(deps): update dependency husky to v9 (1.x) (#12256)
renovate[bot] Jan 6, 2025
ff19056
chore(deps): update rust crate ico to 0.4 (1.x) (#12303)
renovate[bot] Jan 7, 2025
40a799d
chore(deps): update rust crate windows-registry to 0.4 (1.x) (#12306)
renovate[bot] Jan 8, 2025
c3e98bf
Revert "chore(deps): update rust crate windows-registry to 0.4 (1.x) …
FabianLars Jan 8, 2025
b802a06
chore(deps): update dependency typescript to v5.7.3 (1.x) (#12320)
renovate[bot] Jan 9, 2025
b3c258d
ci: downgrade windows-version in msrv check (#12305)
FabianLars Jan 10, 2025
e98cd59
chore: Fix clippy 1.84 warnings (#12339)
FabianLars Jan 10, 2025
ac83bf4
ci: Fix msrv check (#12345)
FabianLars Jan 10, 2025
089939b
Apply Version Updates From Current Changes (v1) (#12203)
github-actions[bot] Jan 10, 2025
b69527b
chore(deps): update dependency eslint-config-prettier to v10 (1.x) (#…
renovate[bot] Jan 13, 2025
6de7415
ci: Change MSRV check to use 1.84 resolver (#12401)
FabianLars Jan 14, 2025
0f1b0cc
chore(deps): update dependency @types/node to v22.10.6 (1.x) (#12390)
renovate[bot] Jan 14, 2025
bf4ae53
chore(deps): update dependency @types/node to v22.10.7 (1.x) (#12414)
renovate[bot] Jan 16, 2025
bc450fd
chore(deps): update dependency fs-extra to v11.3.0 (1.x) (#12413)
renovate[bot] Jan 16, 2025
0178d34
chore(deps): update dependency @types/node to v22.10.9 (#12483)
renovate[bot] Jan 23, 2025
2076d90
chore(deps): update dependency @types/node to v22.10.10 (1.x) (#12489)
renovate[bot] Jan 23, 2025
a9d0e42
chore(deps): update dependency @types/node to v22.12.0 (1.x) (#12549)
renovate[bot] Jan 28, 2025
47c8eef
add change file
lucasfernog Feb 2, 2025
cd63629
Merge remote-tracking branch 'origin/1.x' into fix/mac_admin
lucasfernog Feb 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changes/cli-target-dir-cargo-cli-flag.md

This file was deleted.

51 changes: 33 additions & 18 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@
"dryRunCommand": true
},
{
"command": "echo '<details>\n<summary><em><h4>Yarn Audit</h4></em></summary>\n\n```'",
"command": "echo '<details>\n<summary><em><h4>Audit</h4></em></summary>\n\n```'",
"dryRunCommand": true,
"pipe": true
},
{
"command": "yarn audit",
"command": "npx audit-ci --config ./audit-ci.jsonc",
"dryRunCommand": true,
"runFromRoot": true,
"pipe": true
Expand All @@ -115,7 +115,7 @@
"pipe": true
},
{
"command": "yarn publish --access public --loglevel silly",
"command": "yarn publish --access public --loglevel silly --tag v1",
"dryRunCommand": "npm publish --dry-run --access public",
"pipe": true
},
Expand Down Expand Up @@ -148,12 +148,12 @@
"dryRunCommand": true
},
{
"command": "echo '<details>\n<summary><em><h4>Yarn Audit</h4></em></summary>\n\n```'",
"command": "echo '<details>\n<summary><em><h4>Audit</h4></em></summary>\n\n```'",
"dryRunCommand": true,
"pipe": true
},
{
"command": "yarn audit",
"command": "npx audit-ci --config ./audit-ci.jsonc",
"dryRunCommand": true,
"runFromRoot": true,
"pipe": true
Expand Down Expand Up @@ -193,32 +193,47 @@
"tauri-bundler": {
"path": "./tooling/bundler",
"manager": "rust",
"dependencies": ["tauri-utils"]
"dependencies": [
"tauri-utils"
]
},
"tauri-runtime": {
"path": "./core/tauri-runtime",
"manager": "rust",
"dependencies": ["tauri-utils"]
"dependencies": [
"tauri-utils"
]
},
"tauri-runtime-wry": {
"path": "./core/tauri-runtime-wry",
"manager": "rust",
"dependencies": ["tauri-utils", "tauri-runtime"]
"dependencies": [
"tauri-utils",
"tauri-runtime"
]
},
"tauri-codegen": {
"path": "./core/tauri-codegen",
"manager": "rust",
"dependencies": ["tauri-utils"]
"dependencies": [
"tauri-utils"
]
},
"tauri-macros": {
"path": "./core/tauri-macros",
"manager": "rust",
"dependencies": ["tauri-codegen", "tauri-utils"]
"dependencies": [
"tauri-codegen",
"tauri-utils"
]
},
"tauri-build": {
"path": "./core/tauri-build",
"manager": "rust",
"dependencies": ["tauri-codegen", "tauri-utils"],
"dependencies": [
"tauri-codegen",
"tauri-utils"
],
"postversion": [
"node ../../.scripts/covector/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }",
"cargo build --manifest-path ../tauri-config-schema/Cargo.toml"
Expand All @@ -245,7 +260,9 @@
"path": "./tooling/cli/node",
"manager": "javascript",
"getPublishedVersion": "node ../../../.scripts/covector/package-latest-version.js npm ${ pkgFile.pkg.name } ${ pkgFile.pkg.version }",
"dependencies": ["tauri-cli"],
"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 @@ -257,7 +274,10 @@
"tauri-cli": {
"path": "./tooling/cli",
"manager": "rust",
"dependencies": ["tauri-bundler", "tauri-utils"],
"dependencies": [
"tauri-bundler",
"tauri-utils"
],
"postversion": [
"cargo check",
"cargo build --manifest-path ../../core/tauri-config-schema/Cargo.toml"
Expand All @@ -268,11 +288,6 @@
"name": "${ pkg.pkg }-${ pkgFile.version }.crate"
}
]
},
"tauri-driver": {
"path": "./tooling/webdriver",
"manager": "rust",
"postversion": "cargo check"
}
}
}
5 changes: 5 additions & 0 deletions .changes/fix-macos-privileged-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": patch:bug
---

Fix update installation on macOS when using an user without admin privileges.
5 changes: 0 additions & 5 deletions .changes/fix-remove-tempdir-unc-prefix.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/hardened-runtime-option.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/ipc-invoke-key-integration-tests.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/nsis-run-progrma-space.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/updater-nsis-shortcut.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/utils-nsis-args-ns.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:

jobs:
audit-rust:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: rust audit
Expand All @@ -31,7 +31,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

audit-js:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: audit workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-change-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

jobs:
check:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check-generated-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:

jobs:
changes:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
api: ${{ steps.filter.outputs.api }}
schema: ${{ steps.filter.outputs.schema }}
Expand All @@ -39,7 +39,7 @@ jobs:
- 'core/tauri-config-schema/schema.json'

api:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: changes
if: needs.changes.outputs.api == 'true'
steps:
Expand All @@ -52,7 +52,7 @@ jobs:
run: ./.scripts/ci/has-diff.sh

schema:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: changes
if: needs.changes.outputs.schema == 'true'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-license-header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
check:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: dorny/paths-filter@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/covector-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [pull_request]

jobs:
covector:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
Expand Down
Loading