Releases: pytauri/create-pytauri-app
v0.5.0
[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.
 
v0.4.0
What's Changed
- fix(build): bump 
setuptools >= 80forbuild-systemby @WSH032 in #16 - chore(deps): bump devalue from 5.1.1 to 5.3.2 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #17
 - feat: bump 
pytauritov0.8by @WSH032 in #18 
Full Changelog: v0.3.0...v0.4.0
v0.3.0
[0.3.0]
Added
- #14 - feat: bump 
pytauritov0.7. 
What's Changed
- chore(deps): bump brace-expansion from 2.0.1 to 2.0.2 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #12
 - feat: bump 
pytauritov0.7by @WSH032 in #14 
New Contributors
- @dependabot[bot] made their first contribution in #12
 
Full Changelog: v0.2.0...v0.3.0
v0.2.0
[0.2.0]
Highlights
- #10 - feat: add svelte support.
 
Added
- #7 - feat: add pytauri home link to template.
 
Changed
- #7 - feat: update to pytauri 
v0.6.0.- Bump all pytauri packages to 
0.6 - Migrate for pytauri 
v0.6breaking changes - Bump 
pyo3to0.25 
 - Bump all pytauri packages to 
 
What's Changed
- Update README.md by @ISOR3X in #6
 - Version increments for PyTauri v0.6.0 update by @ISOR3X in #7
 - feat: add svelte support by @ISOR3X in #10
 - chore(release): bump version to 0.2.0 by @ISOR3X in #11
 
New Contributors
Full Changelog: v0.1.0...v0.2.0