tauri-docs
tauri-docs copied to clipboard
The source for all Tauri project documentation.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@astrojs/markdown-remark](https://astro.build) ([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/markdown/remark)) | [`^5.2.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/@astrojs%2fmarkdown-remark/5.3.0/6.3.2) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | [`3.5.3` -> `3.6.0`](https://renovatebot.com/diffs/npm/prettier/3.5.3/3.6.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) | [`10.12.1` -> `10.12.2`](https://renovatebot.com/diffs/npm/pnpm/10.12.1/10.12.2) | [](https://docs.renovatebot.com/merge-confidence/) |...
### Describe the bug When calling the file picker (e.g., FileDialogBuilder::pick_file() on macOS), the system dialog only partially follows the system language. The main contents (like file/folder names, sidebar items...
#### Description - What does this PR change? Give us a brief description. - translate /develop/configuration-files.mdx - translate /security/scope.mdx
When sandboxing and bundling a macOS app, it is necessary to include the following entitlement: ``` com.apple.security.network.client ``` Without this, the app fails to function correctly.(white screen) While I am...
### Describe the bug If you run the application in the Xcode Simulator - `pnpm tauri ios dev "iPhone 16 Pro"`, then everything works fine. But when connecting a physical...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sass](https://redirect.github.com/sass/dart-sass) | [`1.89.0` -> `1.89.2`](https://renovatebot.com/diffs/npm/sass/1.89.0/1.89.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
#### Description - This PR fixes a (possible) typo regarding hooks for extending NSIS installers (`.nsi` -> `.nsh`) - This PR adds a section to the Windows Installer doc illustrating...
#### Description I was trying to build a flatpak for Museeks, and realized the current documentation is fairly incomplete and was lacking a few key concepts and indications. This PR...