2016-04-10 11:14:41 +00:00
# Changelog
2018-04-14 00:02:16 +00:00
## Version 0.2.4
2018-04-16 15:56:38 +00:00
- Added `git secret cat` feature (#141)
2018-06-10 12:36:04 +00:00
- `git secret hide` and `git secret changes` check for files more carefully (#153, #154 )
- Documentation and error message improvements (#126, #136 , #144 , #150 )
- Build and CI fixes (#152, #179 , #186 , #188 , #189 )
- Migrate to `bats-core` bash testing framework
2018-04-14 00:02:16 +00:00
2017-11-10 21:59:21 +00:00
## Version 0.2.3
2018-04-14 00:02:16 +00:00
2017-11-10 21:59:21 +00:00
- Added `-m` option to `hide` command, files will only be hidden when modifications are detected (#92)
- Changed how path mappings file works: colon delimited FSDB (#92)
- Fixed `gnupg` >= 2.1 CI tests (#6)
- Now users can run local CI tests using test-kitchen (#6)
2017-11-28 06:10:33 +00:00
- Migrated travis ci tests to test-kitchen for Linux platforms.
2017-11-10 21:59:21 +00:00
- `git secret init` now adds `random_seed` to `.gitignore` (#93)
- Added more `gpg` version to test matrix (#99)
- Dropped `git check-ignore` , using `git add --dry-run` instead to check for ignored files (#105,#38)
- Added CentOS to test matrix (#38,#91)
2018-06-21 12:56:30 +00:00
- All tested Linux platforms now use latest release of `shellcheck`
2017-11-28 06:10:33 +00:00
- Added Alpine to test matrix, and apk is now built. (#75)
2017-11-10 21:59:21 +00:00
2017-02-26 15:26:37 +00:00
## Version 0.2.2
- Change how the `usage` command works (#48)
- Now `git-secret` works from any place inside `git-tree` (#56)
2018-04-16 15:56:38 +00:00
- Added `-d` option to the `hide` command: it deletes unencrypted files (#62)
2017-02-26 15:26:37 +00:00
- Added new command `changes` to see the diff between the secret files (#64)
2018-06-21 12:56:30 +00:00
- Fixed bug when `_user_required` was not working after re-importing keys (#74)
2017-02-26 15:26:37 +00:00
- Now it is possible to provide multiple emails to the `killperson` command (#73)
- Now it is possible to provide multiple emails to the `tell` command (#72)
- Now every doc in this project refer to `git-secret.io` instead of old `gh-pages` website (#71)
- Now installation section is removed from main `man` file (#70)
2018-04-16 15:56:38 +00:00
- Now "See also" sections in the `man` pages are clickable (#69)
2017-02-26 15:26:37 +00:00
- Added "Manual" section to the manuals (#61)
- Added `centos` container for `ci` testing (#38)
2018-06-21 12:56:30 +00:00
- Tests are refactored. Added `clean` command tests, removed a lot of hard-coded things, moved tests execution from `./temp` folder to `/tmp` , added a lot of new check in old tests, and some new test cases (#52)
2017-02-26 15:26:37 +00:00
- Refactored `hide` and `clean` commands to be shorter
- `shellcheck` is now supported with `make lint`
2016-07-10 11:40:24 +00:00
## Version 0.2.1
- Now everything is tested inside the `docker` -containers and `OSX` images on `travis` .
- Added autodeploy to `bintray` in `.travis.yml` .
- Added `.ci/` folder for continuous integration, refactored `utils/` folder.
- Added `CONTRIBUTING.md` and `LICENSE.md` .
- New brand logo in the `README.md` .
- Everything is `shellcheck` ed (except `tests/` ).
2016-05-29 11:27:53 +00:00
## Version 0.2.0
2018-06-21 12:56:30 +00:00
- Added `changes` command to see the difference between current version of the hidden files and the committed one
2016-05-29 11:27:53 +00:00
- Added `-f` option to the `reveal` command to remove prompts
2016-07-10 11:40:24 +00:00
- Changed the way files were decrypted, now it is a separate function
2016-05-29 11:27:53 +00:00
- Some bugs are fixed
2016-07-10 11:40:24 +00:00
- New installation instructions
2016-05-29 11:27:53 +00:00
2016-05-14 11:27:08 +00:00
## 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
2016-04-10 11:14:41 +00:00
## 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
2018-04-16 15:56:38 +00:00
- Fixed bug when tests were failing with `gpg2`
2016-04-10 11:14:41 +00:00
- New travis strategy: testing both `gpg` and `gpg2`
- Removed animation from docs, now using `asciinema.org`
## Version 0.1.0
- Initial release