Skip to content

Version 0.2.2

Compare
Choose a tag to compare
@sobolevn sobolevn released this 26 Feb 15:56
· 848 commits to master since this release
21d8c7a

Bugfixes

  • Fixed bug when _user_required was not working after reimporting keys (#74)

Enhancements

  • Change how the usage command works (#48)
  • Now git-secret works from any place inside git-tree (#56)
  • Added -d option to the hide comand: it deletes unencrypted files (#62)
  • Added new command changes to see the diff between the secret files (#64)
  • 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 installation section is removed from main man file (#70)
  • Now "See also" section in the mans are clickable (#69)
  • Added "Manual" section to the manuals (#61)

Development

  • Added centos container for ci testing (#38)
  • Tests are refactored. Added clean command tests, removed a lot of hardcoded things, moved tests execution from ./temp folder to /tmp, added a lot of new check in old tests, and some new test cases (#52)
  • Refactored hide and clean commands to be shorter
  • shellcheck is now supported with make lint

Other

  • Now every doc in this project refer to git-secret.io instead of old gh-pages website (#71)