[0.5.0]
Highlights
GitHub Publication Workflow Template
- #23 - feat: add publish workflow template.
We've added .github/workflows/publish.yaml to the template to help you publish your application on GitHub Actions.
This workflow is triggered every time you push to the release branch, or you can also trigger it manually.
Alternatively, you can modify it to suit your workflow.
Fixed
-
#22 - fix(svelte): fix incorrect
frontendDistpath in svelte template.The output directory for Svelte template has now been changed from
builddirectory todistdirectory to match thebuild.frontendDistsetting intauri.conf.json. -
#20 - fix: fix Linux and macOS build scripts.
-
Pass the
libpythonpath correctly on Linux and macOS as-Larguments toRUSTFLAGS. -
Temporarily disable
appimagebundle targetCurrently unable to build
appimage, see python-pillow/Pillow#9198. -
Change the default
identifiertocom.username.{{ project_name }}Tauri no longer recommends identifiers ending with
.app, see tauri-apps/tauri#12674.
-
Security
-
#19 - chore(deps-dev): bump vite from 6.3.5 to 6.3.6 in the npm_and_yarn group across 1 directory.
bump
viteto6.3.6to fix security advisory.
Internal
- #21 - ci: add template testing CI.