Releases: gabfl/vault
Releases · gabfl/vault
1.8.2
Fix for recursive search
From #25:
- Bugfix for recursive search
Autolock fix
From 23:
- Autolock compatibility with new loops
Improve performance and reliability
From #20:
- Remove the
(g)et
menu and incorporate its feature in the(s)earch
menu - Shows an error message on empty searched
From #21:
- Use Python infinite loop to return to menus instead of calling back the menu methods (will make the program lighter and avoid crashes)
From #22:
- Add a menu to copy the login to the clipboard
- Change shortcuts to copy password to the clipboard and show the password
- Support for uppercase input when typing a command
Install this update with:
pip3 install pyvault --upgrade
Bugfix: Fix lib import
Fixed lib import, update with: pip3 install pyvault --upgrade
Improve auto locking coverage
1.3 Setup.py (#7)
1.2: Native import export (#5)
- Native import/export
- Quick search results selection
1.1
- Dedicated menu for secrets
edit
feature (allow to change category, name, login, password and notes)- Auto erase passwords sent to StdOut after X seconds
- Option to customize auto-erase delay
- Catch
Ctrl
+c
on inputs to send user back to main menu