mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
* 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
9.4 KiB
9.4 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]
- Delete assets from existing release, allowing running the action twice for the same version if an error happens.
- 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.5]
[0.1.4]
- Fix
.apptar being nested in folders - 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.3]
- Fixes execution of the
tarcommand onmacOSwhen the application name has spaces. - Adds
argsoption to pass arguments to the tauri command. - Include updater artifacts if available.
[0.1.2]
- Fixes
Artifacts not founderror on Linux when theproductNameis converted tokebab-case.
[0.1.1]
- Fixes action packaging.
- Revert action path to
tauri-apps/tauri-action.
[0.1.0]
- Update to Tauri beta release candidate.
[0.0.10]
- If vue-cli-plugin-tauri is detected, the tauri:build command will be used.
[0.0.9]
- Add option to elect using an existing globally installed version of Tauri.
[0.0.8]
- Uploaded assets break when
datareceivesfs.readFileSync(assetPath).toString()even though types suggest it. Giving it a Buffer fixes the issue.
[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.
[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
- 52c88ce fix(action) macOS .app compression with
[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.
- Adds an option to run a custom package.json script with the npmScript input.
- Adds an option to include a debug build with the includeDebug (bool) input.
[0.0.2]
- Implement covector for change management and git tag creation.
- f6ce359 change file on 2020-07-11