Skip to content

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 01 Mar 18:01
· 58 commits to main since this release
fix: remove autostart plugin config that crashes Tauri on startup

tauri-plugin-autostart expects a unit type (no config map) in the plugins
section. The {"enabled": true} object caused a deserialization error on
builder.run(), killing the app before any window could render.