mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
1.4 KiB
1.4 KiB
Changelog
Version 0.2.1
- Now everything is tested inside the
docker
-containers andOSX
images ontravis
. - Added autodeploy to
bintray
in.travis.yml
. - Added
.ci/
folder for continuous integration, refactoredutils/
folder. - Added
CONTRIBUTING.md
andLICENSE.md
. - New brand logo in the
README.md
. - Everything is
shellcheck
ed (excepttests/
).
Version 0.2.0
- Added
changes
command to see the difference between current version of the hidden files and the commited one - Added
-f
option to thereveal
command to remove prompts - Changed the way files were decrypted, now it is a separate function
- Some bugs are fixed
- New installation instructions
Version 0.1.2
- Added
-i
option to thegit-secret-add
command, which auto adds unignored files to the.gitignore
- Documentation improved with
Configuration
section - Added extra tests: for custom filenames and new features
Makefile
improvements with.PHONY
andinstall
target.github
templates added
Version 0.1.1
- Added
--dry-run
option to thegit secret
command, which prevents any actions. - Now
install_full_fixture()
returns a fingerprint - Now
uninstall_full_fixture()
receives two args - Fixed bug, when tests were failing with
gpg2
- New travis strategy: testing both
gpg
andgpg2
- Removed animation from docs, now using
asciinema.org
Version 0.1.0
- Initial release