Skip to content

Releases: gabfl/vault

1.8.2

12 Jan 14:16
ccf1f34
Compare
Choose a tag to compare

Fix for recursive search

29 Oct 12:04
6654873
Compare
Choose a tag to compare

From #25:

  • Bugfix for recursive search

Autolock fix

13 Oct 15:19
Compare
Choose a tag to compare

From 23:

  • Autolock compatibility with new loops

Improve performance and reliability

03 Oct 13:55
Compare
Choose a tag to compare

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

08 Jul 20:04
Compare
Choose a tag to compare
Pre-release

Fixed lib import, update with: pip3 install pyvault --upgrade

Improve auto locking coverage

05 Jul 15:09
Compare
Choose a tag to compare
Pre-release
1.3

Setup.py (#7)

1.2: Native import export (#5)

27 Jun 22:13
Compare
Choose a tag to compare
Pre-release
  • Native import/export
  • Quick search results selection

1.1

24 Jun 12:55
Compare
Choose a tag to compare
1.1 Pre-release
Pre-release
  • 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

1.0

24 Jun 02:00
Compare
Choose a tag to compare
1.0 Pre-release
Pre-release
Initial commit