Files
archived-tauri-action/CHANGELOG.md
Fabian-Lars c5c0e27d68 refactor: Merge workspace into single package. (#362)
* refactor repo into one package

* take pnpm for a test drive

* add tslib again

* fix dist path in action.yml

* split up core script. add eslint

* don't early return artifacts on macos

* up node version

* update deps

* fix change files

* rebuild dist
2023-02-06 13:44:53 +01:00

9.4 KiB

Changelog

[0.3.1]

  • Added the bundleIdentifier input to modify Tauri's default bundle identifier when initializing a new Tauri app.
    • 743a37f feat(core): add bundle identifier option (#263) on 2022-05-11
  • Added support to loading version from JSON file in tauri.conf.json > package > version.
    • 16a8f02 build(action): rebuild after fixing version parse error (#268) on 2022-05-28

[0.3.0]

  • Delete assets from existing release, allowing running the action twice for the same version if an error happens.
    • 1205112 fix: workflow fails whenever there's asset with same build name attached on the draft (#208) on 2022-02-20
  • Added support to JSON5 on tauri.conf.json[5].
  • Update to Tauri release candidate.
    • 4d70258 fix: Change msi naming scheme for recent Tauri upgrades (#227) on 2022-02-20
  • Added support to Cargo workspaces.

[0.2.0]

  • Removed the preferGlobal and npmScript inputs and added a tauriScript option.
    • a1050c9 refactor: add tauriScript input, remove preferGlobal and npmScript (#183) on 2021-11-01

[0.1.5]

  • Fix action bundle.
    • a226a3d fix: rebuild github action bundle (#166) on 2021-09-01

[0.1.4]

  • Fix .app tar being nested in folders
    • 2a35a8a Fix .app tar being nested in folders (#158) on 2021-09-01
  • Linux: Upload AppImage updater artifacts if available. macOS: Replace [AppName].app.tgz to [AppName].app.tar.gz to align with updater artifacts.
    • e7266ff fix(action): Upload AppImage updater artifacts when available (#163) on 2021-08-31
  • Fix incorrect version being used in release names

[0.1.3]

  • Fixes execution of the tar command on macOS when the application name has spaces.
    • b4b20f9 fix(core): command execution (#132) on 2021-05-11
  • Adds args option to pass arguments to the tauri command.
  • Include updater artifacts if available.
    • 0e9704e Add updater artifacts when available (#129) on 2021-05-13

[0.1.2]

  • Fixes Artifacts not found error on Linux when the productName is converted to kebab-case.
    • e6aa180 fix(core): product name on Linux is converted to kebab-case (#125) on 2021-04-29

[0.1.1]

  • Fixes action packaging.
    • 2598dd6 fix(action): runtime issue: tslib not found, use tauri-apps/tauri-action as action path (#119) on 2021-04-28
  • Revert action path to tauri-apps/tauri-action.
    • 2598dd6 fix(action): runtime issue: tslib not found, use tauri-apps/tauri-action as action path (#119) on 2021-04-28

[0.1.0]

  • Update to Tauri beta release candidate.
    • b874256 refactor: rewrite as yarn workspace, add cli as test tool (#98) on 2021-04-26
    • dbbc6b4 fix(action): test CI and fixes for usage with tauri beta-rc (#114) on 2021-04-28

[0.0.10]

  • If vue-cli-plugin-tauri is detected, the tauri:build command will be used.
    • f043343 feat: add support for building with vue cli (#60) on 2021-01-30

[0.0.9]

  • Add option to elect using an existing globally installed version of Tauri.
    • a45f21b feature: add preferGlobal option (#48) on 2020-09-02

[0.0.8]

  • Uploaded assets break when data receives fs.readFileSync(assetPath).toString() even though types suggest it. Giving it a Buffer fixes the issue.
    • cf98c66 fix: broken asset release upload (#45) on 2020-08-23

[0.0.7]

  • Updates for tauri.js 0.10.0 and tauri-core 0.8.0.
    • 4c37642 fix(action) update to latest tauri.js and tauri versions on 2020-07-22

[0.0.6]

  • Fixes the includeDebug input usage.
    • 58d7b86 fix(action) includeDebug usage on 2020-07-12
  • Update @actions/github package version to v4.
    • 2e93aab refactor(action) update @actions/github to v4 (#13) on 2020-07-12

[0.0.5]

  • Adds support to tauri listed as a dev dependency on package.json.
    • a14bbef feat(action) add support to devDependencies' tauri on 2020-07-12
  • Fixes the macOS .app compression to tar when using includeDebug.
    • 52c88ce fix(action) macOS .app compression with includeDir= true on 2020-07-12

[0.0.4]

  • Fixes the action build script.
    • 981f369 fix(action) build script on 2020-07-12

[0.0.3]

  • Build action on preversion so we can't forget to build when a version is updated.
    • af79aee chore: build action on version (#7) on 2020-07-12
  • Adds an option to run a custom package.json script with the npmScript input.
    • f91ad8d feat(action) add option to run custom package.json script (#8) on 2020-07-12
  • Adds an option to include a debug build with the includeDebug (bool) input.
    • a6b824c feat(action) add option to include a debug build (#6) on 2020-07-12

[0.0.2]

  • Implement covector for change management and git tag creation.
    • f6ce359 change file on 2020-07-11