v0.2.0
Notable Changes
-
Breaking Change: The interface for reading plaintext and encrypted file content has been changed to be more
idiomatic since the standardReadandWritetraits can now be used through a specialized file handle. -
Breaking Change: The
PASSWORD_STORE_DIRconstant has been removed and replaced with the function
password_store_dir()to accommodate processes changing their own environment at runtime. -
Breaking Change:
libpass::list()now returns a flat data structure instead of the whole store tree.
Uselibpass::retrieve("/")if you want the complete tree structure. -
Addition: Implement iteration over store directories