mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 21:05:05 +00:00
49 lines
2.2 KiB
Markdown
49 lines
2.2 KiB
Markdown
# Changelog
|
|
|
|
## \[0.1.2-beta.8]
|
|
|
|
- Ignore the linuxdelpoy.AppImage artifact
|
|
- [af44d01](https://github.com/JonasKruckenberg/tauri-build/commit/af44d01e2641bd82acc2c45f9b9ac8cb887a6577) fix: ignore linuxdeploy on 2022-05-09
|
|
|
|
## \[0.1.2-beta.7]
|
|
|
|
- Fix globbing for artifacts on windows.
|
|
- [4728478](https://github.com/JonasKruckenberg/tauri-build/commit/4728478711cb3d8373d20dd2246f44bacbd51f3b) fix: globbing for artifacts on windows on 2022-05-09
|
|
|
|
## \[0.1.2-beta.6]
|
|
|
|
- Correctly encode the output as JSON
|
|
- [86b50e9](https://github.com/JonasKruckenberg/tauri-build/commit/86b50e91f77b9e0b951b4d7a02bf8c969caa9c15) fix: correctly encode output as json on 2022-05-09
|
|
|
|
## \[0.1.2-beta.5]
|
|
|
|
- Use proper cargo command to detect the artifact directory.
|
|
- [e21d218](https://github.com/JonasKruckenberg/tauri-build/commit/e21d218be11a5009285f6bb6b1cee5a214cec470) fix: proper target dir detection using cargo on 2022-05-09
|
|
|
|
## \[0.1.2-beta.4]
|
|
|
|
- Replace execa with standard NodeJS exec.
|
|
- [9c72264](https://github.com/JonasKruckenberg/tauri-build/commit/9c722640b5343e17d4e870945a5ab8bab093a782) add changefile on 2022-05-09
|
|
|
|
## \[0.1.2-beta.3]
|
|
|
|
- Only change working directory when projectPath is given.
|
|
- [5fa2b7e](https://github.com/JonasKruckenberg/tauri-build/commit/5fa2b7e361e1a40748f9373544d42ae2d287e260) only change dir optionally on 2022-05-08
|
|
|
|
## \[0.1.2-beta.2]
|
|
|
|
- Call the correct tauri subcommand
|
|
- [f593898](https://github.com/JonasKruckenberg/tauri-build/commit/f593898d4994e9ab7130631432cffbbde4ec74ba) fix: call the correct tauri subcommand on 2022-05-08
|
|
|
|
## \[0.1.2-beta.1]
|
|
|
|
- Update Tauri CLI to version `1.0.0-rc.10`
|
|
- [f83afa4](https://github.com/JonasKruckenberg/tauri-build/commit/f83afa4608fbec046f5b1015d2129e36c6de7c2f) Create chore-update-tauri.md on 2022-05-08
|
|
- Correctly change working dir to projectPath when configured.
|
|
- [8864b18](https://github.com/JonasKruckenberg/tauri-build/commit/8864b1892897635a72de9bfce95f395c39c35eb1) fix: correctly change working dir to projectPath on 2022-05-08
|
|
|
|
## \[0.1.2-beta.0]
|
|
|
|
- Include Tauri CLI binaries for all supported platforms.
|
|
- [59ffbba](https://github.com/JonasKruckenberg/tauri-build/commit/59ffbba21ce2ad94621365ddf2f848c908e4e2ec) fix. use only deps supported on gh actions on 2022-05-08
|