mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 03:47:37 +03:00
8d148a9e25
* feat!: Custom sign command with object notation * implement JsonSchema if schema feature is enabled * feat: support old string-based custom signing command config * format: Run cargo fmt inside tooling/bundler folder * chore: update json schema * format: cargo fmt again * small cleanup * fix change file --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
9 lines
209 B
Markdown
9 lines
209 B
Markdown
---
|
|
"tauri-bundler": patch:feat
|
|
"tauri-utils": patch:feat
|
|
"@tauri-apps/cli": patch:feat
|
|
"tauri-cli": patch:feat
|
|
---
|
|
|
|
Custom sign command with object notation for whitespaces in the command path and arguments.
|