implemented manual saving

This commit is contained in:
Jonathan Lamothe 2019-01-01 21:02:52 -05:00
parent f2ae7bca76
commit 191be38fbe
2 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,10 @@
# Changelog for passman
## Unreleased changes
- implemented manual saving
## 0.1.1
- corrected a bug that was causing the pwGenerate function to hang occasionally.
- this may cause some passwords to be generated differently
## Unreleased changes

View File

@ -63,6 +63,7 @@ mainMenu =
[ ( "add a password", addPassword )
, ( "view/edit a password", viewEditMenu )
, ( "change master password", changeMasterPass )
, ( "save manually", save >> mainMenu )
, ( "lock session", lockSession )
, ( "quit", quit )
]