mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
00deabb0e3
Changes: 1. Now everything is tested inside the `docker`-containers and `OSX` images on `travis`. 2. We now have `CONTRIBUTING.md` and `LICENSE.md`. `README.md` is also changed. 3. We have a brand logo. 4. We have autodeploy to `bintray`. 5. Everything is `shellcheck`ed (except `tests/`). Closes #32 #33 #34 #35 #39
25 lines
759 B
Markdown
25 lines
759 B
Markdown
# Changelog
|
|
|
|
## Version 0.2.0
|
|
|
|
## Version 0.1.2
|
|
|
|
- Added `-i` option to the `git-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` and `install` target
|
|
- `.github` templates added
|
|
|
|
## Version 0.1.1
|
|
|
|
- Added `--dry-run` option to the `git 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` and `gpg2`
|
|
- Removed animation from docs, now using `asciinema.org`
|
|
|
|
## Version 0.1.0
|
|
|
|
- Initial release
|