CHANGELOG.md updates in prep of 0.2.5 release (#278)

pull/292/head
Josh Rabinowitz 6 years ago committed by Nikita Sobolev
parent 9cccf162c6
commit 14eea46cc9

@ -2,7 +2,23 @@
## {{Next Version}}
- Add tests for expired gpg keys, and gpg keys with only emails.
- Add -l option to whoknows, which shows key expiration dates (#283)
- Add -P option (preserve permissions) to reveal and hide (#172)
- Add -F option (force, changing some errors to warnings) to hide and reveal (#253)
- Add tests for expired gpg keys, and gpg keys with only emails (#276)
- Add support for FreeBSD (#244)
- Issue error message when unable to hide a secret (#202, #238)
- Fix 'hide' to only count actually hidden files as hidden (#280)
- Accept gpg key with no name, only an email (#227)
- Fix issues with spaces in paths and filenames (#226, #135)
- Fix issue when 'hide' used in subdir of repo (#230)
- Require keys to be specified by email, as documented (#267)
- Disallow 'git secret tell' or 'killperson' with emails that are not in keychain (also #267)
- Fixed bugs and improved error messages (#174)
- Allow user to specify name of secret dir at runtime using SECRETS_DIR env var, and test (#247, #250)
- Improve documentation regarding operation with different versions of GPG (#274, #182)
- Documentation improvements, error message and text improvements, and typo fixes (#254)
- git-secret RFC#001 added, documenting a path towards independence from gpg binary formats (#208)
## Version 0.2.4

Loading…
Cancel
Save