Clavyn v0.1.2-alpha.4
Pre-releaseWhat's Changed
Vault reset from the locked unlock screen
The vault reset button previously lived only inside the unlocked "Danger Zone", which made it impossible to reset the vault after forgetting the master passphrase — the exact situation reset exists for. The unlock screen now shows a "Forgot passphrase? Reset vault" link that opens the same passphrase-gated confirmation form; cancelling returns to the normal unlock form. (#26)
The reset confirmation form is extracted into a shared VaultResetForm component so the locked and unlocked entry points render one implementation and cannot drift apart.
Termius-style tab drag-and-drop
Dropping a tab onto a terminal now splits the pane, dragging across tabs swaps them, and the tab strip supports reordering. (#27)
See CHANGELOG.md for the full history.
Full Changelog: v0.1.2-alpha.3...v0.1.2-alpha.4