Merge branch '1.x' into dev

This commit is contained in:
Lucas Nogueira
2023-10-20 00:04:26 -03:00
110 changed files with 5288 additions and 3112 deletions

15
.changes/bump-1.5.md Normal file
View File

@@ -0,0 +1,15 @@
---
"tauri": 'patch:enhance'
"tauri-bundler": 'patch:enhance'
"tauri-build": 'patch:enhance'
"tauri-codegen": 'patch:enhance'
"tauri-macros": 'patch:enhance'
"tauri-utils": 'patch:enhance'
"tauri-runtime": 'patch:enhance'
"tauri-runtime-wry": 'patch:enhance'
"tauri-cli": 'patch:enhance'
"@tauri-apps/cli": 'patch:enhance'
"@tauri-apps/api": 'patch:enhance'
---
Pull changes from Tauri 1.5 release.

View File

@@ -1,6 +1,5 @@
{
"gitSiteUrl": "https://www.github.com/tauri-apps/tauri/",
"timeout": 3600000,
"changeTags": {
"feat": "New Features",
"enhance": "Enhancements",
@@ -271,7 +270,8 @@
},
"tauri-driver": {
"path": "./tooling/webdriver",
"manager": "rust"
"manager": "rust",
"postversion": "cargo check"
}
}
}

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

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