mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
4.3 KiB
4.3 KiB
Changelog
[0.3.1]
- Added the
bundleIdentifierinput to modify Tauri's default bundle identifier when initializing a new Tauri app. - Added support to loading version from JSON file in
tauri.conf.json > package > version.
[0.3.0]
- Added support to JSON5 on
tauri.conf.json[5]. - Update to Tauri release candidate.
- Added support to Cargo workspaces.
[0.2.0]
- Removed the
preferGlobalandnpmScriptinputs and added atauriScriptoption.
[0.1.3]
- Linux: Upload AppImage updater artifacts if available.
macOS: Replace
[AppName].app.tgzto[AppName].app.tar.gzto align with updater artifacts. - Fix incorrect version being used in release names
[0.1.2]
- Adds
argsoption to pass arguments to the tauri command. - Fixes
execCommandusage. - Include updater artifacts if available.
[0.1.1]
- Fixes
Artifacts not founderror on Linux when theproductNameis converted tokebab-case.