All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Added a 'pass timer' command to show the current timer status.
- Improved timer tests.
- Improved GPG trust level detection.
- Ensure timer setting are persistent. #31
- Only remove .tomb extension from tomb file. #28 #33
- Linter fix.
1.2 - 2019-06-29
- Ensure the GPG keys used are trusted before tomb creation.
- Add a systemd pass-close service unit, allowing more than one timer. #24
- Add completion for bash and zsh.
- Compatibility with Tomb 2.6
- Simplify test setup
- Do not set password tomb permission, only ownership. #23
- Use relative path for systemd-run #18
- The systemd based timer now works properly
1.1 - 2017-12-10
- Add --force option, force operation (i.e. even if swap is active) #13.
1.0 - 2017-05-20
- This is the first stable release.
- New
-t
option automatically close the password store using a systemd timer. - New
-p
option to create & open the password tomb in a subfolder of the password store. - New
-n
option to create a password tomb but do not initialise the password store. - Added code coverage using kcov.
- The test suite has been changed from an handmade one to the sharness test suite.
- The new test suite and code coverage are at the origin of a lot of debugging.
0.5 - 2017-04-14
- Added
--no-init
or-n
option. With this option, pass-tomb create a tomb but do not initialise the password store. - Added a quiet mode using
-q
- Various spelling corrections and code improvement.
0.2 - 2017-02-28
- Support for password tomb named with extension. #2
- Support for the last version of tomb option using GPG key.
- Update the way to set ownership when mounting a tomb. #1
0.1 - 2017-02-21
- Initial release