Files
archived-tauri-action/packages/core/CHANGELOG.md
2022-06-07 18:15:15 -03:00

4.3 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]

  • 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.3]

  • 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.2]

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

[0.1.1]

  • 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.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