🚀 Release v1.0.16
Added
- Age Key Directory Override: Allow specifying where
.age-identityand.age-recipientare stored viaage_dir,--age-dir, orPVETUI_AGE_DIRfor shared config setups. (#72) - Tilde Expansion for Paths:
~now expands inage_dirandcache_dirvalues from config, flags, and environment variables.
Fixed
- Config Wizard Auth Validation: Read live form values at save time and validate the profile being edited to avoid stale auth errors across platforms. (#69, #70)
- Config Wizard Token Validation: Warn when only one of token ID/secret is provided so partial token input isn't silently discarded.
- Config Wizard Defaults: When launched via
--config-wizardwithout an existing config, the wizard now seeds from the default template to match onboarding behavior. (#69, #70) - Windows Config Path Handling: Default to the standard config path when launching the wizard without an existing config, and also probe XDG locations so legacy
~/.config/pvetuisetups are discovered. (#69, #70)