Skip to content

Releases: pytauri/create-pytauri-app

v0.5.0

15 Sep 09:47
3ec4ede

Choose a tag to compare

[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 frontendDist path in svelte template.

    The output directory for Svelte template has now been changed from build directory to dist directory to match the build.frontendDist setting in tauri.conf.json.

  • #20 - fix: fix Linux and macOS build scripts.

    • Pass the libpython path correctly on Linux and macOS as -L arguments to RUSTFLAGS.

    • Temporarily disable appimage bundle target

      Currently unable to build appimage, see python-pillow/Pillow#9198.

    • Change the default identifier to com.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 vite to 6.3.6 to fix security advisory.

Internal

  • #21 - ci: add template testing CI.

v0.4.0

01 Sep 10:20
v0.4.0
148f3e4

Choose a tag to compare

What's Changed

  • fix(build): bump setuptools >= 80 for build-system by @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 pytauri to v0.8 by @WSH032 in #18

Full Changelog: v0.3.0...v0.4.0

v0.3.0

23 Jul 15:48
d8ad40f

Choose a tag to compare

[0.3.0]

Added

  • #14 - feat: bump pytauri to v0.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 pytauri to v0.7 by @WSH032 in #14

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

08 Jun 10:27
46a57ec

Choose a tag to compare

[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.6 breaking changes
    • Bump pyo3 to 0.25

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

  • @ISOR3X made their first contribution in #6

Full Changelog: v0.1.0...v0.2.0

v0.1.0

30 May 09:31
57b6857

Choose a tag to compare

First version of the create-pytauri template generator.

Currently supports react and vue (typescript only).