- Replaced deprecated
optparse
withargparse
- Restructured CLI into sub-commands
- Added
unmount
command for unmounting all or specific managed folders - Refactoring work to simplify code
- Initial fork of gnome-encfs v0.1 (ported from Mercurial VCS)
- Ported to support
gocryptfs
instead ofencfs
- Ported to Python 3, by replacing deprecated
python-gnomekeyring
withpython3-gi
- Introduced
KeyRing
object for interacting with GNOME keyring throughlibsecret
- Added CI for running tests