Releases: tauri-apps/tauri-action
Releases · tauri-apps/tauri-action
Release list
action v1.0.0
[1.0.0]
db4399e(#1194 by @FabianLars) Breaking Change:.app.tar.gz&.app.tar.gz.sigfiles will now include the app version like all other bundles/installers.53c8863(#1315 by @FabianLars) The download urls inlatest.jsonwill now use the github url instead of the browser download url.9b64567(#1167 by @FabianLars) Breaking Change: Drop support for Tauri v1 and unstable v2 (alpha, beta, rc) versions.9491f9d(#1177 by @FabianLars) Breaking Change: The action will now fail ifdraft: trueis set but the relevant release is not a draft.ab62863(#1176 by @FabianLars) The frontend lockfile detection will now move up the file tree to fix issues in workspaces.adb8bd3(#1170 by @FabianLars) Breaking Change: RemoveincludeReleaseandincludeDebug. You can switch to debug builds viaargs: --debug. To upload release and debug builds, runtauri-actiontwice, preferably in a job matrix for concurrent builds.eea1890(#1175 by @FabianLars) Improved runner detection to prevent silent fails if runner (npm, pnpm, yarn, bun) was not installed while a lockfile was present.acc588b(#1203 by @FabianLars) Added initial Android & iOS support. This only includes building (=== runningtauri android|ios build), installing dependencies and uploading to stores must be done manually.2e37e06(#1174 by @FabianLars) Usenpm execinstead ofnpm runif@tauri-apps/cliwas detected with notauriscript inpackage.json.1898cf4(#1186 by @FabianLars) Fiixed an issue that caused outdated signatures for macos universal builds in latest.json when re-running the action on the same release multiple times.5c7403d(#1326 by @FabianLars) ExposemainBinaryNameinreleaseAssetNamePatternandworkflowArtifactNamePattern.5d35c8e(#1189 by @FabianLars) The upload release assets will now have the original file as itslabelwhich will show as the filename on the GitHub Release page and will be used internally to update assets on reruns and to get the download urls for latest.jsonc18827e(#1183 by @FabianLars) Breaking Change: RenamedassetNamePatterntoreleaseAssetNamePattern.766720b(#1172 by @FabianLars) Breaking Change: Removed the feature to automatically initialize a Tauri project.25f3730(#1208 by @FabianLars) Breaking Change: RenamedincludeUpdaterJsontouploadUpdaterJsonfor consistency with other similar options.53c8863(#1315 by @FabianLars) Removed Gitea support.6d11c27(#1185 by @FabianLars) Breaking Change: RemovedupdaterJsonKeepUniversal. This is now always enabled.7485c95(#1169 by @FabianLars) Switch from unmaintained@iarna/tomltosmol-toml. No user-facing changes.8236c82(#1277 by @FabianLars) Semi-Breaking Change: The action will now update the name and body of existing releases.05c1b09(#1178 by @FabianLars) Added built-in variant ofactions/upload-artifactto easily upload each bundle as a seperate archive. This may be removed once actions/upload-artifact#331 lands.6434f9a(#1296 by @Ludea) Added initial support forvite+.
action v0.6.2
action v0.6.1
[0.6.1]
ad5c271(#1241 by @FabianLars) Fixed an issue that caused the action to only read one--configarg.
action v0.5.25
[0.5.25]
3c63ddbFix default file name pattern to match tauri's file names again.
action v0.6.0
[0.6.0]
e918a06(#1133) EncodetagNameoption value inlatest.jsonURL.45acc19(#1164) AddgenerateReleaseNotesconfig to use GitHub's release notes API to auto generate the release name and/or body.59a1a70(#1166) Fix default file name pattern to match tauri's file names again.08112f7(#1106) Added experimental support for Gitea hosted instances.08112f7(#1106) Added a config to set the GitHub API URL which should help users with self-hosted instances and those using GitHub Enterprise.b067139(#1130) The action now uses node v24 which raises the minimum GitHub runner version tov2.327.1.
action v0.5.24
[0.5.24]
c5d6ac7(#1152 by @FabianLars) Thelatest.jsonfile now contains{os}-{arch}-{installer}keys as well to support multiple installer formats per platform. This requirestauri-plugin-updaterversion2.10.0or above.0085932(#1141 by @jarjk) Added option to upload the app's binary alongside installers.
action v0.5.23
[0.5.23]
5b1138d(#1099 by @lete114) Added theassetNamePatternconfig that allows setting a template specifying how uploaded assets will be named in the release.
BREAKING CHANGE: The default naming scheme will now have the-debugsuffix at the end (before the extension) on all assets.fcedb49(#1125 by @ChanTsune) Fixed an issue that caused the action to look forx64artifacts on native ARM runners.
action v0.5.22
[0.5.22]
be57b0c(#1100 by @FabianLars) Fixed an issue that caused the action to upload only the first artifact it found.
action v0.5.21
action v0.5.20
[0.5.20]
563aed7(#1031 by @Muska-Ami) Add support for Bun's text-based lockfile.