Skip to content

Commit

Permalink
Merge branch 'dev' into test/disable-dmg-signer
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Jan 10, 2025
2 parents acff30a + cde0ff7 commit 356bdf4
Show file tree
Hide file tree
Showing 32 changed files with 982 additions and 896 deletions.
6 changes: 6 additions & 0 deletions .changes/add-community-plugins.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": patch:bug
"@tauri-apps/cli": patch:bug
---

Properly add NPM packages for community plugins when using the `tauri add` command.
7 changes: 7 additions & 0 deletions .changes/escape-glob.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"tauri": "patch:bug"
"tauri-build": "patch:bug"
"tauri-bundler": "patch:bug"
---

Fix tauri fails to build if the project path contains glob characters
6 changes: 6 additions & 0 deletions .changes/fix-cli-dev-server-reload.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
tauri-cli: 'patch:bug'
'@tauri-apps/cli': 'patch:bug'
---

Fixed an issue that caused the built-in dev server to constantly refresh on Linux. This only affected users who do not have `devUrl` point to a URL.
6 changes: 6 additions & 0 deletions .changes/fix-development-team-spaces.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 iOS build failing when the development team contains spaces.
Loading

0 comments on commit 356bdf4

Please sign in to comment.