Releases: jswidler/lockgit
Release 0.9.0
Just a couple small fixes in this release:
--version
will now tell you the version of LockGitlockgit status
will now properly display glob pattern matches even when the files are not mountedlockgit open
will now properly create nested directories that are missing
Release 0.8.0
Random IDs are now used instead of salted file hashes.
Release 0.7.1
Fixes an issue with committing new files
Release 0.7.0
This release adds support for glob patterns. Now it is easy to manage groups of files and create patterns that will follow your secrets around even if they are moved.
Release 0.6.1
This release mostly contains updates to textual output. Lockgit can now make bash and zsh completion scripts. Bash autocompletion will be installed automatically when you install from brew.
Release 0.6.0
The key will no longer be stored in the .lockgit directory that is placed in the git repo.
Instead, it will be stored in the config in the home directory.
Existing repos will be automatically migrated so the key will be automatically copied to the new location, but the key file will be left in place. It can be deleted once the key has been copied to the new location.
Release 0.5.1
Changes:
- Output paths are now relative to the working directory
- Fixed a bug where unchanged files would be reported as having changes when opening a vault
Initial beta release 0.5.0
Lockgit is ready for use! Encrypting secrets inside source control has never been easier! Get rid of git guilt and make your secrets safe today! This sentence cannot be proven!