Releases
v0.2.6
Features
git-secret is now available in Fedora, link added to README.md. (#315 )
Support automated testing on windows with Travis CI (#372 )
Support SECRETS_VERBOSE env var to enable verbosity (#323 )
Use gpg without --quiet when decrypting in verbose mode (#394 )
Add -v options to 'tell' and 'reveal', showing gpg output (#320 , #395 )
Change 'init' to never ignore .secret files (#362 )
'add' appends filepaths to .gitignore by default (#225 )
Automate the GitHub release (#411 )
Bugfixes
Fix 'hide -m' when used as first hide operation (#466 )
Fix code to respect $TMPDIR when generating tmp files (#451 )
Be more careful when deleting test files (#360 )
Use separate directory when testing, instead of using $BATS_TMPDIR directly (#407 )
Fix 'whoknows -l' and related tests on FreeBSD (#454 )
Fix git-secret init when used on busybox (#475 )
Update git-secret.io, fix utils/gh-branch.sh to use 'git all --add' (#344 )
Fix link to homebrew's git-secret in README.md (#310 )
Remove diagnostic output from test results (#324 )
Remove un-needed redirection in 'reveal' (#325 )
Fix link to current contributors in CONTRIBUTING.md (#331 )
Fix tests when running from git hooks (#334 )
Fix typo, remove temp directory in utils/tests.sh (#347 )
Spelling fixes
Fix re: SECRETS_DIR in 'init' and SECRETS_EXTENSION in test_reveal.bats (#364 )
git-secret will fail if you pass params or filenames that are not understood (#390 )
Use SECRETS_GPG_COMMAND env var in gpg version check (#389 )
Add header to git-secret.7 man page, for debian and doc improvement (#386 )
Respect DESTDIR when installing as per GNU/debian/etc recommendations (#424 )
Use git check-ignore to test for files ignored by git
Misc
Improve docs about hide -m option (#467 )
Document SECRETS_VERBOSE and improve env var docs (#396 )
Setting SECRETS_TEST_VERBOSE env var shows debug info during tests (EXPERIMENTAL)
Add documentation about how to write tests.
Suppress 'cleaning up temp files' messages unless in a verbose mode.
Improve git-secret user messaging.
Update CHANGELOG.md to mention fix for #281 in v0.2.5 (#311 )
Add text explaining git-secret Style Guide and Development Philosophy
Use Shellcheck on tests/ files, changes for Shellcheck in tests/ (#368 )
Use Shellcheck on MacOS/osx travis tests (#403 )
Show commands run by Makefile as per debian upstream recommendations (#386 )
Upgrade bats-core to v1.1.0, import bats-core into vendor/bats-core (#377 )
Use gawk to parse emails from gpg output
Optimize code that parses keychains
Remove unused code
You can’t perform that action at this time.